Searched defs:negative (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 209 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format() 259 …long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long value, bool negative, in _ntoa_long() 286 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long() 351 bool negative = false; in _ftoa() local 455 const bool negative = value < 0; in _etoa() local
|