Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h628 uint32_t amount_to_shift_left = leading_zeroes<BitsType>(mantissa); in binary_exp_to_float() local
629 mantissa <<= amount_to_shift_left; in binary_exp_to_float()
632 exp2 -= amount_to_shift_left; in binary_exp_to_float()