Home
last modified time | relevance | path

Searched refs:test_except (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libc/test/src/fenv/
H A Dexception_flags_test.cpp32 ASSERT_NE(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
38 ASSERT_EQ(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
41 ASSERT_NE(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
57 EXPECT_EQ(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT), FE_INVALID); in TEST()
H A Dgetenv_and_setenv_test.cpp36 ASSERT_NE(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
39 ASSERT_EQ(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
60 ASSERT_NE(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
64 ASSERT_EQ(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT) & e, 0); in TEST()
H A Dfeclearexcept_test.cpp24 ASSERT_EQ(__llvm_libc::fputil::test_except(e), 0); in TEST()
35 ASSERT_EQ(__llvm_libc::fputil::test_except(e1 | e2 | e3 | e4 | e5), in TEST()
H A Dfeupdateenv_test.cpp25 ASSERT_EQ(__llvm_libc::fputil::test_except(FE_INVALID | FE_INEXACT), in TEST()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h124 EXPECT_EQ(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT), expected); \
131 ASSERT_EQ(__llvm_libc::fputil::test_except(FE_ALL_EXCEPT), expected); \
/llvm-project-15.0.7/libc/src/fenv/
H A Dfetestexcept.cpp16 return fputil::test_except(e);
H A Dfegetexceptflag.cpp19 *flagp = static_cast<fexcept_t>(fputil::test_except(FE_ALL_EXCEPT) & excepts);
H A Dfeupdateenv.cpp18 int current_excepts = fputil::test_except(FE_ALL_EXCEPT);
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFEnvImpl.h32 static inline int test_except(int) { return 0; } in test_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h113 static inline int test_except(int excepts) { in test_except() function
H A Dfenv_darwin_impl.h142 static inline int test_except(int excepts) { in test_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h216 static inline int test_except(int excepts) { in test_except() function