Home
last modified time | relevance | path

Searched refs:fenv (Results 1 – 12 of 12) 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 = {0}; 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/libcxx/include/
Dcfenv57 #include <fenv.h>
/external/llvm/cmake/
Dconfig-ix.cmake76 check_include_file(fenv.h HAVE_FENV_H)
77 check_symbol_exists(FE_ALL_EXCEPT "fenv.h" HAVE_DECL_FE_ALL_EXCEPT)
78 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/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.in89 /* 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/docs/
DModules.rst301 module fenv {
302 header "fenv.h"
/external/llvm/autoconf/
Dconfigure.ac1786 AC_CHECK_HEADERS([fenv.h])
1787 AC_CHECK_DECLS([FE_ALL_EXCEPT, FE_INEXACT], [], [], [[#include <fenv.h>]])
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch351 +/* Define to 1 if you have the <fenv.h> header file. */
1294 +/* Define to 1 if you have the <fenv.h> header file. */
/external/llvm/
Dconfigure12298 for ac_header in fenv.h