Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstrtod.h206 inline double StrtodBigInteger(double approx, const char* decimals, size_t length, size_t decimalPo… in StrtodBigInteger() function
263 return StrtodBigInteger(result, decimals, length, decimalPosition, exp); in StrtodFullPrecision()