Searched refs:remaining_hexits (Results 1 – 1 of 1) sorted by relevance
859 if (int remaining_hexits = effective_precision - written_hexits) in __floating_to_chars_hex() local861 memset(first, '0', remaining_hexits); in __floating_to_chars_hex()862 first += remaining_hexits; in __floating_to_chars_hex()
Completed in 5 milliseconds