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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
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);
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;
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);
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;
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);
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);

Completed in 29 milliseconds