FP_EX_UNDERFLOW   275 arch/alpha/math-emu/math.c 	if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ))
FP_EX_UNDERFLOW   282 arch/alpha/math-emu/math.c 	if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ))
FP_EX_UNDERFLOW   102 arch/powerpc/math-emu/math_efp.c 			FP_EX_UNDERFLOW | FP_EX_OVERFLOW)
FP_EX_UNDERFLOW   676 arch/powerpc/math-emu/math_efp.c 	  &= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last;
FP_EX_UNDERFLOW   698 arch/powerpc/math-emu/math_efp.c 		if ((FP_CUR_EXCEPTIONS & FP_EX_UNDERFLOW)
FP_EX_UNDERFLOW   233 arch/sparc/math-emu/math_32.c 			else if (eflag & FP_EX_UNDERFLOW)
FP_EX_UNDERFLOW   234 arch/sparc/math-emu/math_32.c 				eflag = FP_EX_UNDERFLOW;
FP_EX_UNDERFLOW   117 arch/sparc/math-emu/math_64.c 			else if(eflag & FP_EX_UNDERFLOW)
FP_EX_UNDERFLOW   118 arch/sparc/math-emu/math_64.c 				eflag = FP_EX_UNDERFLOW;
FP_EX_UNDERFLOW   165 include/math-emu/op-common.h 		(FP_TRAPPING_EXCEPTIONS & FP_EX_UNDERFLOW))	\
FP_EX_UNDERFLOW   166 include/math-emu/op-common.h 		FP_SET_EXCEPTION(FP_EX_UNDERFLOW);		\
FP_EX_UNDERFLOW   178 include/math-emu/op-common.h 	    FP_SET_EXCEPTION(FP_EX_UNDERFLOW);			\
FP_EX_UNDERFLOW    76 include/math-emu/soft-fp.h #ifndef FP_EX_UNDERFLOW