Searched refs:IEEE_TRAP_ENABLE_OVF (Results 1 – 4 of 4) sorted by relevance
48 #define IEEE_TRAP_ENABLE_OVF (1UL<<3) /* overflow */ macro53 IEEE_TRAP_ENABLE_OVF | IEEE_TRAP_ENABLE_UNF |\103 | IEEE_TRAP_ENABLE_OVF)) << 48; in ieee_swcr_to_fpcr()118 | IEEE_TRAP_ENABLE_OVF); in ieee_fpcr_to_swcr()
71 #define FP_EX_OVERFLOW IEEE_TRAP_ENABLE_OVF
316 if (_fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in alpha_fp_emul()
724 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()