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

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 40 const int bExp = ((u.u & kExponentMask) >> kSignificandSize) - kExponentBias - kSignificandSize;
43 EXPECT_EQ(-201, bExp);
49 // Let h = 2^(bExp-1)
50 const int hExp = bExp - 1;
73 if (bExp >= 0)
74 bS_Exp2 += bExp;
76 dS_Exp2 -= bExp;
77 hS_Exp2 -= bExp;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 58 const int bExp = db.IntegerExponent();
59 const int hExp = bExp - 1;
76 if (bExp >= 0)
77 bS_Exp2 += bExp;
79 dS_Exp2 -= bExp;
80 hS_Exp2 -= bExp;

Completed in 90 milliseconds