Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dgeneric_128.c40 struct floating_decimal_128 generic_binary_to_decimal( in generic_binary_to_decimal()
54 struct floating_decimal_128 fd; in generic_binary_to_decimal()
61 struct floating_decimal_128 fd; in generic_binary_to_decimal()
232 struct floating_decimal_128 fd; in generic_binary_to_decimal()
239 static inline int copy_special_str(char * const result, const struct floating_decimal_128 fd) { in copy_special_str()
251 int generic_to_chars(const struct floating_decimal_128 v, char* const result) { in generic_to_chars()
H A Dryu_generic_128.h39 struct floating_decimal_128 { struct
52 int generic_to_chars(const struct floating_decimal_128 v, char* const result); argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc116 using generic128::floating_decimal_128;
120 to_chars(const floating_decimal_128 v, char* const result) in to_chars()
168 using shortest_scientific_t = ryu::floating_decimal_128;
270 using shortest_scientific_t = ryu::floating_decimal_128;
364 using shortest_scientific_t = ryu::floating_decimal_128;
547 get_mantissa_length(const ryu::floating_decimal_128 fd) in get_mantissa_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20217953 * src/c++17/ryu/ryu_generic_128.h (struct floating_decimal_128):