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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparetf2.c48 const srep_t bInt = toRep(b); local
50 const rep_t bAbs = bInt & absMask;
62 if ((aInt & bInt) >= 0) {
63 if (aInt < bInt)
65 else if (aInt == bInt)
74 if (aInt > bInt)
76 else if (aInt == bInt)
101 const srep_t bInt = toRep(b); local
103 const rep_t bAbs = bInt & absMask;
109 if ((aInt & bInt) >
[all...]
H A Dcomparedf2.c47 const srep_t bInt = toRep(b); local
49 const rep_t bAbs = bInt & absMask;
61 if ((aInt & bInt) >= 0) {
62 if (aInt < bInt)
64 else if (aInt == bInt)
75 if (aInt > bInt)
77 else if (aInt == bInt)
102 const srep_t bInt = toRep(b); local
104 const rep_t bAbs = bInt & absMask;
110 if ((aInt & bInt) >
[all...]
H A Dcomparesf2.c47 const srep_t bInt = toRep(b); local
49 const rep_t bAbs = bInt & absMask;
61 if ((aInt & bInt) >= 0) {
62 if (aInt < bInt)
64 else if (aInt == bInt)
75 if (aInt > bInt)
77 else if (aInt == bInt)
102 const srep_t bInt = toRep(b); local
104 const rep_t bAbs = bInt & absMask;
110 if ((aInt & bInt) >
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c195106 int bInt; /* True for rtree_i32 table */ member in struct:RtreeCheck
[all...]

Completed in 411 milliseconds