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

/linux-master/include/math-emu/
H A Dop-4.h141 #define _FP_FRAC_GT_4(X,Y) \ macro
360 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)) \

Completed in 88 milliseconds