Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc1063 const int whole_digits = max<int>(mantissa_length + fd.exponent, 1); in __floating_to_chars_shortest() local
1065 = fd.sign + whole_digits + strlen(".") + -fd.exponent; in __floating_to_chars_shortest()

Completed in 6 milliseconds