Searched refs:IEEE_TRAP_ENABLE_DNO (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.h47 #define IEEE_TRAP_ENABLE_DNO (1UL<<6) /* denorm */ macro
50 IEEE_TRAP_ENABLE_INE | IEEE_TRAP_ENABLE_DNO)
102 fp |= (~sw & IEEE_TRAP_ENABLE_DNO) << 41;
117 sw |= (~fp >> 41) & IEEE_TRAP_ENABLE_DNO;
H A Dsfp-machine.h75 #define FP_EX_DENORM IEEE_TRAP_ENABLE_DNO
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/math-emu/
H A Dmath.c313 if (_fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c731 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;

Completed in 118 milliseconds