Searched refs:test_except (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/fenv/ |
| H A D | exception_flags_test.cpp | 32 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 D | getenv_and_setenv_test.cpp | 36 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 D | feclearexcept_test.cpp | 24 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 D | feupdateenv_test.cpp | 25 ASSERT_EQ(__llvm_libc::fputil::test_except(FE_INVALID | FE_INEXACT), in TEST()
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | FPMatcher.h | 124 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 D | fetestexcept.cpp | 16 return fputil::test_except(e);
|
| H A D | fegetexceptflag.cpp | 19 *flagp = static_cast<fexcept_t>(fputil::test_except(FE_ALL_EXCEPT) & excepts);
|
| H A D | feupdateenv.cpp | 18 int current_excepts = fputil::test_except(FE_ALL_EXCEPT);
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | FEnvImpl.h | 32 static inline int test_except(int) { return 0; } in test_except() function
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/ |
| H A D | FEnvImpl.h | 113 static inline int test_except(int excepts) { in test_except() function
|
| H A D | fenv_darwin_impl.h | 142 static inline int test_except(int excepts) { in test_except() function
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/ |
| H A D | FEnvImpl.h | 216 static inline int test_except(int excepts) { in test_except() function
|