Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstrtod.h56 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP() function
214 int cmp = CheckWithinHalfULP(a.Value(), dInt, dExp); in StrtodBigInteger()