Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dftoa_ryu.c35 static int decimalLength9(const uint32_t v) { in decimalLength9() function
185 int exp = e10 + decimalLength9(vr) - 1; in f2d()
213 if (decimalLength9(vr) <= max_digits || (max_digits == 0 && vr == 0)) in f2d()
261 int len = decimalLength9(output); in f2d()