Home
last modified time | relevance | path

Searched refs:enable_except (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/test/src/fenv/
H A Denabled_exceptions_test.cpp33 __llvm_libc::fputil::enable_except(FE_DIVBYZERO); in TEST()
54 __llvm_libc::fputil::enable_except(e); in TEST()
72 __llvm_libc::fputil::enable_except(e); in TEST()
H A Dfeholdexcept_test.cpp28 __llvm_libc::fputil::enable_except(FE_DIVBYZERO); in TEST()
39 __llvm_libc::fputil::enable_except(e); in TEST()
/llvm-project-15.0.7/libc/src/fenv/
H A Dfeenableexcept.cpp16 return fputil::enable_except(e);
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h78 static inline int enable_except(int excepts) { in enable_except() function
H A Dfenv_darwin_impl.h108 static inline int enable_except(int excepts) { in enable_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h150 static inline int enable_except(int excepts) { in enable_except() function