Searched refs:__floating_to_chars_shortest (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | floating_to_chars.cc | 919 __floating_to_chars_shortest(char* first, char* const last, const T value, in __floating_to_chars_shortest() function 1581 { return __floating_to_chars_shortest(first, last, value, chars_format{}); } in to_chars() 1585 { return __floating_to_chars_shortest(first, last, value, fmt); } in to_chars() 1595 { return __floating_to_chars_shortest(first, last, value, chars_format{}); } in to_chars() 1599 { return __floating_to_chars_shortest(first, last, value, fmt); } in to_chars() 1612 return __floating_to_chars_shortest(first, last, static_cast<double>(value), in to_chars() 1615 return __floating_to_chars_shortest(first, last, value, chars_format{}); in to_chars() 1623 return __floating_to_chars_shortest(first, last, static_cast<double>(value), in to_chars() 1626 return __floating_to_chars_shortest(first, last, value, fmt); in to_chars() 1646 return __floating_to_chars_shortest(first, last, value, chars_format{}); in to_chars() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog | 3737 (__floating_to_chars_shortest): Add __builtin_unreachable calls to
|
| H A D | ChangeLog-2020 | 65 * src/c++17/floating_to_chars.cc (__floating_to_chars_shortest):
|
| H A D | ChangeLog-2021 | 8197 (__floating_to_chars_shortest, __floating_to_chars_precision):
|