Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstrtod.h28 inline double FastPath(double significand, int exp) { in FastPath() function
40 d = FastPath(d, -308); in StrtodNormalPrecision()
41 d = FastPath(d, p + 308); in StrtodNormalPrecision()
44 d = FastPath(d, p); in StrtodNormalPrecision()
123 *result = FastPath(d, p); in StrtodFast()