Searched refs:full_hex_precision (Results 1 – 1 of 1) sorted by relevance
739 constexpr int full_hex_precision = (has_implicit_leading_bit in __floating_to_chars_hex() local746 const int shortest_full_precision = full_hex_precision - trailing_zeros; in __floating_to_chars_hex()765 const int dropped_bits = 4*(full_hex_precision - effective_precision); in __floating_to_chars_hex()
Completed in 5 milliseconds