Home
last modified time | relevance | path

Searched defs:excepts (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h59 static inline uint16_t getStatusValueForExcept(int excepts) { in getStatusValueForExcept()
128 static inline int enableExcept(int excepts) { in enableExcept()
155 static inline int disableExcept(int excepts) { in disableExcept()
175 static inline int clearExcept(int excepts) { in clearExcept()
189 static inline int testExcept(int excepts) { in testExcept()
197 static inline int raiseExcept(int excepts) { in raiseExcept()
/external/adhd/cras/src/dsp/tests/
Ddsp_test_util.c26 int excepts = fetestexcept(FE_ALL_EXCEPT); in dsp_util_print_fp_exceptions() local
/external/llvm-project/libc/test/src/fenv/
Denabled_exceptions_test.cpp27 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
Dexception_status_test.cpp25 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
/external/llvm-project/flang/runtime/
Dstop.cpp22 auto excepts{fetestexcept(FE_ALL_EXCEPT)}; in DescribeIEEESignaledExceptions() local
/external/curl/lib/
Dselect.c461 fd_set *excepts, struct timeval *tv) in tpf_select_libcurl()
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c580 int fetestexcept(int excepts) in fetestexcept()
591 int feclearexcept(int excepts) in feclearexcept()