Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h74 #define Q_NCBITS ((uint32_t)3) macro
82 #define Q_MAXNFBITS(q) ((uint32_t)(Q_NTBITS(q) - Q_SIGNED(q) - Q_NCBITS))
97 #define Q_RPSHFT(q) (Q_NCBITS + Q_NFBITS(q))
117 #define Q_IFMAXVAL(q) Q_TC(q, Q_IFRAWMASK(q) >> Q_NCBITS)
122 #define Q_GIFABSVAL(q) Q_TC(q, Q_GIFRAW(q) >> Q_NCBITS)
126 (Q_TC(q, Q_ABS(ifv)) << Q_NCBITS) | \
131 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
147 #define Q_FRAWMASK(q) Q_TC(q, ((1ULL << Q_NFBITS(q)) - 1) << Q_NCBITS)
148 #define Q_FMAXVAL(q) Q_TC(q, Q_FRAWMASK(q) >> Q_NCBITS)
150 #define Q_GFABSVAL(q) Q_TC(q, Q_GFRAW(q) >> Q_NCBITS)
[all …]
/freebsd/share/man/man3/
H A DMakefile148 MLINKS+= Q_INI.3 Q_NCBITS.3 \
/freebsd/tests/sys/sys/
H A Dqmath_test.c44 #define QTEST_INTBITS(q) (Q_NTBITS(q) - Q_SIGNED(q) - Q_NFBITS(q) - Q_NCBITS)