Searched refs:shift_out_value (Results 1 – 1 of 1) sorted by relevance
111 const UIntType shift_out_value = mantissa & shift_out_mask; in T() local116 if (shift_out_value > halfway_value) { in T()118 } else if (shift_out_value == halfway_value) { in T()227 const UIntType shift_out_value = mantissa & shift_out_mask; variable232 if (shift_out_value > halfway_value) {234 } else if (shift_out_value == halfway_value) {