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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dquadlib.c35 #define QCMP_UNORD 2 macro
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
122 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_LT) != 0);
128 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
134 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_GT) != 0);
140 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ) != 0);
146 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD) != 0);
161 return (_U_Qfcmp (a, b, QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0 ? 1 : -1);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dquadlib.c35 #define QCMP_UNORD 2 macro
116 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_LT) != 0);
122 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_LT) != 0);
128 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0);
134 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_GT) != 0);
140 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD | QCMP_EQ) != 0);
146 return (_U_Qfcmp (a, b, QCMP_INV | QCMP_UNORD) != 0);
161 return (_U_Qfcmp (a, b, QCMP_UNORD | QCMP_EQ | QCMP_GT) != 0 ? 1 : -1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c1826 QCMP_UNORD = 2,
1843 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break;
1844 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break;
1853 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break;
1854 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1855 case UNGT: magic = QCMP_GT |QCMP_UNORD; ncode = NE; break;
1856 case UNGE: magic = QCMP_GT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1822 QCMP_UNORD = 2, enumerator in enum:qfcmp_magic
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc1826 QCMP_UNORD = 2,
1843 case UNORDERED: magic = QCMP_UNORD; ncode = NE; break;
1844 case ORDERED: magic = QCMP_UNORD; ncode = EQ; break;
1853 case UNLT: magic = QCMP_LT |QCMP_UNORD; ncode = NE; break;
1854 case UNLE: magic = QCMP_LT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1855 case UNGT: magic = QCMP_GT |QCMP_UNORD; ncode = NE; break;
1856 case UNGE: magic = QCMP_GT|QCMP_EQ|QCMP_UNORD; ncode = NE; break;
1822 QCMP_UNORD = 2, enumerator in enum:qfcmp_magic

Completed in 227 milliseconds