Searched refs:half_bit (Results 1 – 4 of 4) sorted by relevance
43 round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, in round_away() argument50 return negative && (half_bit || more_bits); in round_away()55 return half_bit && (last_digit_odd || more_bits); in round_away()66 return !negative && (half_bit || more_bits); in round_away()
3915 * gdbarch.sh (half_bit): New architecture method.