_FP_FRAC_LOW_     176 include/math-emu/op-common.h 	        _FP_FRAC_LOW_##wc(X) >>= (_FP_WORKBITS);	\
_FP_FRAC_LOW_     713 include/math-emu/op-common.h 		    if (_FP_FRAC_LOW_##wc(X) & 1)				\
_FP_FRAC_LOW_     137 include/math-emu/soft-fp.h     if ((_FP_FRAC_LOW_##wc(X) & 15) != _FP_WORK_ROUND)	\
_FP_FRAC_LOW_     145 include/math-emu/soft-fp.h     if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7))		\
_FP_FRAC_LOW_     151 include/math-emu/soft-fp.h     if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7))		\
_FP_FRAC_LOW_     157 include/math-emu/soft-fp.h 	if (_FP_FRAC_LOW_##wc(X) & 7)		\