Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Ddtoa_ryu.c52 static int decimalLength17(const uint64_t v) { in decimalLength17() function
209 int exp = e10 + decimalLength17(vr) - 1; in d2d()
239 if (decimalLength17(vr) <= max_digits || (max_digits == 0 && vr == 0)) in d2d()
294 int len = decimalLength17(output); in d2d()