Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h122 #define Q_GIFABSVAL(q) Q_TC(q, Q_GIFRAW(q) >> Q_NCBITS) macro
123 #define Q_GIFVAL(q) Q_TC(q, Q_LTZ(q) ? -Q_GIFABSVAL(q) : Q_GIFABSVAL(q))
507 if (Q_IFMAXVAL(*(a)) - Q_GIFABSVAL(b) < Q_GIFVAL(*(a))) \
511 Q_GIFABSVAL(b))); \
513 if (Q_IFMINVAL(*(a)) + Q_GIFABSVAL(b) > Q_GIFVAL(*(a))) \
517 Q_GIFABSVAL(b))); \
528 else if (Q_GIFABSVAL(b) == 0 || (!Q_SIGNED(*(a)) && Q_LTZ(b))) \
531 else if (Q_GIFABSVAL(*(a)) != 0) { /* Result expected. */ \
546 else if (Q_GIFABSVAL(b) != 0 && \
547 Q_IFMAXVAL(*(a)) / Q_GIFABSVAL(b) < Q_GIFABSVAL(*(a))) \
[all …]
/freebsd/share/man/man3/
H A DMakefile144 Q_IFRAWMASK.3 Q_GIFABSVAL.3 \