Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstrtod.h59 const int bExp = db.IntegerExponent(); in CheckWithinHalfULP() local
60 const int hExp = bExp - 1; in CheckWithinHalfULP()
77 if (bExp >= 0) in CheckWithinHalfULP()
78 bS_Exp2 += bExp; in CheckWithinHalfULP()
80 dS_Exp2 -= bExp; in CheckWithinHalfULP()
81 hS_Exp2 -= bExp; in CheckWithinHalfULP()