Searched refs:round_bit (Results 1 – 2 of 2) sorted by relevance
217 bool round_bit = y_new & UIntType(1);234 if (round_bit && (lsb || sticky_bits || (r != 0)))238 if (round_bit || sticky_bits || (r != 0))
666 bool round_bit = mantissa & round_bit_mask; in binary_exp_to_float() local678 if (round_bit && (least_significant_bit || sticky_bit)) { in binary_exp_to_float()