Home
last modified time | relevance | path

Searched refs:math_max2 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.c38 double math_max2(const double arg1, const double arg2) in math_max2() function
71 return v3 > math_max2(v1, v2) ? v3 : math_max2(v1, v2); in math_max3()
81 return math_max3(v1, v2, v3) > math_max2(v4, v5) ? math_max3(v1, v2, v3) : math_max2(v4, v5); in math_max5()