Home
last modified time | relevance | path

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

/external/libcxx/test/std/depr/depr.c.headers/
Dfenv_h.pass.cpp63 fenv_t fenv = {0}; 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/test/std/numerics/cfenv/cfenv.syn/
Dcfenv.pass.cpp63 std::fenv_t fenv; in main() local
72 static_assert((std::is_same<decltype(std::fegetenv(&fenv)), int>::value), ""); in main()
73 static_assert((std::is_same<decltype(std::feholdexcept(&fenv)), int>::value), ""); in main()
74 static_assert((std::is_same<decltype(std::fesetenv(&fenv)), int>::value), ""); in main()
75 static_assert((std::is_same<decltype(std::feupdateenv(&fenv)), int>::value), ""); in main()
/external/v8/src/wasm/
Dmodule-decoder.cc370 FunctionEnv fenv; in VerifyFunctionBody() local
371 fenv.module = menv; in VerifyFunctionBody()
372 fenv.sig = function->sig; in VerifyFunctionBody()
373 fenv.local_int32_count = function->local_int32_count; in VerifyFunctionBody()
374 fenv.local_int64_count = function->local_int64_count; in VerifyFunctionBody()
375 fenv.local_float32_count = function->local_float32_count; in VerifyFunctionBody()
376 fenv.local_float64_count = function->local_float64_count; in VerifyFunctionBody()
377 fenv.SumLocals(); in VerifyFunctionBody()
380 VerifyWasmCode(&fenv, start_, start_ + function->code_start_offset, in VerifyFunctionBody()
Dast-decoder.cc797 SsaEnv* fenv = ssa_env_; in Reduce() local
798 SsaEnv* tenv = Split(fenv); in Reduce()
800 &fenv->control); in Reduce()
803 ssa_env_ = fenv; in Reduce()
/external/libcxx/include/
Dcfenv57 #include <fenv.h>
/external/llvm/cmake/
Dconfig-ix.cmake75 check_include_file(fenv.h HAVE_FENV_H)
76 check_symbol_exists(FE_ALL_EXCEPT "fenv.h" HAVE_DECL_FE_ALL_EXCEPT)
77 check_symbol_exists(FE_INEXACT "fenv.h" HAVE_DECL_FE_INEXACT)
/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/llvm/include/llvm/Config/
Dconfig.h.in95 /* Define to 1 if you have the <fenv.h> header file. */
Dconfig.h.cmake83 /* Define to 1 if you have the <fenv.h> header file. */
/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/clang/docs/
DModules.rst298 module fenv {
299 header "fenv.h"
/external/llvm/autoconf/
Dconfigure.ac1816 AC_CHECK_HEADERS([fenv.h])
1817 AC_CHECK_DECLS([FE_ALL_EXCEPT, FE_INEXACT], [], [], [[#include <fenv.h>]])
/external/llvm/
Dconfigure12171 for ac_header in fenv.h