Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dqmath.h124 #define Q_GIFABSVAL(q) Q_TC(q, Q_GIFRAW(q) >> Q_NCBITS) macro
125 #define Q_GIFVAL(q) Q_TC(q, Q_LTZ(q) ? -Q_GIFABSVAL(q) : Q_GIFABSVAL(q))
506 if (Q_IFMAXVAL(*(a)) - Q_GIFABSVAL(b) < Q_GIFVAL(*(a))) \
510 Q_GIFABSVAL(b))); \
512 if (Q_IFMINVAL(*(a)) + Q_GIFABSVAL(b) > Q_GIFVAL(*(a))) \
516 Q_GIFABSVAL(b))); \
530 else if (Q_GIFABSVAL(*(a)) != 0) { /* Result expected. */ \
545 else if (Q_GIFABSVAL(b) != 0 && \
546 Q_IFMAXVAL(*(a)) / Q_GIFABSVAL(b) < Q_GIFABSVAL(*(a))) \
593 if (Q_GIFABSVAL(*(q)) == 0) \
[all …]