Home
last modified time | relevance | path

Searched refs:Q_QCMPQ (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dqmath.h352 #define Q_QCMPQ(a, b, intcmp, fraccmp) \ macro
357 #define Q_QLTQ(a, b) Q_QCMPQ(a, b, <, <)
360 #define Q_QLEQ(a, b) Q_QCMPQ(a, b, <, <=)
363 #define Q_QGTQ(a, b) Q_QCMPQ(a, b, >, >)
366 #define Q_QGEQ(a, b) Q_QCMPQ(a, b, >, >=)
369 #define Q_QEQ(a, b) Q_QCMPQ(a, b, ==, ==)
372 #define Q_QNEQ(a, b) Q_QCMPQ(a, b, !=, !=)