Home
last modified time | relevance | path

Searched defs:expected_output_length (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc627 int expected_output_length; in __handle_special_value() local
817 int expected_output_length = sign + 1; in __floating_to_chars_hex() local
971 int expected_output_length = fd.sign + mantissa_length; in __floating_to_chars_shortest() local
1002 int expected_output_length = fd.sign + mantissa_length + fd.exponent; in __floating_to_chars_shortest() local
1072 const int expected_output_length in __floating_to_chars_shortest() local