Home
last modified time | relevance | path

Searched refs:CountDecimalDigit32 (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 Ddtoa.h44 inline unsigned CountDecimalDigit32(uint32_t n) { in CountDecimalDigit32() function
66 unsigned kappa = CountDecimalDigit32(p1); // kappa in [0, 9] in DigitGen()