Home
last modified time | relevance | path

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 Dfloating_to_chars.cc919 __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 DChangeLog3737 (__floating_to_chars_shortest): Add __builtin_unreachable calls to
H A DChangeLog-202065 * src/c++17/floating_to_chars.cc (__floating_to_chars_shortest):
H A DChangeLog-20218197 (__floating_to_chars_shortest, __floating_to_chars_precision):