Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dldtoa.c2803 char outbuf_sml[NDEC_SML + MAX_EXP_DIGITS + 10]; in __ldtoa() local
2804 char *outbuf = outbuf_sml; in __ldtoa()
2859 outbuf = outbuf_sml; in __ldtoa()
2950 if (outbuf != outbuf_sml) in __ldtoa()