Searched refs:_FP_FRAC_GT_4 (Results 1 – 2 of 2) sorted by relevance
141 #define _FP_FRAC_GT_4(X,Y) \ macro360 if (_FP_FRAC_GT_4(X, Y)) \401 if (_FP_FRAC_GT_4(_m, X)) \405 if (_FP_FRAC_GE_4(X, Y) && _FP_FRAC_GT_4(_m, X)) \501 if (_FP_FRAC_GT_4(X,S)) \
122 #define _FP_FRAC_GT_4(X,Y) \ macro