Home
last modified time | relevance | path

Searched defs:pow10 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dformat_tv.c70 static int pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000}; in format_tv() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2196 bool pow10(uint32_t exp) noexcept { in pow10() function