Searched refs:dS_Exp2 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | strtodtest.cpp | 53 int dS_Exp2 = 0; in TEST() local 62 dS_Exp2 += dExp; in TEST() 76 dS_Exp2 -= bExp; in TEST() 84 dS_Exp2 -= hExp; in TEST() 89 int common_Exp2 = std::min(dS_Exp2, std::min(bS_Exp2, hS_Exp2)); in TEST() 90 dS_Exp2 -= common_Exp2; in TEST() 94 EXPECT_EQ(153, dS_Exp2); in TEST() 102 dS.MultiplyPow5(dS_Exp5) <<= dS_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 65 dS_Exp2 += dExp; in CheckWithinHalfULP() 79 dS_Exp2 -= bExp; in CheckWithinHalfULP() 87 dS_Exp2 -= hExp; in CheckWithinHalfULP() 92 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2); in CheckWithinHalfULP() 93 dS_Exp2 -= common_Exp2; in CheckWithinHalfULP() 98 dS.MultiplyPow5(static_cast<unsigned>(dS_Exp5)) <<= static_cast<unsigned>(dS_Exp2); in CheckWithinHalfULP()
|