Searched refs:max_if (Results 1 – 1 of 1) sorted by relevance
445 static Iter max_if(Iter B, Iter E, Pred P, Less L) { in max_if() function541 auto MaxS = max_if(B.begin(), B.end(), isScalar, LT); in EnforceSmallerThan()555 auto MaxV = max_if(B.begin(), B.end(), isVector, LT); in EnforceSmallerThan()