HomeSort by: relevance | last modified time | path
    Searched defs:pow10 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
format_tv.c 70 static int pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000}; local
85 ures = MILLION / pow10[max_dig];
86 wid = pow10[sig_dig];
format_tv.c 70 static int pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000}; local
85 ures = MILLION / pow10[max_dig];
86 wid = pow10[sig_dig];

Completed in 27 milliseconds