Home
last modified time | relevance | path

Searched defs:prec (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_printf/
Dprintf.c229 bool negative, unsigned int base, unsigned int prec, unsigned int width, in _ntoa_format()
280 … unsigned long base, unsigned int prec, unsigned int width, unsigned int flags) { in _ntoa_long()
306 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, in _ntoa_long_long()
342 …t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsigned int prec, in _ftoa()
467 …t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsigned int prec, in _etoa()
663 const int prec = (int) va_arg(va, int); in _vsnprintf() local