Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c178 int expsize = 0; in _printf_float() local
252 expsize = __exponent (pdata->expstr, expt, code); in _printf_float()
253 pdata->size = expsize + ndig; in _printf_float()
350 PRINT (pdata->expstr, expsize); in _printf_float()
Dvfwprintf.c393 int expsize = 0; /* character count for expstr */ in VFWPRINTF() local
1052 expsize = wexponent (expstr, expt, ch); in VFWPRINTF()
1053 size = expsize + ndig; in VFWPRINTF()
1487 PRINT (expstr, expsize); in VFWPRINTF()
Dvfprintf.c422 int expsize = 0; /* character count for expstr */ in VFPRINTF() local
1080 expsize = exponent (expstr, expt, ch); in VFPRINTF()
1081 size = expsize + ndig; in VFPRINTF()
1508 PRINT (expstr, expsize); in VFPRINTF()