Searched refs:rounded_value (Results 1 – 2 of 2) sorted by relevance
48 const int rounded_value = in roundUp() local50 return rounded_value <= max_value ? rounded_value in roundUp()
2449 int rounded_value = static_cast<int>(floor((pow(2, exponent) - 1) * value + 0.5)); in roundComponent() local2455 value = rounded_value * multiplier; in roundComponent()