Home
last modified time | relevance | path

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

/include/
A Drounding-mode.h43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away() argument
49 return negative && (half_bit || more_bits); in round_away()
52 return half_bit && (last_digit_odd || more_bits); in round_away()
58 return !negative && (half_bit || more_bits); in round_away()

Completed in 4 milliseconds