Searched refs:FP_EX_UNDERFLOW (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/math-emu/
H A Dsoft-fp.h76 #ifndef FP_EX_UNDERFLOW
77 #define FP_EX_UNDERFLOW macro
H A Dop-common.h165 (FP_TRAPPING_EXCEPTIONS & FP_EX_UNDERFLOW)) \
166 FP_SET_EXCEPTION(FP_EX_UNDERFLOW); \
178 FP_SET_EXCEPTION(FP_EX_UNDERFLOW); \
/linux-master/arch/alpha/include/asm/
H A Dsfp-machine.h72 #define FP_EX_UNDERFLOW IEEE_TRAP_ENABLE_UNF macro
/linux-master/arch/sh/include/asm/
H A Dsfp-machine.h76 #define FP_EX_UNDERFLOW (1<<1) macro
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_64.h83 #define FP_EX_UNDERFLOW (1 << 2) macro
H A Dsfp-machine_32.h194 #define FP_EX_UNDERFLOW (1 << 2) macro
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h104 #define FP_EX_UNDERFLOW (1 << 18) macro
124 #define FP_EX_UNDERFLOW (1 << (31 - 4)) macro
/linux-master/arch/alpha/math-emu/
H A Dmath.c277 if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ))
284 if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ))
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c233 else if (eflag & FP_EX_UNDERFLOW)
234 eflag = FP_EX_UNDERFLOW;
H A Dmath_64.c117 else if(eflag & FP_EX_UNDERFLOW)
118 eflag = FP_EX_UNDERFLOW;
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c103 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)
680 &= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last;
702 if ((FP_CUR_EXCEPTIONS & FP_EX_UNDERFLOW)

Completed in 156 milliseconds