Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h138 #define Q_GIRAW(q) Q_TC(q, (q) & Q_IRAWMASK(q)) macro
139 #define Q_GIABSVAL(q) Q_TC(q, Q_GIRAW(q) >> Q_RPSHFT(q))
461 , Q_GIRAW(q) \
/freebsd/share/man/man3/
H A DMakefile164 MLINKS+= Q_IRAWMASK.3 Q_GIRAW.3 \