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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c 89 GE_LESS = -1,
106 if (aInt < bInt) return GE_LESS;
110 if (aInt > bInt) return GE_LESS;
comparesf2.c 89 GE_LESS = -1,
106 if (aInt < bInt) return GE_LESS;
110 if (aInt > bInt) return GE_LESS;
comparetf2.c 88 GE_LESS = -1,
104 if (aInt < bInt) return GE_LESS;
108 if (aInt > bInt) return GE_LESS;

Completed in 13 milliseconds