_FP_FRAC_GT_2     426 include/math-emu/op-2.h     if (_FP_FRAC_GT_2(X, Y))						\
_FP_FRAC_GT_2     447 include/math-emu/op-2.h     if (_FP_FRAC_GT_2(_m, _r))						\
_FP_FRAC_GT_2     451 include/math-emu/op-2.h 	if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r))		\
_FP_FRAC_GT_2     475 include/math-emu/op-2.h 	if (_FP_FRAC_GT_2(_m, _r))					\
_FP_FRAC_GT_2     479 include/math-emu/op-2.h 	    if (_FP_FRAC_GE_2(_r, Y) && _FP_FRAC_GT_2(_m, _r))		\
_FP_FRAC_GT_2     496 include/math-emu/op-2.h     if (_FP_FRAC_GT_2(X, Y))						\