amdgpu_dcn_calc_math.c | 66 float dcn_bw_max2(const float arg1, const float arg2) function in typeref:typename:float 103 return v3 > dcn_bw_max2(v1, v2) ? v3 : dcn_bw_max2(v1, v2); 108 return dcn_bw_max3(v1, v2, v3) > dcn_bw_max2(v4, v5) ? dcn_bw_max3(v1, v2, v3) : dcn_bw_max2(v4, v5);
|