Searched refs:pow_10 (Results 1 – 1 of 1) sorted by relevance
581 pow_10(int in_exp) in pow_10() function644 fracpart = roundv((pow_10(max)) * (ufvalue - intpart)); in fmtfp()646 if (fracpart >= (long)pow_10(max)) { in fmtfp()648 fracpart -= (long)pow_10(max); in fmtfp()