Searched defs:prec (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 203 … bool negative, unsigned int base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_format() 257 … unsigned long base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_long() 282 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_long_long() 314 … _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsigned int prec, in _ftoa() 443 … _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsigned int prec, in _etoa() 639 const int prec = (int)va_arg(va, int); in lv_vsnprintf_inner() local
|