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

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dcomparedf2.c83 GE_LESS = -1, enumerator in enum:GE_RESULT
99 if (aInt < bInt) return GE_LESS;
103 if (aInt > bInt) return GE_LESS;
H A Dcomparesf2.c83 GE_LESS = -1, enumerator in enum:GE_RESULT
99 if (aInt < bInt) return GE_LESS;
103 if (aInt > bInt) return GE_LESS;

Completed in 46 milliseconds