Searched refs:decimalLength (Results 1 – 3 of 3) sorted by relevance
26 int len = decimalLength(v); in s()263 const uint32_t olength = decimalLength(output); in generic_to_chars()295 uint32_t elength = decimalLength(exp); in generic_to_chars()
486 static inline uint32_t decimalLength(const uint128_t v) { in decimalLength() function
555 { return ryu::generic128::decimalLength(fd.mantissa); } in get_mantissa_length()563 const int len = ryu::generic128::decimalLength(x); in to_chars()
Completed in 7 milliseconds