Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc150 find_end_of_float(const char* first, const char* last, const char* digits, in find_end_of_float() function
243 last = find_end_of_float(first + neg, last, digits, "pP"); in pattern()
266 last = find_end_of_float(first + neg, last, digits, in pattern()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog3536 * src/c++17/floating_from_chars.cc (find_end_of_float): Accept
3539 (pattern): Adjust calls to find_end_of_float accordingly.
4668 (buffer_resource, valid_fmt, find_end_of_float, pattern)