Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc830 char* const expected_output_end = first + expected_output_length + excess_precision; in __floating_to_chars_hex() local
880 __glibcxx_assert(result.ec == errc{} && result.ptr == expected_output_end); in __floating_to_chars_hex()