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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dquadlib.c32 #define QCMP_INV 1 macro
85 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_GT) != 0);
91 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_GT) != 0);
97 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT) != 0);
103 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
109 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT | QCMP_GT) != 0);
115 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
121 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_LT) != 0);
127 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
133 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNOR
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dquadlib.c37 #define QCMP_INV 1 macro
88 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_GT) != 0);
94 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_GT) != 0);
100 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT) != 0);
106 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT) != 0);
112 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_LT | QCMP_GT) != 0);
118 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
124 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_LT) != 0);
130 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
136 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNOR
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c1627 QCMP_INV = 1, /* Raise FP_INVALID on SNaN as a side effect. */
1649 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1650 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1651 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break;
1652 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1623 QCMP_INV = 1, /* Raise FP_INVALID on SNaN as a side effect. */ enumerator in enum:qfcmp_magic
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c1532 QCMP_INV = 1, /* Raise FP_INVALID on SNaN as a side effect. */
1553 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1554 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1555 case GT: magic = QCMP_GT |QCMP_INV; ncode = NE; break;
1556 case GE: magic = QCMP_GT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1527 QCMP_INV = 1, /* Raise FP_INVALID on SNaN as a side effect. */ enumerator in enum:qfcmp_magic

Completed in 102 milliseconds