Searched refs:GreaterThan (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 71 static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */ 123 if (GreaterThan(fZERO, exponent)) { in fExponential() 128 while (GreaterThan(exponent, lower_bound)) { in fExponential() 130 if (GreaterThan(exponent, GetScaledFraction(k_array[i], 10000))) { in fExponential() 158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog() 160 if (GreaterThan(value, GetScaledFraction(k_array[i], 10000))) { in fNaturalLog() 324 static bool GreaterThan(fInt A, fInt B) in GreaterThan() function 408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt() 462 while(GreaterThan(A, f_CONSTANT100) || GreaterThan( in SolveQuadracticEqn() [all...] |
H A D | ppatomctrl.c | 1018 if (GreaterThan(fRoots[0], fRoots[1])) in atomctrl_calculate_voltage_evv_on_sclk() 1023 if (GreaterThan(fV_min, fEVV_V)) in atomctrl_calculate_voltage_evv_on_sclk() 1025 else if (GreaterThan(fEVV_V, fV_max)) in atomctrl_calculate_voltage_evv_on_sclk() 1037 while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) { in atomctrl_calculate_voltage_evv_on_sclk() 1061 if (GreaterThan(fV_max, fV_NL) && in atomctrl_calculate_voltage_evv_on_sclk() 1062 (GreaterThan(fV_NL, fEVV_V) || in atomctrl_calculate_voltage_evv_on_sclk()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 71 static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */ 123 if (GreaterThan(fZERO, exponent)) { in fExponential() 128 while (GreaterThan(exponent, lower_bound)) { in fExponential() 130 if (GreaterThan(exponent, GetScaledFraction(k_array[i], 10000))) { in fExponential() 158 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) { in fNaturalLog() 160 if (GreaterThan(value, GetScaledFraction(k_array[i], 10000))) { in fNaturalLog() 324 static bool GreaterThan(fInt A, fInt B) in GreaterThan() function 408 if (GreaterThan(fZERO, num) || Equal(fZERO, num)) in fSqrt() 462 while (GreaterThan(A, f_CONSTANT100) || GreaterThan( in SolveQuadracticEqn() [all...] |
H A D | ppatomctrl.c | 1049 if (GreaterThan(fRoots[0], fRoots[1])) in atomctrl_calculate_voltage_evv_on_sclk() 1054 if (GreaterThan(fV_min, fEVV_V)) in atomctrl_calculate_voltage_evv_on_sclk() 1056 else if (GreaterThan(fEVV_V, fV_max)) in atomctrl_calculate_voltage_evv_on_sclk() 1068 while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) { in atomctrl_calculate_voltage_evv_on_sclk() 1092 if (GreaterThan(fV_max, fV_NL) && in atomctrl_calculate_voltage_evv_on_sclk() 1093 (GreaterThan(fV_NL, fEVV_V) || in atomctrl_calculate_voltage_evv_on_sclk()
|
Completed in 7 milliseconds