Searched refs:is_max (Results 1 – 1 of 1) sorted by relevance
907 bool is_max = (cmp == kCondLT || cmp == kCondLE); in AllowInMinMax() local910 if (is_max ? (value >= other_value) : (value <= other_value)) { in AllowInMinMax()