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

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dcomparedf2.c44 LE_LESS = -1, enumerator in enum:LE_RESULT
66 if (aInt < bInt) return LE_LESS;
76 if (aInt > bInt) return LE_LESS;
H A Dcomparesf2.c44 LE_LESS = -1, enumerator in enum:LE_RESULT
66 if (aInt < bInt) return LE_LESS;
76 if (aInt > bInt) return LE_LESS;

Completed in 58 milliseconds