Searched refs:new_bits (Results 1 – 1 of 1) sorted by relevance
195 FPBits<T> new_bits = bits; in round_using_current_rounding_mode() local196 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()