Searched defs:FE_DIVBYZERO (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/arch/hppa/include/
H A Dfenv.h41 #define FE_DIVBYZERO 0x08 /* divide-by-zero exception */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dfenv.h17 #define FE_DIVBYZERO ((int)__BIT(3)) /* divide-by-zero */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dfenv.h22 #define FE_DIVBYZERO 0x100 /* divide-by-zero */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dfenv.h51 #define FE_DIVBYZERO 0x00000040 /* 0001000000 */ macro
/netbsd-current/sys/arch/arm/include/
H A Dfenv.h25 #define FE_DIVBYZERO 0x02 /* divide-by-zero exception */ macro
/netbsd-current/sys/arch/i386/include/
H A Dfenv.h55 #define FE_DIVBYZERO 0x04 /* 000000000100 */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dfenv.h55 #define FE_DIVBYZERO 0x04 /* 000000000100 */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h41 #define FE_DIVBYZERO 0x02 macro
/netbsd-current/sys/arch/sh3/include/
H A Dfenv.h45 #define FE_DIVBYZERO ((uint32_t)FPSCR_EXCEPTION_ZERODIV >> 5) macro
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h44 #define FE_DIVBYZERO 0x04 macro
/netbsd-current/sys/arch/mips/include/
H A Dfenv.h40 #define FE_DIVBYZERO 0x0020 macro
/netbsd-current/sys/arch/powerpc/include/
H A Dfenv.h38 #define FE_DIVBYZERO 0x04000000 macro
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aarch64.h39 #define FE_DIVBYZERO 2 macro
/netbsd-current/sys/arch/m68k/include/
H A Dfenv.h41 #define FE_DIVBYZERO FPSR_ADZ macro
/netbsd-current/tests/lib/libm/
H A Dt_fenv.c285 ATF_CHECK_EQ_MSG(fegetexcept(), FE_DIVBYZERO, local
287 fegetexcept(), FE_DIVBYZERO); local

Completed in 314 milliseconds