_FP_OVERFLOW_      60 include/math-emu/op-1.h #define _FP_FRAC_OVERP_1(fs,X)	(X##_f & _FP_OVERFLOW_##fs)
_FP_OVERFLOW_      61 include/math-emu/op-1.h #define _FP_FRAC_CLEAR_OVERP_1(fs,X)	(X##_f &= ~_FP_OVERFLOW_##fs)
_FP_OVERFLOW_     111 include/math-emu/op-2.h #define _FP_FRAC_OVERP_2(fs,X)	(_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs)
_FP_OVERFLOW_     112 include/math-emu/op-2.h #define _FP_FRAC_CLEAR_OVERP_2(fs,X)	(_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs)
_FP_OVERFLOW_     134 include/math-emu/op-4.h #define _FP_FRAC_OVERP_4(fs,X)  (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs)
_FP_OVERFLOW_     135 include/math-emu/op-4.h #define _FP_FRAC_CLEAR_OVERP_4(fs,X)  (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs)
_FP_OVERFLOW_     143 include/math-emu/op-common.h 		& (_FP_OVERFLOW_##fs >> 1))			\
_FP_OVERFLOW_     152 include/math-emu/op-common.h 		   & (_FP_OVERFLOW_##fs >> 1))			\
_FP_OVERFLOW_     636 include/math-emu/op-common.h         q = _FP_OVERFLOW_##fs >> 1;					\