Searched refs:IEEE_TRAP_ENABLE_DZE (Results 1 – 4 of 4) sorted by relevance
45 #define IEEE_TRAP_ENABLE_DZE (1UL<<2) /* division by zero */ macro50 #define IEEE_TRAP_ENABLE_MASK (IEEE_TRAP_ENABLE_INV | IEEE_TRAP_ENABLE_DZE |\100 | IEEE_TRAP_ENABLE_DZE in ieee_swcr_to_fpcr()115 | IEEE_TRAP_ENABLE_DZE in ieee_fpcr_to_swcr()
73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE
317 if (_fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV; in alpha_fp_emul()
877 if (fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV; in SYSCALL_DEFINE5()