Searched defs:excepts (Results 1 – 7 of 7) sorted by relevance
59 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()
26 int excepts = fetestexcept(FE_ALL_EXCEPT); in dsp_util_print_fp_exceptions() local
27 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
25 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
22 auto excepts{fetestexcept(FE_ALL_EXCEPT)}; in DescribeIEEESignaledExceptions() local
461 fd_set *excepts, struct timeval *tv) in tpf_select_libcurl()
580 int fetestexcept(int excepts) in fetestexcept()591 int feclearexcept(int excepts) in feclearexcept()