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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparetf2.c46 LE_EQUAL = 0, enumerator in enum:LE_RESULT
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
68 else if (aInt == bInt) return LE_EQUAL;
77 else if (aInt == bInt) return LE_EQUAL;
H A Dcomparedf2.c45 LE_EQUAL = 0, enumerator in enum:LE_RESULT
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
68 else if (aInt == bInt) return LE_EQUAL;
78 else if (aInt == bInt) return LE_EQUAL;
H A Dcomparesf2.c45 LE_EQUAL = 0, enumerator in enum:LE_RESULT
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
68 else if (aInt == bInt) return LE_EQUAL;
78 else if (aInt == bInt) return LE_EQUAL;

Completed in 189 milliseconds