Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_printf/
A 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()
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/
A 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,
/external/platform/nrfx/doc/
A Dnrfx.doxyfile121 # and the result, after processing the whole list, is used as the annotated

Completed in 7 milliseconds