Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dmisctest.cpp119 static const uint32_t powers_of_10[] = { in CountDecimalDigit_fast() local
141 return t - (n < powers_of_10[t]) + 1; in CountDecimalDigit_fast()
145 static const uint64_t powers_of_10[] = { in CountDecimalDigit64_fast() local
186 return t - (n < powers_of_10[t]) + 1; in CountDecimalDigit64_fast()