Searched defs:rounded_value (Results 1 – 3 of 3) sorted by relevance
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
2436 int rounded_value = static_cast<int>(floor((pow(2, exponent) - 1) * value + 0.5)); in roundComponent() local