Home
last modified time | relevance | path

Searched refs:bS_Exp5 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dstrtodtest.cpp56 int bS_Exp5 = 0; in TEST() local
67 bS_Exp5 -= dExp; in TEST()
97 EXPECT_EQ(49, bS_Exp5); in TEST()
105 bS.MultiplyPow5(bS_Exp5) <<= bS_Exp2; in TEST()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstrtod.h61 int dS_Exp2 = 0, dS_Exp5 = 0, bS_Exp2 = 0, bS_Exp5 = 0, hS_Exp2 = 0, hS_Exp5 = 0; in CheckWithinHalfULP() local
70 bS_Exp5 -= dExp; in CheckWithinHalfULP()
101 bS.MultiplyPow5(static_cast<unsigned>(bS_Exp5)) <<= static_cast<unsigned>(bS_Exp2); in CheckWithinHalfULP()