Home
last modified time | relevance | path

Searched refs:fegetround (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/libc/test/src/fenv/
Drounding_mode_test.cpp19 int rm = __llvm_libc::fegetround(); in TEST()
24 rm = __llvm_libc::fegetround(); in TEST()
29 rm = __llvm_libc::fegetround(); in TEST()
34 rm = __llvm_libc::fegetround(); in TEST()
DCMakeLists.txt10 libc.src.fenv.fegetround
/external/llvm-project/libc/src/fenv/
DCMakeLists.txt2 fegetround
4 fegetround.cpp
6 fegetround.h
Dfegetround.cpp14 int LLVM_LIBC_ENTRYPOINT(fegetround)() { return fputil::getRound(); } in LLVM_LIBC_ENTRYPOINT() argument
Dfegetround.h14 int fegetround();
/external/llvm-project/libcxx/include/
Dfenv.h87 #ifdef fegetround
88 #undef fegetround
Dcfenv45 int fegetround();
72 using ::fegetround;
/external/rust/crates/libm/src/math/
Dfmaf.rs32 feclearexcept, fegetround, feraiseexcept, fesetround, fetestexcept, FE_INEXACT, FE_TONEAREST,
69 fegetround() != FE_TONEAREST in fmaf()
Dfenv.rs26 pub(crate) fn fegetround() -> i32 { in fegetround() function
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count6.ll9 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1]
36 declare i32 @fegetround()
/external/libcxx/include/
Dcfenv46 int fegetround();
73 using ::fegetround;
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dtrip-count6.ll17 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1]
44 declare i32 @fegetround()
/external/llvm/test/Transforms/LoopRotate/
Dsimplifylatch.ll10 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1]
37 declare i32 @fegetround()
/external/llvm-project/llvm/test/Transforms/LoopRotate/
Dsimplifylatch.ll10 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1]
37 declare i32 @fegetround()
/external/tensorflow/tensorflow/core/platform/
Dsetround.cc35 original_mode_ = std::fegetround();
/external/OpenCL-CTS/test_common/harness/
Drounding_mode.cpp90 int oldRound = fegetround(); in set_round()
106 int oldRound = fegetround(); in get_round()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp69 static_assert((std::is_same<decltype(::fegetround()), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp70 static_assert((std::is_same<decltype(fegetround()), int>::value), ""); in main()
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp72 static_assert((std::is_same<decltype(std::fegetround()), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp71 static_assert((std::is_same<decltype(std::fegetround()), int>::value), ""); in main()
/external/deqp/framework/delibs/debase/
DdeMath.c53 int mode = fegetround(); in deGetRoundingMode()
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt26 libc.src.fenv.fegetround
/external/llvm-project/libc/spec/
Dstdc.td138 "fegetround",
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp543 int prevRound = fegetround(); in TypeValues()
600 int prevRound = fegetround(); in TypeValues()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc446 SYMBOL(fegetround, None, <fenv.h>)

12