Home
last modified time | relevance | path

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

/freebsd/share/man/man3/
H A DMakefile180 Q_QADDQ.3 Q_QMINQ.3 \
/freebsd/sys/sys/
H A Dqmath.h378 #define Q_QMINQ(a, b) (Q_LT(a, b) ? (a) : (b)) macro