Home
last modified time | relevance | path

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

/glibc-2.36/include/
Drounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away() argument
52 return half_bit && (last_digit_odd || more_bits); in round_away()