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

/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dcomparedf2.c53 const srep_t bInt = toRep(b); local
55 const rep_t bAbs = bInt & absMask;
65 if ((aInt & bInt) >= 0) {
66 if (aInt < bInt) return LE_LESS;
67 else if (aInt == bInt) return LE_EQUAL;
76 if (aInt > bInt) return LE_LESS;
77 else if (aInt == bInt) return LE_EQUAL;
92 const srep_t bInt = toRep(b); local
94 const rep_t bAbs = bInt & absMask;
98 if ((aInt & bInt) >
[all...]
H A Dcomparesf2.c53 const srep_t bInt = toRep(b); local
55 const rep_t bAbs = bInt & absMask;
65 if ((aInt & bInt) >= 0) {
66 if (aInt < bInt) return LE_LESS;
67 else if (aInt == bInt) return LE_EQUAL;
76 if (aInt > bInt) return LE_LESS;
77 else if (aInt == bInt) return LE_EQUAL;
92 const srep_t bInt = toRep(b); local
94 const rep_t bAbs = bInt & absMask;
98 if ((aInt & bInt) >
[all...]

Completed in 137 milliseconds