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

/netbsd-current/sys/arch/hppa/include/
H A Dfenv.h49 #define FE_DOWNWARD (3<<9) /* round toward negative infinity */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dfenv.h25 #define FE_DOWNWARD 2 /* round toward negative infinity */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dfenv.h29 #define FE_DOWNWARD 3 /* round toward negative infinity */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dfenv.h68 #define FE_DOWNWARD 3 /* round toward negative infinity */ macro
/netbsd-current/sys/arch/arm/include/
H A Dfenv.h34 #define FE_DOWNWARD 2 /* round toward negative infinity */ macro
/netbsd-current/sys/arch/i386/include/
H A Dfenv.h74 #define FE_DOWNWARD 0x400 /* 010000000000 */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dfenv.h74 #define FE_DOWNWARD 0x400 /* 010000000000 */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h51 #define FE_DOWNWARD 0x01 macro
/netbsd-current/sys/arch/sh3/include/
H A Dfenv.h57 #define FE_DOWNWARD (FPSCR_ROUND_ZERO + 1) macro
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h53 #define FE_DOWNWARD 0x0400 macro
/netbsd-current/sys/arch/mips/include/
H A Dfenv.h49 #define FE_DOWNWARD 0x0003 macro
/netbsd-current/sys/arch/powerpc/include/
H A Dfenv.h69 #define FE_DOWNWARD 0x0003 macro
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aarch64.h32 #define FE_DOWNWARD 0x0800000 macro
/netbsd-current/sys/arch/m68k/include/
H A Dfenv.h52 #define FE_DOWNWARD FPCR_MINF macro
/netbsd-current/tests/lib/libm/
H A Dt_fenv.c192 ATF_CHECK_EQ_MSG(fegetround(), FE_DOWNWARD, local
194 fegetround(), FE_DOWNWARD); local
[all...]

Completed in 250 milliseconds