Searched refs:written_hexits (Results 1 – 1 of 1) sorted by relevance
839 int written_hexits = 0; in __floating_to_chars_hex() local853 ++written_hexits; in __floating_to_chars_hex()857 __glibcxx_assert(written_hexits <= effective_precision); in __floating_to_chars_hex()859 if (int remaining_hexits = effective_precision - written_hexits) in __floating_to_chars_hex()
Completed in 4 milliseconds