Home
last modified time | relevance | path

Searched refs:shift_mask (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/
H A Dhigh_precision_decimal.h182 const uint64_t shift_mask = (uint64_t(1) << shiftAmount) - 1; in right_shift() local
206 accumulator &= shift_mask; in right_shift()
217 accumulator &= shift_mask; in right_shift()
/llvm-project-15.0.7/libclc/clspv/lib/math/
H A Dfma.cl119 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;