Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h126 (Q_TC(q, Q_ABS(ifv)) << Q_NCBITS) | \
130 (Q_TC(q, Q_ABS(iv)) << Q_RPSHFT(q)) | \
131 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
143 (Q_TC(q, Q_ABS(iv)) << Q_RPSHFT(q)) | \
154 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
340 #define Q_ABS(n) (Q_LTZ(n) ? -(n) : (n)) macro
566 if (Q_NTBITS(*(q)) < (uint32_t)flsll(Q_ABS(i))) \
569 if (Q_IMAXVAL(*(q)) - Q_TC(*(q), Q_ABS(i)) < \
574 Q_SHL(*(q), Q_ABS(i))); \
580 Q_SHL(*(q), Q_ABS(i))); \
[all …]
/freebsd/share/man/man3/
H A DMakefile158 Q_INI.3 Q_ABS.3 \