HomeSort by: relevance | last modified time | path
    Searched refs:bAbs (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
119 const rep_t bAbs = toRep(b) & absMask;
120 return aAbs > infRep || bAbs > infRep;
comparesf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
119 const rep_t bAbs = toRep(b) & absMask;
120 return aAbs > infRep || bAbs > infRep;
comparetf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
99 const rep_t bAbs = bInt & absMask;
101 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
102 if ((aAbs | bAbs) == 0) return GE_EQUAL;
116 const rep_t bAbs = toRep(b) & absMask;
117 return aAbs > infRep || bAbs > infRep;
comparedf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
119 const rep_t bAbs = toRep(b) & absMask;
120 return aAbs > infRep || bAbs > infRep;
comparesf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
119 const rep_t bAbs = toRep(b) & absMask;
120 return aAbs > infRep || bAbs > infRep;
comparetf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
99 const rep_t bAbs = bInt & absMask;
101 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
102 if ((aAbs | bAbs) == 0) return GE_EQUAL;
116 const rep_t bAbs = toRep(b) & absMask;
117 return aAbs > infRep || bAbs > infRep;
comparedf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
119 const rep_t bAbs = toRep(b) & absMask;
120 return aAbs > infRep || bAbs > infRep;
comparesf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
101 const rep_t bAbs = bInt & absMask;
103 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
104 if ((aAbs | bAbs) == 0) return GE_EQUAL;
119 const rep_t bAbs = toRep(b) & absMask;
120 return aAbs > infRep || bAbs > infRep;
comparetf2.c 56 const rep_t bAbs = bInt & absMask;
59 if (aAbs > infRep || bAbs > infRep) return LE_UNORDERED;
62 if ((aAbs | bAbs) == 0) return LE_EQUAL;
99 const rep_t bAbs = bInt & absMask;
101 if (aAbs > infRep || bAbs > infRep) return GE_UNORDERED;
102 if ((aAbs | bAbs) == 0) return GE_EQUAL;
116 const rep_t bAbs = toRep(b) & absMask;
117 return aAbs > infRep || bAbs > infRep;
divsf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divsf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divsf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
fp_mul_impl.inc 30 const rep_t bAbs = toRep(b) & absMask;
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs) return fromRep(aAbs | productSign);
44 if (bAbs == infRep) {
46 if (aAbs) return fromRep(bAbs | productSign);
54 if (!bAbs) return fromRep(productSign);
60 if (bAbs < implicitBit) scale += normalize(&bSignificand);
fp_mul_impl.inc 30 const rep_t bAbs = toRep(b) & absMask;
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs) return fromRep(aAbs | productSign);
44 if (bAbs == infRep) {
46 if (aAbs) return fromRep(bAbs | productSign);
54 if (!bAbs) return fromRep(productSign);
60 if (bAbs < implicitBit) scale += normalize(&bSignificand);
fp_mul_impl.inc 30 const rep_t bAbs = toRep(b) & absMask;
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs) return fromRep(aAbs | productSign);
44 if (bAbs == infRep) {
46 if (aAbs) return fromRep(bAbs | productSign);
54 if (!bAbs) return fromRep(productSign);
60 if (bAbs < implicitBit) scale += normalize(&bSignificand);
divdf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divtf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divdf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divtf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divdf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
divtf3.c 37 const rep_t bAbs = toRep(b) & absMask;
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
46 if (bAbs == infRep) return fromRep(qnanRep);
52 if (bAbs == infRep) return fromRep(quotientSign);
56 if (!bAbs) return fromRep(qnanRep);
61 if (!bAbs) return fromRep(infRep | quotientSign);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
fp_add_impl.inc 21 const rep_t bAbs = bRep & absMask;
25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
29 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs == infRep) return b;
44 if (!bAbs) return fromRep(toRep(a) & toRep(b));
49 if (!bAbs) return a;
53 if (bAbs > aAbs) {
fp_add_impl.inc 21 const rep_t bAbs = bRep & absMask;
25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
29 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs == infRep) return b;
44 if (!bAbs) return fromRep(toRep(a) & toRep(b));
49 if (!bAbs) return a;
53 if (bAbs > aAbs) {
fp_add_impl.inc 21 const rep_t bAbs = bRep & absMask;
25 bAbs - REP_C(1) >= infRep - REP_C(1)) {
29 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs == infRep) return b;
44 if (!bAbs) return fromRep(toRep(a) & toRep(b));
49 if (!bAbs) return a;
53 if (bAbs > aAbs) {

Completed in 39 milliseconds