GreaterThan 1018 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c if (GreaterThan(fRoots[0], fRoots[1])) GreaterThan 1023 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c if (GreaterThan(fV_min, fEVV_V)) GreaterThan 1025 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c else if (GreaterThan(fEVV_V, fV_max)) GreaterThan 1037 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) { GreaterThan 1061 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c if (GreaterThan(fV_max, fV_NL) && GreaterThan 1062 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c (GreaterThan(fV_NL, fEVV_V) || GreaterThan 71 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */ GreaterThan 123 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h if (GreaterThan(fZERO, exponent)) { GreaterThan 128 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h while (GreaterThan(exponent, lower_bound)) { GreaterThan 130 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h if (GreaterThan(exponent, GetScaledFraction(k_array[i], 10000))) { GreaterThan 158 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { GreaterThan 160 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h if (GreaterThan(value, GetScaledFraction(k_array[i], 10000))) { GreaterThan 408 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h if (GreaterThan(fZERO, num) || Equal(fZERO, num)) GreaterThan 462 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h while(GreaterThan(A, f_CONSTANT100) || GreaterThan(B, f_CONSTANT100) || GreaterThan(C, f_CONSTANT100)) {