Home
last modified time | relevance | path

Searched refs:MAXEXPLEN (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_local.h88 # define MAXEXPLEN 7 macro
204 char expstr[MAXEXPLEN]; /* Buffer for exponent string. */
Dnano-vfprintf_float.c129 char expbuf[MAXEXPLEN]; in __exponent()
141 t = expbuf + MAXEXPLEN; in __exponent()
150 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in __exponent()
Dvfwprintf.c214 # define MAXEXPLEN 7 macro
394 wchar_t expstr[MAXEXPLEN]; /* buffer for exponent string */ in VFWPRINTF()
1645 wchar_t expbuf[MAXEXPLEN]; in wexponent()
1660 t = expbuf + MAXEXPLEN; in wexponent()
1666 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in wexponent()
Dvfprintf.c247 # define MAXEXPLEN 7 macro
423 char expstr[MAXEXPLEN]; /* buffer for exponent string */ in VFPRINTF()
1649 char expbuf[MAXEXPLEN]; in exponent()
1664 t = expbuf + MAXEXPLEN; in exponent()
1670 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in exponent()
/picolibc-latest/newlib/
DChangeLog-201510374 (MAXEXPLEN, _PRINTF_FLOAT_TYPE): Define.