Home
last modified time | relevance | path

Searched refs:hExp (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.h58 const int hExp = bExp - 1; in CheckWithinHalfULP() local
83 if (hExp >= 0) in CheckWithinHalfULP()
84 hS_Exp2 += hExp; in CheckWithinHalfULP()
86 dS_Exp2 -= hExp; in CheckWithinHalfULP()
87 bS_Exp2 -= hExp; in CheckWithinHalfULP()