Home
last modified time | relevance | path

Searched refs:kPow5 (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 Dbiginteger.h163 static const uint32_t kPow5[12] = { in MultiplyPow5() local
180 if (exp > 0) *this *= kPow5[exp - 1]; in MultiplyPow5()