Searched refs:half_bit (Results 1 – 1 of 1) sorted by relevance
43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away() argument49 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