Searched defs:rounded_value (Results 1 – 4 of 4) sorted by relevance
285 T rounded_value = round_using_specific_rounding_mode(x, rnd); in fromfp() local338 T rounded_value = fromfp<IsSigned>(x, rnd, width); in fromfpx() local
281 const Output rounded_value = RightShiftWithRounding(values[i], bits[i]); in VerifyRightShiftWithRounding() local328 int32_t rounded_value = RightShiftWithRoundingSigned(values[i], bits[i]); in VerifyRightShiftWithRoundingSigned() local
49 const int rounded_value = in roundUp() local
2477 int rounded_value = static_cast<int>(floor((pow(2, exponent) - 1) * value + 0.5)); in roundComponent() local