Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c329 …static const double pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000… in _ftoa() local
368 double tmp = (value - whole) * pow10[prec]; in _ftoa()
375 if (frac >= pow10[prec]) { in _ftoa()