Searched refs:GreaterThan (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/pci/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(B, f_CONSTANT100) || GreaterThan(C, f_CONSTANT… in SolveQuadracticEqn()
|
H A D | ppatomctrl.c | 1050 if (GreaterThan(fRoots[0], fRoots[1])) in atomctrl_calculate_voltage_evv_on_sclk() 1055 if (GreaterThan(fV_min, fEVV_V)) in atomctrl_calculate_voltage_evv_on_sclk() 1057 else if (GreaterThan(fEVV_V, fV_max)) in atomctrl_calculate_voltage_evv_on_sclk() 1069 while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) { in atomctrl_calculate_voltage_evv_on_sclk() 1093 if (GreaterThan(fV_max, fV_NL) && in atomctrl_calculate_voltage_evv_on_sclk() 1094 (GreaterThan(fV_NL, fEVV_V) || in atomctrl_calculate_voltage_evv_on_sclk()
|
/openbsd/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; enumerator 100 case GreaterThan: in PassesThreshold()
|
H A D | CodeCoverage.cpp | 867 RegionCoverageFilter::GreaterThan, RegionCoverageGtFilter)); in run() 873 RegionCoverageFilter::GreaterThan, LineCoverageGtFilter)); in run()
|
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 140 GreaterThan, // ?O operator> enumerator
|
/openbsd/gnu/llvm/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 279 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, GreaterThan, "operator>"); in output()
|
H A D | MicrosoftDemangle.cpp | 565 IFK::GreaterThan, // ?O operator> in translateIntrinsicFunctionCode()
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 2139 GreaterThan, enumerator 2170 : Relation == GreaterThan in emitPredicateOpcodes()
|