Lines Matching defs:max
12206 static T max(T left, T right);
12263 return min(max(x, minVal), maxVal);
12486 static T max(T left, T right)
12694 * For example "max" can be called for (dvec3, double).
12785 * - max();
13189 const glw::GLuint n_components = de::max(n_components_0, n_components_1);
13336 const glw::GLuint n_components = de::max(n_components_0, n_components_1);
13464 const glw::GLuint n_components = de::max(de::max(n_components_0, n_components_1), n_components_2);
14197 function, "max", Math::max, variable_type /* res_type */, variable_type /* arg1_type */,
14204 function, "max", Math::max, variable_type /* res_type */, variable_type /* arg1_type */,
15477 { "max", FUNCTION_MAX },