_FP_WORKBITS       40 include/math-emu/double.h #define _FP_WFRACBITS_D		(_FP_WORKBITS + _FP_FRACBITS_D)
_FP_WORKBITS       42 include/math-emu/op-common.h     _FP_FRAC_SLL_##wc(X, _FP_WORKBITS);					\
_FP_WORKBITS       56 include/math-emu/op-common.h 	_FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS));			\
_FP_WORKBITS      103 include/math-emu/op-common.h 	_FP_FRAC_SRL_##wc(X, _FP_WORKBITS);			\
_FP_WORKBITS      161 include/math-emu/op-common.h 		    _FP_FRAC_SRL_##wc(X, _FP_WORKBITS);		\
_FP_WORKBITS      176 include/math-emu/op-common.h 	        _FP_FRAC_LOW_##wc(X) >>= (_FP_WORKBITS);	\
_FP_WORKBITS      743 include/math-emu/op-common.h 		    _FP_FRAC_SRL_##wc(X, _FP_WORKBITS - X##_e			\
_FP_WORKBITS      752 include/math-emu/op-common.h 	    if (X##_e <= -_FP_WORKBITS - 1)					\
_FP_WORKBITS      762 include/math-emu/op-common.h 	    _FP_FRAC_SRL_##wc(X, _FP_WORKBITS);					\
_FP_WORKBITS       40 include/math-emu/quad.h #define _FP_WFRACBITS_Q		(_FP_WORKBITS + _FP_FRACBITS_Q)
_FP_WORKBITS       34 include/math-emu/single.h #define _FP_WFRACBITS_S		(_FP_WORKBITS + _FP_FRACBITS_S)