Home
last modified time | relevance | path

Searched refs:__floating_from_chars_hex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc495 __floating_from_chars_hex(const char* first, const char* last, T& value) in __floating_from_chars_hex() function
831 return __floating_from_chars_hex(first, last, value); in from_chars()
847 return __floating_from_chars_hex(first, last, value); in from_chars()
868 result = __floating_from_chars_hex(first, last, dbl_value); in from_chars()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog3560 * src/c++17/floating_from_chars.cc (__floating_from_chars_hex):
3703 (__floating_from_chars_hex): Likewise.
3781 (__floating_from_chars_hex): Use __from_chars_alnum_to_val
4943 (__floating_from_chars_hex): Conditionally define.
4944 (from_chars): Use __floating_from_chars_hex for