HomeSort by relevance Sort by last modified time
    Searched refs:bS_Exp2 (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 55 int bS_Exp2 = 0;
66 bS_Exp2 -= dExp;
74 bS_Exp2 += bExp;
85 bS_Exp2 -= hExp;
89 int common_Exp2 = std::min(dS_Exp2, std::min(bS_Exp2, hS_Exp2));
91 bS_Exp2 -= common_Exp2;
96 EXPECT_EQ(1, bS_Exp2);
105 bS.MultiplyPow5(bS_Exp5) <<= bS_Exp2;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 61 int dS_Exp2 = 0, dS_Exp5 = 0, bS_Exp2 = 0, bS_Exp5 = 0, hS_Exp2 = 0, hS_Exp5 = 0;
69 bS_Exp2 -= dExp;
77 bS_Exp2 += bExp;
88 bS_Exp2 -= hExp;
92 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2);
94 bS_Exp2 -= common_Exp2;
101 bS.MultiplyPow5(static_cast<unsigned>(bS_Exp5)) <<= static_cast<unsigned>(bS_Exp2);

Completed in 610 milliseconds