Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c367 int whole = (int) value; in _ftoa() local
368 double tmp = (value - whole) * pow10[prec]; in _ftoa()
377 ++whole; in _ftoa()
386 diff = value - (double) whole; in _ftoa()
387 if (!((diff < 0.5) || (diff > 0.5)) && (whole & 1)) { in _ftoa()
390 ++whole; in _ftoa()
414 buf[len++] = (char) (48 + (whole % 10)); in _ftoa()
415 if (!(whole /= 10)) { in _ftoa()
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/
DLICENSE.txt43 represent, as a whole, an original work of authorship. For the purposes
126 for any such Derivative Works as a whole, provided Your use,