Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
HDop-2.h148 #define _FP_FRAC_GE_2(X, Y) \ macro
545 if (_FP_FRAC_GE_2 (X, Y)) \
576 if (_FP_FRAC_GE_2 (_FP_DIV_MEAT_2_udiv_r, Y) \
612 if (_FP_FRAC_GE_2 (_FP_DIV_MEAT_2_udiv_r, Y) \
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
HDop-2.h140 #define _FP_FRAC_GE_2(X, Y) \ macro
475 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \
503 if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r)) \