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

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

Completed in 107 milliseconds