Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h213 const uint64_t shift_mask = (uint64_t(1) << shift_amount) - 1; in right_shift() local
237 accumulator &= shift_mask; in right_shift()
248 accumulator &= shift_mask; in right_shift()