Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstrtod.h54 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP() argument
63 if (dExp >= 0) { in CheckWithinHalfULP()
64 dS_Exp2 += dExp; in CheckWithinHalfULP()
65 dS_Exp5 += dExp; in CheckWithinHalfULP()
68 bS_Exp2 -= dExp; in CheckWithinHalfULP()
69 bS_Exp5 -= dExp; in CheckWithinHalfULP()
70 hS_Exp2 -= dExp; in CheckWithinHalfULP()
71 hS_Exp5 -= dExp; in CheckWithinHalfULP()
151 const int dExp = static_cast<int>(decimalPosition) - static_cast<int>(i) + exp; in StrtodDiyFp() local
154 DiyFp cachedPower = GetCachedPower10(dExp, &actualExp); in StrtodDiyFp()
[all …]