HomeSort by: relevance | last modified time | path
    Searched refs:FE_TONEAREST (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/tests/
rnd_mode.c 26 For instance, with some ARM implementations, only FE_TONEAREST may
37 #if defined (MPFR_HAVE_FESETROUND) && defined (FE_TONEAREST)
38 fesetround(FE_TONEAREST)
  /src/sys/arch/ia64/include/
ieeefp.h 25 #define FE_TONEAREST 2 /* round to nearest representable number */
47 FP_RN = FE_TONEAREST, /* round to nearest representable number */
  /src/external/gpl3/gcc/dist/libquadmath/
quadmath-rounding-mode.h 34 #if defined(HAVE_FENV_H) && (defined(FE_DOWNWARD) || defined(FE_TONEAREST) \
54 case FE_TONEAREST:
  /src/external/gpl3/gcc.old/dist/libquadmath/
quadmath-rounding-mode.h 34 #if defined(HAVE_FENV_H) && (defined(FE_DOWNWARD) || defined(FE_TONEAREST) \
54 case FE_TONEAREST:
  /src/lib/libm/src/
s_fmaf.c 63 fegetround() != FE_TONEAREST) /* not round-to-nearest */
73 fesetround(FE_TONEAREST);
  /src/sys/arch/sparc/include/
fenv.h 65 #define FE_TONEAREST 0 /* round to nearest representable number */
69 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
  /src/sys/arch/hppa/include/
fenv.h 46 #define FE_TONEAREST (0) /* round to nearest representable number */
  /src/sys/arch/or1k/include/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
fenv.h 26 #define FE_TONEAREST 0 /* round to nearest representable number */
  /src/sys/arch/riscv/include/
fenv.h 23 #define FE_TONEAREST 0 /* round to nearest representable number */
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/sh3/include/
ieeefp.h 32 FP_RN=FE_TONEAREST, /* round to nearest representable number */
98 case FE_TONEAREST:
117 return FE_TONEAREST;
125 return FE_TONEAREST;
  /src/sys/arch/x86/include/
ieeefp.h 23 FP_RN=FE_TONEAREST, /* round to nearest representable num */
  /src/external/gpl3/gcc/dist/libquadmath/math/
tgammaq_product.c 32 SET_RESTORE_ROUNDF128 (FE_TONEAREST);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tgammaq_product.c 32 SET_RESTORE_ROUNDF128 (FE_TONEAREST);
  /src/tests/lib/libm/
t_fe_round.c 36 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, +INT+0.53125, INT+1}
    [all...]
t_fenv.c 100 case FE_TONEAREST:
143 case FE_TONEAREST:
182 checkrounding(FE_TONEAREST, "FE_TONEAREST");
199 ATF_CHECK_EQ_MSG(fegetround(), FE_TONEAREST,
200 "fegetround()=%d FE_TONEAREST=%d",
201 fegetround(), FE_TONEAREST);
203 checkrounding(FE_TONEAREST, "FE_TONEAREST");
226 checkrounding(FE_TONEAREST, "FE_TONEAREST")
    [all...]
  /src/sys/arch/arm/include/
ieeefp.h 40 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/mips/include/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
  /src/sys/arch/powerpc/include/
ieeefp.h 34 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
  /src/external/gpl3/gdb.old/dist/sim/erc32/
float.c 72 fround = FE_TONEAREST;
  /src/external/gpl3/gdb/dist/sim/erc32/
float.c 72 fround = FE_TONEAREST;
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aix.h 303 #ifdef FE_TONEAREST
304 case FE_TONEAREST:
341 #ifdef FE_TONEAREST
343 rnd_mode = FE_TONEAREST;
385 #ifdef FE_TONEAREST
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aix.h 303 #ifdef FE_TONEAREST
304 case FE_TONEAREST:
336 #ifdef FE_TONEAREST
338 rnd_mode = FE_TONEAREST;
374 #ifdef FE_TONEAREST
  /src/lib/libc/gdtoa/test/
getround.c 40 static int fe_conv[4] = {FE_TOWARDZERO, FE_TONEAREST, FE_UPWARD, FE_DOWNWARD };

Completed in 23 milliseconds

1 2 3