Searched refs:shift_mask (Results 1 – 2 of 2) sorted by relevance
182 const uint64_t shift_mask = (uint64_t(1) << shiftAmount) - 1; in right_shift() local206 accumulator &= shift_mask; in right_shift()217 accumulator &= shift_mask; in right_shift()
119 uint shift_mask = (1u << abs_exp_diff) - 1;120 uint upper_saved_bits = tmp.hi & shift_mask;188 uint shift_mask = (1u << shift) - 1;189 uint saved_lo_bits = (st_fma.mantissa.lo >> (32 - shift)) & shift_mask;