Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dcommon.h26 static inline uint32_t decimalLength9(const uint32_t v) { in decimalLength9() function
H A Dd2fixed.c378 const uint32_t olength = decimalLength9(digits); in d2fixed_buffered_n()
574 availableDigits = decimalLength9(digits); in d2exp_buffered_n()
615 availableDigits = decimalLength9(digits); in d2exp_buffered_n()
H A Df2s.c229 const uint32_t olength = decimalLength9(output); in to_chars()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc540 { return ryu::decimalLength9(fd.mantissa); } in get_mantissa_length()