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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mode.c19 return FE_TONEAREST;
H A Dfp_mode.h20 FE_TONEAREST, enumerator in enum:__anon2479
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dfp_mode.c24 return FE_TONEAREST;
32 return FE_TONEAREST;
/freebsd-13-stable/lib/msun/src/
H A Ds_fmaf.c57 fegetround() != FE_TONEAREST) /* not round-to-nearest */
67 fesetround(FE_TONEAREST);
H A Ds_fmal.c199 * modes other than FE_TONEAREST are painful.
206 case FE_TONEAREST:
230 fesetround(FE_TONEAREST);
257 if (oround != FE_TONEAREST) {
H A Ds_fma.c211 * modes other than FE_TONEAREST are painful.
218 case FE_TONEAREST:
242 fesetround(FE_TONEAREST);
269 if (oround != FE_TONEAREST) {
H A De_sqrtl.c151 if (r == FE_TONEAREST) {
/freebsd-13-stable/lib/libc/arm/gen/
H A Dflt_rounds.c63 case FE_TONEAREST:
/freebsd-13-stable/lib/libc/riscv/gen/
H A Dflt_rounds.c63 case FE_TONEAREST:
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST;
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c55 { FE_TONEAREST, -INT-0.01, -INT},
56 { FE_TONEAREST, +INT-0.01, INT},
57 { FE_TONEAREST, -INT+0.01, -INT},
58 { FE_TONEAREST, +INT+0.01, INT},
59 { FE_TONEAREST, -INT-0.501, -INT-1},
60 { FE_TONEAREST, +INT-0.501, INT-1},
61 { FE_TONEAREST, -INT+0.501, -INT+1},
62 { FE_TONEAREST, +INT+0.501, INT+1},
63 { FE_TONEAREST, +0, 0},
64 { FE_TONEAREST,
[all...]
H A Dt_fenv.c88 ATF_CHECK(fegetround() == FE_TONEAREST);
110 fesetround(FE_TONEAREST);
/freebsd-13-stable/lib/msun/arm/
H A Dfenv.h65 #define FE_TONEAREST VFP_FE_TONEAREST macro
70 #define FE_TONEAREST 0x0000 macro
75 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
H A Dfenv.c133 case FE_TONEAREST:
152 return FE_TONEAREST;
/freebsd-13-stable/lib/msun/tests/
H A Dlrint_test.c75 ATF_REQUIRE_EQ(0, fesetround(FE_TONEAREST));
105 ATF_REQUIRE_EQ(0, fesetround(FE_TONEAREST));
119 ATF_REQUIRE_EQ(0, fesetround(FE_TONEAREST));
H A Dfenv_test.c154 return (FE_TONEAREST);
312 ATF_CHECK_EQ(FE_TONEAREST, fegetround());
313 ATF_CHECK_EQ(FE_TONEAREST, getround());
331 ATF_CHECK_EQ(0, fesetround(FE_TONEAREST));
332 ATF_CHECK_EQ(FE_TONEAREST, getround());
353 ATF_CHECK_EQ(FE_TONEAREST, fegetround());
370 ATF_CHECK_EQ(FE_TONEAREST, fegetround());
383 ATF_CHECK_EQ(FE_TONEAREST, fegetround());
H A Dfma_test.c73 fesetround(FE_TONEAREST); \
85 * in rounding modes other than FE_TONEAREST.
113 case FE_TONEAREST:
434 fesetround(FE_TONEAREST);
447 fesetround(FE_TONEAREST);
457 fesetround(FE_TONEAREST);
471 FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO
497 fesetround(FE_TONEAREST);
526 fesetround(FE_TONEAREST);
H A Dfmaxmin_test.c87 FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO
H A Dnearbyint_test.c46 FE_TONEAREST, FE_DOWNWARD, FE_UPWARD, FE_TOWARDZERO,
/freebsd-13-stable/lib/msun/riscv/
H A Dfenv.h63 #define FE_TONEAREST (0x00 << _ROUND_SHIFT) macro
67 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-13-stable/lib/msun/aarch64/
H A Dfenv.h56 #define FE_TONEAREST 0x0 macro
60 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-13-stable/lib/msun/mips/
H A Dfenv.h63 #define FE_TONEAREST 0x0000 macro
67 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-13-stable/lib/msun/powerpc/
H A Dfenv.h74 #define FE_TONEAREST 0x0000 macro
78 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-13-stable/lib/msun/x86/
H A Dfenv.h55 #define FE_TONEAREST 0x0000 macro
59 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \

Completed in 113 milliseconds

12