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

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 54 int dS_Exp5 = 0;
63 dS_Exp5 += dExp;
95 EXPECT_EQ(0, dS_Exp5);
102 dS.MultiplyPow5(dS_Exp5) <<= dS_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;
66 dS_Exp5 += dExp;
98 dS.MultiplyPow5(static_cast<unsigned>(dS_Exp5)) <<= static_cast<unsigned>(dS_Exp2);

Completed in 6313 milliseconds