Searched refs:bS_Exp2 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | strtodtest.cpp | 55 int bS_Exp2 = 0; in TEST() local 66 bS_Exp2 -= dExp; in TEST() 74 bS_Exp2 += bExp; in TEST() 85 bS_Exp2 -= hExp; in TEST() 89 int common_Exp2 = std::min(dS_Exp2, std::min(bS_Exp2, hS_Exp2)); in TEST() 91 bS_Exp2 -= common_Exp2; in TEST() 96 EXPECT_EQ(1, bS_Exp2); in TEST() 105 bS.MultiplyPow5(bS_Exp5) <<= bS_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 69 bS_Exp2 -= dExp; in CheckWithinHalfULP() 77 bS_Exp2 += bExp; in CheckWithinHalfULP() 88 bS_Exp2 -= hExp; in CheckWithinHalfULP() 92 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2); in CheckWithinHalfULP() 94 bS_Exp2 -= common_Exp2; in CheckWithinHalfULP() 101 bS.MultiplyPow5(static_cast<unsigned>(bS_Exp5)) <<= static_cast<unsigned>(bS_Exp2); in CheckWithinHalfULP()
|