Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstrtod.h55 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP() argument
64 if (dExp >= 0) { in CheckWithinHalfULP()
65 dS_Exp2 += dExp; in CheckWithinHalfULP()
66 dS_Exp5 += dExp; in CheckWithinHalfULP()
69 bS_Exp2 -= dExp; in CheckWithinHalfULP()
70 bS_Exp5 -= dExp; in CheckWithinHalfULP()
71 hS_Exp2 -= dExp; in CheckWithinHalfULP()
72 hS_Exp5 -= dExp; in CheckWithinHalfULP()
152 const int dExp = (int)decimalPosition - (int)i + exp; in StrtodDiyFp() local
155 DiyFp cachedPower = GetCachedPower10(dExp, &actualExp); in StrtodDiyFp()
[all …]
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dstrtodtest.cpp47 const int dExp = -49; in TEST() local
61 if (dExp >= 0) { in TEST()
62 dS_Exp2 += dExp; in TEST()
63 dS_Exp5 += dExp; in TEST()
66 bS_Exp2 -= dExp; in TEST()
67 bS_Exp5 -= dExp; in TEST()
68 hS_Exp2 -= dExp; in TEST()
69 hS_Exp5 -= dExp; in TEST()