Searched defs:to_chars (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | floating_to_chars.cc | 120 to_chars(const floating_decimal_128 v, char* const result) in to_chars() function 554 to_chars(char* first, char* const last, uint128_t x) in to_chars() function 1580 to_chars(char* first, char* last, float value) noexcept in to_chars() function 1584 to_chars(char* first, char* last, float value, chars_format fmt) noexcept in to_chars() function 1588 to_chars(char* first, char* last, float value, chars_format fmt, in to_chars() function 1594 to_chars(char* first, char* last, double value) noexcept in to_chars() function 1598 to_chars(char* first, char* last, double value, chars_format fmt) noexcept in to_chars() function 1602 to_chars(char* first, char* last, double value, chars_format fmt, in to_chars() function 1608 to_chars(char* first, char* last, long double value) noexcept in to_chars() function 1619 to_chars(char* first, char* last, long double value, chars_format fmt) noexcept in to_chars() function [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
H A D | f2s.c | 221 static inline int to_chars(const floating_decimal_32 v, char* const result) { in to_chars() function
|
H A D | d2s.c | 303 static inline int to_chars(const floating_decimal_64 v, char* const result) { in to_chars() function
|