Searched refs:leading_zeros (Results 1 – 1 of 1) sorted by relevance
1077 const int leading_zeros = -fd.exponent - mantissa_length; in __floating_to_chars_shortest() local1078 memset(first, '0', leading_zeros); in __floating_to_chars_shortest()1079 first += leading_zeros; in __floating_to_chars_shortest()
Completed in 5 milliseconds