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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageFilters.h 85 enum Operation { LessThan, GreaterThan };
100 case GreaterThan:
  /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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 139 GreaterThan, // ?O operator>
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 2121 GreaterThan,
2152 : Relation == GreaterThan

Completed in 27 milliseconds