Searched refs:IEEE_TRAP_ENABLE_OVF (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dfpu.h44 #define IEEE_TRAP_ENABLE_OVF (1UL<<3) /* overflow */ macro
49 IEEE_TRAP_ENABLE_OVF | IEEE_TRAP_ENABLE_UNF |\
99 | IEEE_TRAP_ENABLE_OVF)) << 48;
114 | IEEE_TRAP_ENABLE_OVF);
H A Dsfp-machine.h71 #define FP_EX_OVERFLOW IEEE_TRAP_ENABLE_OVF
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/math-emu/
H A Dmath.c316 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c734 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF;

Completed in 65 milliseconds