Home
last modified time | relevance | path

Searched refs:Grisu2 (Results 1 – 2 of 2) 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 Ddtoa.h112 inline void Grisu2(double value, char* buffer, int* length, int* K) { in Grisu2() function
233 Grisu2(value, buffer, &length, &K);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Ddtoa.cpp99 rapidjson::internal::Grisu2(value, buffer, &length, &K); in dtoa()