Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dqmath.h96 #define Q_NIBITS(q) ((uint32_t)(Q_NTBITS(q) - Q_RPSHFT(q) - Q_SIGNED(q)))
99 #define Q_RPSHFT(q) (Q_NCBITS + Q_NFBITS(q)) macro
132 (Q_TC(q, Q_ABS(iv)) << Q_RPSHFT(q)) | \
138 #define Q_IMAXVAL(q) Q_TC(q, Q_IRAWMASK(q) >> Q_RPSHFT(q))
141 #define Q_GIABSVAL(q) Q_TC(q, Q_GIRAW(q) >> Q_RPSHFT(q))
145 (Q_TC(q, Q_ABS(iv)) << Q_RPSHFT(q)) | \
452 , Q_RPSHFT(q) \
620 else if ((_tmp = Q_ABS(in)) > (UINT64_MAX >> Q_RPSHFT(*(q)))) \