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

/netbsd-current/sys/arch/hppa/include/
H A Dfenv.h46 #define FE_TONEAREST (0) /* round to nearest representable number */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dfenv.h23 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dfenv.h26 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dfenv.h65 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
/netbsd-current/sys/arch/arm/include/
H A Dfenv.h32 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
/netbsd-current/sys/arch/i386/include/
H A Dfenv.h73 #define FE_TONEAREST 0x000 /* 000000000000 */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dfenv.h73 #define FE_TONEAREST 0x000 /* 000000000000 */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h52 #define FE_TONEAREST 0x02 macro
/netbsd-current/sys/arch/sh3/include/
H A Dfenv.h54 #define FE_TONEAREST FPSCR_ROUND_NEAREST macro
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h52 #define FE_TONEAREST 0x0000 macro
/netbsd-current/sys/arch/mips/include/
H A Dfenv.h46 #define FE_TONEAREST 0x0000 macro
/netbsd-current/sys/arch/powerpc/include/
H A Dfenv.h66 #define FE_TONEAREST 0x0000 macro
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aarch64.h30 #define FE_TONEAREST 0x0000000 macro
/netbsd-current/sys/arch/m68k/include/
H A Dfenv.h50 #define FE_TONEAREST FPCR_NEAR macro
/netbsd-current/tests/lib/libm/
H A Dt_fenv.c199 ATF_CHECK_EQ_MSG(fegetround(), FE_TONEAREST, local
201 fegetround(), FE_TONEAREST); local
[all...]

Completed in 150 milliseconds