Home
last modified time | relevance | path

Searched refs:clear_except (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libc/test/src/fenv/
H A Dexception_flags_test.cpp21 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
37 __llvm_libc::fputil::clear_except(e); in TEST()
45 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
53 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
H A Dfeholdexcept_test.cpp40 ASSERT_EQ(__llvm_libc::fputil::clear_except(FE_ALL_EXCEPT), 0); in TEST()
60 ASSERT_EQ(__llvm_libc::fputil::clear_except(FE_ALL_EXCEPT), 0); in TEST()
H A Dgetenv_and_setenv_test.cpp28 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
52 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
H A Dfeupdateenv_test.cpp19 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
H A Dfeclearexcept_test.cpp21 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in TEST()
/llvm-project-15.0.7/libc/src/fenv/
H A Dfeclearexcept.cpp16 return fputil::clear_except(e);
H A Dfeholdexcept.cpp20 fputil::clear_except(FE_ALL_EXCEPT);
H A Dfesetexceptflag.cpp24 fputil::clear_except(FE_ALL_EXCEPT);
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFEnvImpl.h30 static inline int clear_except(int) { return 0; } in clear_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h105 static inline int clear_except(int excepts) { in clear_except() function
H A Dfenv_darwin_impl.h134 static inline int clear_except(int excepts) { in clear_except() function
/llvm-project-15.0.7/libc/test/src/math/
H A DRoundToIntegerTest.h46 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT); in test_one_input()
H A DFModTest.h24 __llvm_libc::fputil::clear_except(FE_ALL_EXCEPT)
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h203 static inline int clear_except(int excepts) { in clear_except() function