Searched defs:thousand (Results 1 - 1 of 1) sorted by relevance

/external/fio/lib/
H A Dnum2str.c16 const unsigned int thousand[] = { 1000, 1024 }; local
25 base /= thousand[!!pow2];
43 modulo = num % thousand[!!pow2];
44 num /= thousand[!!pow2];
45 carry = modulo >= thousand[!!pow2] / 2;

Completed in 887 milliseconds