Home
last modified time | relevance | path

Searched refs:FE_TONEAREST (Results 1 – 25 of 43) sorted by relevance

12

/external/OpenCL-CTS/test_common/harness/
Drounding_mode.cpp83 FE_TONEAREST, FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO in set_round()
86 FE_TOWARDZERO, FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO in set_round()
95 case FE_TONEAREST: return kRoundToNearestEven; in set_round()
110 case FE_TONEAREST: return kRoundToNearestEven; in get_round()
/external/rust/crates/libm/src/math/
Dfmaf.rs32 feclearexcept, fegetround, feraiseexcept, fesetround, fetestexcept, FE_INEXACT, FE_TONEAREST,
69 fegetround() != FE_TONEAREST in fmaf()
98 fesetround(FE_TONEAREST); in fmaf()
Dfenv.rs7 pub(crate) const FE_TONEAREST: i32 = 0; constant
27 FE_TONEAREST in fegetround()
/external/arm-optimized-routines/math/test/
Dulp.h69 if (r == FE_TONEAREST) in RT()
105 if (r != FE_TONEAREST) in T()
110 if (r != FE_TONEAREST) in T()
111 fesetround (FE_TONEAREST); in T()
125 if (r != FE_TONEAREST) in T()
135 if (r != FE_TONEAREST) in T()
136 fesetround (FE_TONEAREST); in T()
356 maxerr, conf->r == FE_TONEAREST ? "+0.5" : "+1.0", in T()
/external/llvm-project/libc/AOR_v20.02/math/test/
Dulp.h70 if (r == FE_TONEAREST) in RT()
106 if (r != FE_TONEAREST) in T()
111 if (r != FE_TONEAREST) in T()
112 fesetround (FE_TONEAREST); in T()
126 if (r != FE_TONEAREST) in T()
136 if (r != FE_TONEAREST) in T()
137 fesetround (FE_TONEAREST); in T()
357 maxerr, conf->r == FE_TONEAREST ? "+0.5" : "+1.0", in T()
/external/tensorflow/tensorflow/core/platform/
Dsetround.cc27 DCHECK_EQ(mode, FE_TONEAREST); in ScopedSetRound()
38 original_mode_ = FE_TONEAREST;
Dsetround_test.cc74 port::ScopedSetRound round(FE_TONEAREST); in TEST()
89 std::fesetround(FE_TONEAREST); in TEST()
/external/llvm-project/compiler-rt/lib/builtins/i386/
Dfp_mode.c24 return FE_TONEAREST; in __fe_getround()
32 return FE_TONEAREST; in __fe_getround()
/external/llvm-project/flang/runtime/
Dmain.cpp23 fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
25 std::fesetround(FE_TONEAREST); in ConfigureFloatingPoint()
/external/llvm-project/libc/test/src/fenv/
Drounding_mode_test.cpp17 int s = __llvm_libc::fesetround(FE_TONEAREST); in TEST()
20 EXPECT_EQ(rm, FE_TONEAREST); in TEST()
/external/llvm-project/compiler-rt/lib/builtins/arm/
Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __arm_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/external/llvm-project/compiler-rt/lib/builtins/aarch64/
Dfp_mode.c26 FE_ROUND_MODE __attribute__((weak)) __aarch64_fe_default_rmode = FE_TONEAREST;
43 return FE_TONEAREST; in __fe_getround()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp44 #ifndef FE_TONEAREST
45 #error FE_TONEAREST not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp45 #ifndef FE_TONEAREST
46 #error FE_TONEAREST not defined
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp45 #ifndef FE_TONEAREST
46 #error FE_TONEAREST not defined
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp44 #ifndef FE_TONEAREST
45 #error FE_TONEAREST not defined
/external/llvm-project/flang/lib/Evaluate/
Dhost.cpp90 fesetround(FE_TONEAREST); in SetUpHostFloatingPointEnvironment()
102 fesetround(FE_TONEAREST); in SetUpHostFloatingPointEnvironment()
/external/deqp/framework/delibs/debase/
DdeMath.c59 case FE_TONEAREST: return DE_ROUNDINGMODE_TO_NEAREST_EVEN; in deGetRoundingMode()
95 case DE_ROUNDINGMODE_TO_NEAREST_EVEN: flag = FE_TONEAREST; break; in deSetRoundingMode()
/external/llvm-project/compiler-rt/lib/builtins/
Dfp_mode.c19 return FE_TONEAREST; in __fe_getround()
Dfp_mode.h20 FE_TONEAREST, enumerator
/external/llvm-project/libc/utils/FPUtil/
DDummyFEnv.h25 int getRound() { return FE_TONEAREST; } in getRound()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dsubtf3_test.c84 fesetround(FE_TONEAREST); in main()
Daddtf3_test.c92 fesetround(FE_TONEAREST); in main()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream.cc65 tensorflow::port::ScopedSetRound round(FE_TONEAREST); in WorkLoop()
/external/llvm-project/clang/test/AST/
Dast-dump-fpfeatures.cpp114 #pragma STDC FENV_ROUND FE_TONEAREST

12