Searched refs:GE_LESS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dcomparedf2.c89 GE_LESS = -1, enumerator in enum:GE_RESULT
106 if (aInt < bInt) return GE_LESS;
110 if (aInt > bInt) return GE_LESS;
H A Dcomparesf2.c89 GE_LESS = -1, enumerator in enum:GE_RESULT
106 if (aInt < bInt) return GE_LESS;
110 if (aInt > bInt) return GE_LESS;
H A Dcomparetf2.c88 GE_LESS = -1, enumerator in enum:GE_RESULT
104 if (aInt < bInt) return GE_LESS;
108 if (aInt > bInt) return GE_LESS;

Completed in 104 milliseconds