Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstrtod.h27 inline double FastPath(double significand, int exp) { in FastPath() function
39 d = FastPath(d, -308); in StrtodNormalPrecision()
40 d = FastPath(d, p + 308); in StrtodNormalPrecision()
43 d = FastPath(d, p); in StrtodNormalPrecision()
122 *result = FastPath(d, p); in StrtodFast()