Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h195 FPBits<T> new_bits = bits; in round_using_current_rounding_mode() local
196 new_bits.set_mantissa((bits.get_mantissa() >> trim_size) << trim_size); in round_using_current_rounding_mode()
197 T trunc_value = T(new_bits); in round_using_current_rounding_mode()
208 UIntType trunc_is_odd = new_bits.get_mantissa() & (UIntType(1) << trim_size); in round_using_current_rounding_mode()