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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
comparedf2.c 54 const srep_t bInt = toRep(b);
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);
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >= 0)
    [all...]
comparesf2.c 54 const srep_t bInt = toRep(b);
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);
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >= 0)
    [all...]
comparetf2.c 54 const srep_t bInt = toRep(b);
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);
99 const rep_t bAbs = bInt & absMask;
103 if ((aInt & bInt) >= 0)
    [all...]

Completed in 46 milliseconds