Searched refs:_FP_FRAC_GT_2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/soft-fp/
H A Dop-2.h139 #define _FP_FRAC_GT_2(X, Y) \ macro
451 if (_FP_FRAC_GT_2(X, Y)) \
472 if (_FP_FRAC_GT_2(_m, _r)) \
476 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \
500 if (_FP_FRAC_GT_2(_m, _r)) \
504 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \
521 if (_FP_FRAC_GT_2(X, Y)) \

Completed in 88 milliseconds