Home
last modified time | relevance | path

Searched refs:disableExcept (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libc/test/src/fenv/
Denabled_exceptions_test.cpp33 __llvm_libc::fputil::disableExcept(FE_ALL_EXCEPT); in TEST()
Dexception_status_test.cpp23 __llvm_libc::fputil::disableExcept(FE_ALL_EXCEPT); in TEST()
/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h155 static inline int disableExcept(int excepts) { in disableExcept() function