Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dqmath.h70 #define Q_TC(q, v) ((__typeof(q))(v)) macro
128 (Q_TC(q, Q_ABS(ifv)) << Q_NCBITS) | \
132 (Q_TC(q, Q_ABS(iv)) << Q_RPSHFT(q)) | \
133 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
140 #define Q_GIRAW(q) Q_TC(q, (q) & Q_IRAWMASK(q))
145 (Q_TC(q, Q_ABS(iv)) << Q_RPSHFT(q)) | \
151 #define Q_GFRAW(q) Q_TC(q, (q) & Q_FRAWMASK(q))
156 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
276 Q_TC(q, iv) << Q_NFBITS(q))
329 #define Q_SIGNED(n) (Q_TC(n, -1) < 0)
[all …]