Searched refs:__floating_from_chars_hex (Results 1 – 2 of 2) sorted by relevance
495 __floating_from_chars_hex(const char* first, const char* last, T& value) in __floating_from_chars_hex() function831 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()
3560 * 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_val4943 (__floating_from_chars_hex): Conditionally define.4944 (from_chars): Use __floating_from_chars_hex for