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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dquadlib.c37 #define QCMP_LT 8 macro
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);
151 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dquadlib.c42 #define QCMP_LT 8 macro
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);
154 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_EQ | QCMP_LT | QCMP_GT) != 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c1630 QCMP_LT = 8,
1649 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1650 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1626 QCMP_LT = 8, enumerator in enum:qfcmp_magic
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c1535 QCMP_LT = 8,
1553 case LT: magic = QCMP_LT |QCMP_INV; ncode = NE; break;
1554 case LE: magic = QCMP_LT|QCMP_EQ|QCMP_INV; ncode = NE; break;
1530 QCMP_LT = 8, enumerator in enum:qfcmp_magic

Completed in 102 milliseconds