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

/linux-master/include/math-emu/
H A Dsoft-fp.h82 #ifndef FP_EX_INEXACT
83 #define FP_EX_INEXACT 0 macro
158 FP_SET_EXCEPTION(FP_EX_INEXACT); \
H A Dop-common.h62 FP_SET_EXCEPTION(FP_EX_INEXACT); \
132 FP_SET_EXCEPTION(FP_EX_INEXACT); \
156 FP_SET_EXCEPTION(FP_EX_INEXACT); \
164 if ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) || \
664 FP_SET_EXCEPTION(FP_EX_INEXACT); \
716 FP_SET_EXCEPTION(FP_EX_INEXACT); \
/linux-master/arch/alpha/include/asm/
H A Dsfp-machine.h74 #define FP_EX_INEXACT IEEE_TRAP_ENABLE_INE macro
/linux-master/arch/sh/include/asm/
H A Dsfp-machine.h77 #define FP_EX_INEXACT (1<<0) macro
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_64.h85 #define FP_EX_INEXACT (1 << 0) macro
H A Dsfp-machine_32.h196 #define FP_EX_INEXACT (1 << 0) macro
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h101 #define FP_EX_INEXACT (1 << 21) macro
126 #define FP_EX_INEXACT (1 << (31 - 6)) macro
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c237 else if (eflag & FP_EX_INEXACT)
238 eflag = FP_EX_INEXACT;
H A Dmath_64.c121 else if(eflag & FP_EX_INEXACT)
122 eflag = FP_EX_INEXACT;
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c102 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
705 if ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT)

Completed in 145 milliseconds