Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc634 int expected_output_length; in __handle_special_value() local
818 int expected_output_length = sign + 1; in __floating_to_chars_hex() local
963 int expected_output_length = fd.sign + mantissa_length; in __floating_to_chars_shortest() local
994 int expected_output_length = fd.sign + mantissa_length + fd.exponent; in __floating_to_chars_shortest() local
1064 const int expected_output_length in __floating_to_chars_shortest() local

Completed in 6 milliseconds