Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c53 #define MAX_EXP_DIGITS 5 macro
2810 char outbuf_sml[NDEC_SML + MAX_EXP_DIGITS + 10]; in __ldtoa()
2862 outbuf = (char *) malloc (ndec + MAX_EXP_DIGITS + 10); in __ldtoa()
2945 i = orig_ndigits + MAX_EXP_DIGITS + 4; in __ldtoa()