Searched refs:hS_Exp2 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | strtodtest.cpp | 57 int hS_Exp2 = 0; in TEST() local 68 hS_Exp2 -= dExp; in TEST() 77 hS_Exp2 -= bExp; in TEST() 82 hS_Exp2 += hExp; in TEST() 89 int common_Exp2 = std::min(dS_Exp2, std::min(bS_Exp2, hS_Exp2)); in TEST() 92 hS_Exp2 -= common_Exp2; in TEST() 98 EXPECT_EQ(0, hS_Exp2); in TEST() 108 hS.MultiplyPow5(hS_Exp5) <<= hS_Exp2; in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | strtod.h | 61 int dS_Exp2 = 0, dS_Exp5 = 0, bS_Exp2 = 0, bS_Exp5 = 0, hS_Exp2 = 0, hS_Exp5 = 0; in CheckWithinHalfULP() local 71 hS_Exp2 -= dExp; in CheckWithinHalfULP() 80 hS_Exp2 -= bExp; in CheckWithinHalfULP() 85 hS_Exp2 += hExp; in CheckWithinHalfULP() 92 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2); in CheckWithinHalfULP() 95 hS_Exp2 -= common_Exp2; in CheckWithinHalfULP() 104 hS.MultiplyPow5(static_cast<unsigned>(hS_Exp5)) <<= static_cast<unsigned>(hS_Exp2); in CheckWithinHalfULP()
|