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

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dcomparedf2.c52 const srep_t aInt = toRep(a); local
54 const rep_t aAbs = aInt & 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;
91 const srep_t aInt = toRep(a); local
93 const rep_t aAbs = aInt & absMask;
98 if ((aInt
[all...]
H A Dcomparesf2.c52 const srep_t aInt = toRep(a); local
54 const rep_t aAbs = aInt & 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;
91 const srep_t aInt = toRep(a); local
93 const rep_t aAbs = aInt & absMask;
98 if ((aInt
[all...]

Completed in 48 milliseconds