Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c2806 int orig_ndigits; in __ldtoa() local
2815 orig_ndigits = ndigits; in __ldtoa()
2943 i = *decpt + orig_ndigits + 3; in __ldtoa()
2945 i = orig_ndigits + MAX_EXP_DIGITS + 4; in __ldtoa()