Searched refs:aInt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcomparetf2.c47 const srep_t aInt = toRep(a); local
49 const rep_t aAbs = aInt & absMask;
62 if ((aInt & bInt) >= 0) {
63 if (aInt < bInt)
65 else if (aInt == bInt)
74 if (aInt > bInt)
76 else if (aInt == bInt)
100 const srep_t aInt = toRep(a); local
102 const rep_t aAbs = aInt & absMask;
109 if ((aInt
[all...]
H A Dcomparedf2.c46 const srep_t aInt = toRep(a); local
48 const rep_t aAbs = aInt & absMask;
61 if ((aInt & bInt) >= 0) {
62 if (aInt < bInt)
64 else if (aInt == bInt)
75 if (aInt > bInt)
77 else if (aInt == bInt)
101 const srep_t aInt = toRep(a); local
103 const rep_t aAbs = aInt & absMask;
110 if ((aInt
[all...]
H A Dcomparesf2.c46 const srep_t aInt = toRep(a); local
48 const rep_t aAbs = aInt & absMask;
61 if ((aInt & bInt) >= 0) {
62 if (aInt < bInt)
64 else if (aInt == bInt)
75 if (aInt > bInt)
77 else if (aInt == bInt)
101 const srep_t aInt = toRep(a); local
103 const rep_t aAbs = aInt & absMask;
110 if ((aInt
[all...]

Completed in 46 milliseconds