Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dldtoa.c2799 int orig_ndigits; in __ldtoa() local
2808 orig_ndigits = ndigits; in __ldtoa()
2936 i = *decpt + orig_ndigits + 3; in __ldtoa()
2938 i = orig_ndigits + MAX_EXP_DIGITS + 4; in __ldtoa()