Searched refs:decimalLength9 (Results 1 – 4 of 4) sorted by relevance
26 static inline uint32_t decimalLength9(const uint32_t v) { in decimalLength9() function
378 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()
229 const uint32_t olength = decimalLength9(output); in to_chars()
547 { return ryu::decimalLength9(fd.mantissa); } in get_mantissa_length()
Completed in 8 milliseconds