_FP_FRAC_HIGH_    111 include/math-emu/op-2.h #define _FP_FRAC_OVERP_2(fs,X)	(_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs)
_FP_FRAC_HIGH_    112 include/math-emu/op-2.h #define _FP_FRAC_CLEAR_OVERP_2(fs,X)	(_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs)
_FP_FRAC_HIGH_    134 include/math-emu/op-4.h #define _FP_FRAC_OVERP_4(fs,X)  (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs)
_FP_FRAC_HIGH_    135 include/math-emu/op-4.h #define _FP_FRAC_CLEAR_OVERP_4(fs,X)  (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs)
_FP_FRAC_HIGH_    142 include/math-emu/op-common.h 	    if (_FP_FRAC_HIGH_##fs(X)				\
_FP_FRAC_HIGH_    151 include/math-emu/op-common.h 		if (_FP_FRAC_HIGH_##fs(X)			\