Searched refs:powers_of_10 (Results 1 – 1 of 1) sorted by relevance
119 static const uint32_t powers_of_10[] = { in CountDecimalDigit_fast() local141 return t - (n < powers_of_10[t]) + 1; in CountDecimalDigit_fast()145 static const uint64_t powers_of_10[] = { in CountDecimalDigit64_fast() local186 return t - (n < powers_of_10[t]) + 1; in CountDecimalDigit64_fast()