Home
last modified time | relevance | path

Searched refs:expstr (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c252 expsize = __exponent (pdata->expstr, expt, code); in _printf_float()
350 PRINT (pdata->expstr, expsize); in _printf_float()
Dnano-vfprintf_local.h204 char expstr[MAXEXPLEN]; /* Buffer for exponent string. */ member
Dvfwprintf.c394 wchar_t expstr[MAXEXPLEN]; /* buffer for exponent string */ in VFWPRINTF() local
1052 expsize = wexponent (expstr, expt, ch); in VFWPRINTF()
1487 PRINT (expstr, expsize); in VFWPRINTF()
Dvfprintf.c423 char expstr[MAXEXPLEN]; /* buffer for exponent string */ in VFPRINTF() local
1080 expsize = exponent (expstr, expt, ch); in VFPRINTF()
1508 PRINT (expstr, expsize); in VFPRINTF()