Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h149 #define Q_GFRAW(q) Q_TC(q, (q) & Q_FRAWMASK(q)) macro
150 #define Q_GFABSVAL(q) Q_TC(q, Q_GFRAW(q) >> Q_NCBITS)
464 , Q_GFRAW(q) \
/freebsd/share/man/man3/
H A DMakefile138 MLINKS+= Q_FRAWMASK.3 Q_GFRAW.3 \