Searched refs:FE_TONEAREST (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Drnd_mode.c26 For instance, with some ARM implementations, only FE_TONEAREST may
37 #if defined (MPFR_HAVE_FESETROUND) && defined (FE_TONEAREST)
38 fesetround(FE_TONEAREST)
/netbsd-current/sys/arch/ia64/include/
H A Dieeefp.h25 #define FE_TONEAREST 2 /* round to nearest representable number */
47 FP_RN = FE_TONEAREST, /* round to nearest representable number */
/netbsd-current/external/gpl3/gcc/dist/libquadmath/
H A Dquadmath-rounding-mode.h34 #if defined(HAVE_FENV_H) && (defined(FE_DOWNWARD) || defined(FE_TONEAREST) \
54 case FE_TONEAREST:
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/
H A Dquadmath-rounding-mode.h34 #if defined(HAVE_FENV_H) && (defined(FE_DOWNWARD) || defined(FE_TONEAREST) \
54 case FE_TONEAREST:
/netbsd-current/lib/libm/src/
H A Ds_fmaf.c63 fegetround() != FE_TONEAREST) /* not round-to-nearest */
73 fesetround(FE_TONEAREST);
/netbsd-current/sys/arch/sparc/include/
H A Dfenv.h65 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
69 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/netbsd-current/sys/arch/hppa/include/
H A Dfenv.h46 #define FE_TONEAREST (0) /* round to nearest representable number */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dieeefp.h34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
H A Dfenv.h26 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dieeefp.h32 FP_RN=FE_TONEAREST, /* round to nearest representable number */
98 case FE_TONEAREST:
117 return FE_TONEAREST;
125 return FE_TONEAREST;
/netbsd-current/sys/arch/riscv/include/
H A Dieeefp.h34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
H A Dfenv.h23 #define FE_TONEAREST 0 /* round to nearest representable number */ macro
/netbsd-current/sys/arch/x86/include/
H A Dieeefp.h23 FP_RN=FE_TONEAREST, /* round to nearest representable num */
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dtgammaq_product.c32 SET_RESTORE_ROUNDF128 (FE_TONEAREST);
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dtgammaq_product.c32 SET_RESTORE_ROUNDF128 (FE_TONEAREST);
/netbsd-current/tests/lib/libm/
H A Dt_fe_round.c36 case FE_TONEAREST:
37 return "FE_TONEAREST";
82 { FE_TONEAREST, -INT-0.0625, -INT},
83 { FE_TONEAREST, +INT-0.0625, INT},
84 { FE_TONEAREST, -INT+0.0625, -INT},
85 { FE_TONEAREST, +INT+0.0625, INT},
86 { FE_TONEAREST, -INT-0.53125, -INT-1},
87 { FE_TONEAREST, +INT-0.53125, INT-1},
88 { FE_TONEAREST, -INT+0.53125, -INT+1},
89 { FE_TONEAREST,
[all...]
H A Dt_fenv.c100 case FE_TONEAREST:
143 case FE_TONEAREST:
182 checkrounding(FE_TONEAREST, "FE_TONEAREST");
199 ATF_CHECK_EQ_MSG(fegetround(), FE_TONEAREST, local
200 "fegetround()=%d FE_TONEAREST=%d",
201 fegetround(), FE_TONEAREST); local
203 checkrounding(FE_TONEAREST, "FE_TONEAREST");
226 checkrounding(FE_TONEAREST, "FE_TONEARES
[all...]
/netbsd-current/sys/arch/powerpc/include/
H A Dieeefp.h34 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
/netbsd-current/sys/arch/mips/include/
H A Dieeefp.h34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
/netbsd-current/sys/arch/arm/include/
H A Dieeefp.h40 FP_RN=FE_TONEAREST, /* round to nearest representable number */
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dfloat.c71 fround = FE_TONEAREST;
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Dfloat.c72 fround = FE_TONEAREST;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-aix.h303 #ifdef FE_TONEAREST
304 case FE_TONEAREST:
336 #ifdef FE_TONEAREST
338 rnd_mode = FE_TONEAREST;
374 #ifdef FE_TONEAREST
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aix.h303 #ifdef FE_TONEAREST
304 case FE_TONEAREST:
336 #ifdef FE_TONEAREST
338 rnd_mode = FE_TONEAREST;
374 #ifdef FE_TONEAREST
/netbsd-current/lib/libc/gdtoa/test/
H A Dgetround.c40 static int fe_conv[4] = {FE_TOWARDZERO, FE_TONEAREST, FE_UPWARD, FE_DOWNWARD };

Completed in 289 milliseconds

123