Home
last modified time | relevance | path

Searched defs:right_shift (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/generic/
H A DFMod.h251 int right_shift = exp_diff < tail_zeros_m_y ? exp_diff : tail_zeros_m_y; eval_internal() local
/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h193 LIBC_INLINE void right_shift(uint32_t shift_amount) { right_shift() function