Searched refs:IEEE_TRAP_ENABLE_OVF (Results 1 – 4 of 4) sorted by relevance
46 #define IEEE_TRAP_ENABLE_OVF (1UL<<3) /* overflow */ macro51 IEEE_TRAP_ENABLE_OVF | IEEE_TRAP_ENABLE_UNF |\101 | IEEE_TRAP_ENABLE_OVF)) << 48; in ieee_swcr_to_fpcr()116 | 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()
876 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()