_FP_WFRACXBITS_   209 include/math-emu/op-1.h     _y = Y##_f << _FP_WFRACXBITS_##fs;					\
_FP_WFRACXBITS_   235 include/math-emu/op-1.h 	_nh = X##_f >> _FP_WFRACXBITS_##fs;		\
_FP_WFRACXBITS_   240 include/math-emu/op-1.h 	_nh = X##_f >> (_FP_WFRACXBITS_##fs + 1);	\
_FP_WFRACXBITS_   442 include/math-emu/op-2.h     _FP_FRAC_SLL_2(Y, _FP_WFRACXBITS_##fs);				\
_FP_WFRACXBITS_   370 include/math-emu/op-4.h     _FP_FRAC_SLL_4(Y, _FP_WFRACXBITS_##fs);				    \
_FP_WFRACXBITS_   294 include/math-emu/op-common.h 	      diff -= _FP_WFRACXBITS_##fs;				     \