Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dgeneric_128.c26 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()
H A Dgeneric_128.h486 static inline uint32_t decimalLength(const uint128_t v) { in decimalLength() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc548 { return ryu::generic128::decimalLength(fd.mantissa); } in get_mantissa_length()
556 const int len = ryu::generic128::decimalLength(x); in to_chars()