Searched defs:pow10 (Results 1 – 2 of 2) sorted by relevance
70 static int pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000}; in format_tv() local
2196 bool pow10(uint32_t exp) noexcept { in pow10() function