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

1 2

  /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 */
fenv.h 53 #define FE_TONEAREST 0x0000
57 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
  /src/lib/libm/src/
s_fmaf.c 63 fegetround() != FE_TONEAREST) /* not round-to-nearest */
73 fesetround(FE_TONEAREST);
s_fmal.c 207 * modes other than FE_TONEAREST are painful.
214 case FE_TONEAREST:
238 fesetround(FE_TONEAREST);
265 if (oround != 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/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
fenv.h 23 #define FE_TONEAREST 0 /* 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/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 */
fenv.h 32 #define FE_TONEAREST 0 /* round to nearest representable number */
  /src/sys/arch/mips/include/
ieeefp.h 34 FP_RN=FE_TONEAREST, /* round to nearest representable number */
fenv.h 47 #define FE_TONEAREST 0x0000
51 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
  /src/sys/arch/powerpc/include/
ieeefp.h 34 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
  /src/lib/libc/gdtoa/test/
getround.c 40 static int fe_conv[4] = {FE_TOWARDZERO, FE_TONEAREST, FE_UPWARD, FE_DOWNWARD };
  /src/sys/arch/alpha/include/
ieeefp.h 56 FP_RN = FE_TONEAREST, /* round to nearest representable number */
fenv.h 53 #define FE_TONEAREST 0x02
55 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
  /src/sys/arch/amd64/include/
fenv.h 73 #define FE_TONEAREST 0x000 /* 000000000000 */
  /src/sys/arch/i386/include/
fenv.h 73 #define FE_TONEAREST 0x000 /* 000000000000 */
  /src/sys/arch/m68k/include/
ieeefp.h 35 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */

Completed in 34 milliseconds

1 2