Searched refs:QCMP_EQ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libgcc/config/pa/
H A Dquadlib.c36 #define QCMP_EQ 4 macro
74 return (_U_Qfcmp (a, b, QCMP_EQ) != 0);
80 return (_U_Qfcmp (a, b, QCMP_EQ) == 0);
92 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_GT) != 0);
104 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
128 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
140 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ) != 0);
152 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
158 if (_U_Qfcmp (a, b, QCMP_EQ)
[all...]
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c1841 QCMP_EQ = 4,
1854 case EQ: magic = QCMP_EQ; ncode = NE; break;
1855 case NE: magic = QCMP_EQ; ncode = EQ; break;
1862 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1864 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1868 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1870 case UNGE: magic = QCMP_GT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1837 QCMP_EQ = 4, enumerator in enum:qfcmp_magic

Completed in 136 milliseconds