Home
last modified time | relevance | path

Searched refs:bS_Exp2 (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.h60 int dS_Exp2 = 0, dS_Exp5 = 0, bS_Exp2 = 0, bS_Exp5 = 0, hS_Exp2 = 0, hS_Exp5 = 0; in CheckWithinHalfULP() local
68 bS_Exp2 -= dExp; in CheckWithinHalfULP()
76 bS_Exp2 += bExp; in CheckWithinHalfULP()
87 bS_Exp2 -= hExp; in CheckWithinHalfULP()
91 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2); in CheckWithinHalfULP()
93 bS_Exp2 -= common_Exp2; in CheckWithinHalfULP()
100 bS.MultiplyPow5(static_cast<unsigned>(bS_Exp5)) <<= static_cast<unsigned>(bS_Exp2); in CheckWithinHalfULP()