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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dcomparedf2.c54 const srep_t bInt = toRep(b); local
56 const rep_t bAbs = bInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
77 if (aInt > bInt) return LE_LESS;
78 else if (aInt == bInt) return LE_EQUAL;
99 const srep_t bInt = toRep(b); local
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >
[all...]
H A Dcomparesf2.c54 const srep_t bInt = toRep(b); local
56 const rep_t bAbs = bInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
77 if (aInt > bInt) return LE_LESS;
78 else if (aInt == bInt) return LE_EQUAL;
99 const srep_t bInt = toRep(b); local
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >
[all...]
H A Dcomparetf2.c54 const srep_t bInt = toRep(b); local
56 const rep_t bAbs = bInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
76 if (aInt > bInt) return LE_LESS;
77 else if (aInt == bInt) return LE_EQUAL;
97 const srep_t bInt = toRep(b); local
99 const rep_t bAbs = bInt & absMask;
103 if ((aInt & bInt) >
[all...]

Completed in 50 milliseconds