Home
last modified time | relevance | path

Searched refs:fenv (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp63 std::fenv_t fenv; in main() local
65 ((void)fenv); // Prevent unused warning in main()
74 static_assert((std::is_same<decltype(std::fegetenv(&fenv)), int>::value), ""); in main()
75 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), ""); in main()
76 static_assert((std::is_same<decltype(std::fesetenv(&fenv)), int>::value), ""); in main()
77 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp63 fenv_t fenv = {}; in main() local
72 static_assert((std::is_same<decltype(fegetenv(&fenv)), int>::value), ""); in main()
73 static_assert((std::is_same<decltype(feholdexcept(&fenv)), int>::value), ""); in main()
74 static_assert((std::is_same<decltype(fesetenv(&fenv)), int>::value), ""); in main()
75 static_assert((std::is_same<decltype(feupdateenv(&fenv)), int>::value), ""); in main()
/external/libcxx/include/
Dcfenv57 #include <fenv.h>
Dmodule.modulemap27 // <fenv.h> provided by C library.
/external/llvm/cmake/
Dconfig-ix.cmake77 check_include_file(fenv.h HAVE_FENV_H)
78 check_symbol_exists(FE_ALL_EXCEPT "fenv.h" HAVE_DECL_FE_ALL_EXCEPT)
79 check_symbol_exists(FE_INEXACT "fenv.h" HAVE_DECL_FE_INEXACT)
/external/v8/src/wasm/
Dast-decoder.cc895 SsaEnv* fenv = ssa_env_; in DecodeFunctionBody() local
896 SsaEnv* tenv = Split(fenv); in DecodeFunctionBody()
897 fenv->SetNotMerged(); in DecodeFunctionBody()
898 BUILD(BranchNoHint, cond.node, &tenv->control, &fenv->control); in DecodeFunctionBody()
901 ssa_env_ = fenv; in DecodeFunctionBody()
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake81 check_include_file(fenv.h HAVE_FENV_H)
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt209 Tom says: The math/test-fenv.c file in the glibc source is the code in
/external/clang/test/
Dcxx-sections.data1140 26.3.2 [fenv]
1799 TR1 8.7 [tr.c99.fenv]
1906 TRDecimal 3.5.5 [trdec.types.cfenv.fenv.h]
/external/llvm/include/llvm/Config/
Dconfig.h.cmake75 /* Define to 1 if you have the <fenv.h> header file. */
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in134 /* Define to 1 if you have the <fenv.h> header file. */
Dconfig.h.cmake136 /* Define to 1 if you have the <fenv.h> header file. */
/external/clang/docs/
DModules.rst298 module fenv {
299 header "fenv.h"
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1226 AC_CHECK_HEADERS([fenv.h])
/external/swiftshader/third_party/LLVM/
Dconfigure14131 for ac_header in fenv.h