Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc1077 const int leading_zeros = -fd.exponent - mantissa_length; in __floating_to_chars_shortest() local
1078 memset(first, '0', leading_zeros); in __floating_to_chars_shortest()
1079 first += leading_zeros; in __floating_to_chars_shortest()

Completed in 5 milliseconds