HomeSort by: relevance | last modified time | path
    Searched defs:GreaterThan (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 73 static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */
125 if (GreaterThan(fZERO, exponent)) {
130 while (GreaterThan(exponent, lower_bound)) {
132 if (GreaterThan(exponent, GetScaledFraction(k_array[i], 10000))) {
160 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) {
162 if (GreaterThan(value, GetScaledFraction(k_array[i], 10000))) {
326 static bool GreaterThan(fInt A, fInt B)
410 if (GreaterThan(fZERO, num) || Equal(fZERO, num))
464 while(GreaterThan(A, f_CONSTANT100) || GreaterThan(B, f_CONSTANT100) || GreaterThan(C, f_CONSTANT100))
    [all...]
ppevvmath.h 73 static bool GreaterThan(fInt A, fInt B); /* Returns true if A > B */
125 if (GreaterThan(fZERO, exponent)) {
130 while (GreaterThan(exponent, lower_bound)) {
132 if (GreaterThan(exponent, GetScaledFraction(k_array[i], 10000))) {
160 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) {
162 if (GreaterThan(value, GetScaledFraction(k_array[i], 10000))) {
326 static bool GreaterThan(fInt A, fInt B)
410 if (GreaterThan(fZERO, num) || Equal(fZERO, num))
464 while(GreaterThan(A, f_CONSTANT100) || GreaterThan(B, f_CONSTANT100) || GreaterThan(C, f_CONSTANT100))
    [all...]

Completed in 155 milliseconds