Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c129 char expbuf[MAXEXPLEN]; in __exponent() local
141 t = expbuf + MAXEXPLEN; in __exponent()
150 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in __exponent()
Dvfwprintf.c1645 wchar_t expbuf[MAXEXPLEN]; in wexponent() local
1660 t = expbuf + MAXEXPLEN; in wexponent()
1666 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in wexponent()
Dvfprintf.c1649 char expbuf[MAXEXPLEN]; in exponent() local
1664 t = expbuf + MAXEXPLEN; in exponent()
1670 for (; t < expbuf + MAXEXPLEN; *p++ = *t++); in exponent()
/picolibc-latest/newlib/
DChangeLog-201520234 (exponent): Changed expbuf to reasonable maximum instead of MAXEXP.