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

/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dcomparedf2.c45 LE_EQUAL = 0, enumerator in enum:LE_RESULT
61 if ((aAbs | bAbs) == 0) return LE_EQUAL;
67 else if (aInt == bInt) return LE_EQUAL;
77 else if (aInt == bInt) return LE_EQUAL;
H A Dcomparesf2.c45 LE_EQUAL = 0, enumerator in enum:LE_RESULT
61 if ((aAbs | bAbs) == 0) return LE_EQUAL;
67 else if (aInt == bInt) return LE_EQUAL;
77 else if (aInt == bInt) return LE_EQUAL;

Completed in 308 milliseconds