Searched refs:Q_QCMPQ (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | qmath.h | 354 #define Q_QCMPQ(a, b, intcmp, fraccmp) \ macro 359 #define Q_QLTQ(a, b) Q_QCMPQ(a, b, <, <) 362 #define Q_QLEQ(a, b) Q_QCMPQ(a, b, <, <=) 365 #define Q_QGTQ(a, b) Q_QCMPQ(a, b, >, >) 368 #define Q_QGEQ(a, b) Q_QCMPQ(a, b, >, >=) 371 #define Q_QEQ(a, b) Q_QCMPQ(a, b, ==, ==) 374 #define Q_QNEQ(a, b) Q_QCMPQ(a, b, !=, !=)
|