Searched refs:fegetround (Results 1 – 25 of 28) sorted by relevance
12
/external/llvm-project/libc/test/src/fenv/ |
D | rounding_mode_test.cpp | 19 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()
|
D | CMakeLists.txt | 10 libc.src.fenv.fegetround
|
/external/llvm-project/libc/src/fenv/ |
D | CMakeLists.txt | 2 fegetround 4 fegetround.cpp 6 fegetround.h
|
D | fegetround.cpp | 14 int LLVM_LIBC_ENTRYPOINT(fegetround)() { return fputil::getRound(); } in LLVM_LIBC_ENTRYPOINT() argument
|
D | fegetround.h | 14 int fegetround();
|
/external/llvm-project/libcxx/include/ |
D | fenv.h | 87 #ifdef fegetround 88 #undef fegetround
|
D | cfenv | 45 int fegetround(); 72 using ::fegetround;
|
/external/rust/crates/libm/src/math/ |
D | fmaf.rs | 32 feclearexcept, fegetround, feraiseexcept, fesetround, fetestexcept, FE_INEXACT, FE_TONEAREST, 69 fegetround() != FE_TONEAREST in fmaf()
|
D | fenv.rs | 26 pub(crate) fn fegetround() -> i32 { in fegetround() function
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count6.ll | 9 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1] 36 declare i32 @fegetround()
|
/external/libcxx/include/ |
D | cfenv | 46 int fegetround(); 73 using ::fegetround;
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count6.ll | 17 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1] 44 declare i32 @fegetround()
|
/external/llvm/test/Transforms/LoopRotate/ |
D | simplifylatch.ll | 10 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1] 37 declare i32 @fegetround()
|
/external/llvm-project/llvm/test/Transforms/LoopRotate/ |
D | simplifylatch.ll | 10 tail call i32 @fegetround( ) ; <i32>:0 [#uses=1] 37 declare i32 @fegetround()
|
/external/tensorflow/tensorflow/core/platform/ |
D | setround.cc | 35 original_mode_ = std::fegetround();
|
/external/OpenCL-CTS/test_common/harness/ |
D | rounding_mode.cpp | 90 int oldRound = fegetround(); in set_round() 106 int oldRound = fegetround(); in get_round()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | fenv_h.pass.cpp | 69 static_assert((std::is_same<decltype(::fegetround()), int>::value), ""); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | fenv_h.pass.cpp | 70 static_assert((std::is_same<decltype(fegetround()), int>::value), ""); in main()
|
/external/libcxx/test/std/numerics/cfenv/cfenv.syn/ |
D | cfenv.pass.cpp | 72 static_assert((std::is_same<decltype(std::fegetround()), int>::value), ""); in main()
|
/external/llvm-project/libcxx/test/std/numerics/cfenv/cfenv.syn/ |
D | cfenv.pass.cpp | 71 static_assert((std::is_same<decltype(std::fegetround()), int>::value), ""); in main()
|
/external/deqp/framework/delibs/debase/ |
D | deMath.c | 53 int mode = fegetround(); in deGetRoundingMode()
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 26 libc.src.fenv.fegetround
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 138 "fegetround",
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 543 int prevRound = fegetround(); in TypeValues() 600 int prevRound = fegetround(); in TypeValues()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 446 SYMBOL(fegetround, None, <fenv.h>)
|
12