Searched refs:FP_EX_DIVZERO (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/math-emu/
H A Dsoft-fp.h79 #ifndef FP_EX_DIVZERO
80 #define FP_EX_DIVZERO 0 macro
H A Dop-common.h499 FP_SET_EXCEPTION(FP_EX_DIVZERO); \
/linux-master/arch/alpha/include/asm/
H A Dsfp-machine.h73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
/linux-master/arch/sh/include/asm/
H A Dsfp-machine.h74 #define FP_EX_DIVZERO (1<<3) macro
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_64.h84 #define FP_EX_DIVZERO (1 << 1) macro
H A Dsfp-machine_32.h195 #define FP_EX_DIVZERO (1 << 1) macro
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h103 #define FP_EX_DIVZERO (1 << 19) macro
125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c235 else if (eflag & FP_EX_DIVZERO)
236 eflag = FP_EX_DIVZERO;
H A Dmath_64.c119 else if(eflag & FP_EX_DIVZERO)
120 eflag = FP_EX_DIVZERO;
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c102 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
696 if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO)

Completed in 303 milliseconds