Searched refs:maxv (Results 1 – 4 of 4) sorted by relevance
57 int maxv = 0;60 maxv = max(maxv, rsGetElementAt_int(gSum, i));62 float overMax = (1.f / maxv) * gHeight;
448 auto maxv = *std::max_element(validValues->begin(), validValues->end()); in getTestValues() local452 if (maxv + 1 < std::numeric_limits<TField>::max()) { in getTestValues()453 invalidValues->emplace_back(TField(maxv + 1)); in getTestValues()
294 const float maxv = std::max(newVolume, *pPrevVolume); in setVolumeRampVariables() local297 && maxv + inc != maxv) { // inc must make forward progress in setVolumeRampVariables()