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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dcomparetf2.c54 const srep_t bInt = toRep(b); local
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); local
99 const rep_t bAbs = bInt & absMask;
103 if ((aInt & bInt) >
[all...]
H A Dcomparedf2.c54 const srep_t bInt = toRep(b); local
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); local
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >
[all...]
H A Dcomparesf2.c54 const srep_t bInt = toRep(b); local
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); local
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c212322 int bInt; /* True for rtree_i32 table */ member in struct:RtreeCheck
[all...]

Completed in 603 milliseconds