Searched refs:_etoa (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_printf/ |
D | printf.c | 315 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… 344 return _etoa(out, buffer, idx, maxlen, value, prec, width, flags); in _ftoa() 447 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa() function 782 idx = _etoa(out, buffer, idx, maxlen, va_arg(va, double), precision, width, flags); in _vsnprintf()
|