Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc749 int written_exponent = unbiased_exponent; in __floating_to_chars_hex() local
792 written_exponent += 4; in __floating_to_chars_hex()
813 written_exponent -= 3; in __floating_to_chars_hex()
821 const int abs_written_exponent = abs(written_exponent); in __floating_to_chars_hex()
868 if (written_exponent >= 0) in __floating_to_chars_hex()
870 const to_chars_result result = to_chars(first, last, written_exponent); in __floating_to_chars_hex()

Completed in 5 milliseconds