Home
last modified time | relevance | path

Searched refs:dExp (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() argument
65 if (dExp >= 0) { in CheckWithinHalfULP()
66 dS_Exp2 += dExp; in CheckWithinHalfULP()
67 dS_Exp5 += dExp; in CheckWithinHalfULP()
70 bS_Exp2 -= dExp; in CheckWithinHalfULP()
71 bS_Exp5 -= dExp; in CheckWithinHalfULP()
72 hS_Exp2 -= dExp; in CheckWithinHalfULP()
73 hS_Exp5 -= dExp; in CheckWithinHalfULP()
132 inline bool StrtodDiyFp(const Ch* decimals, int dLen, int dExp, double* result) { in StrtodDiyFp() argument
154 dExp += remaining; in StrtodDiyFp()
[all …]