Searched refs:pow10 (Results 1 – 1 of 1) sorted by relevance
329 …static const double pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000… in _ftoa() local368 double tmp = (value - whole) * pow10[prec]; in _ftoa()375 if (frac >= pow10[prec]) { in _ftoa()