Searched refs:negative (Results 1 – 2 of 2) 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()58 return !negative && (half_bit || more_bits); in round_away()
33 int negative) attribute_hidden;
Completed in 5 milliseconds