Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/
H A DFEnvImpl.h76 return clear_except(excepts); in set_except_if_required() argument
82 return set_except(excepts); in raise_except_if_required() argument
70 clear_except_if_required(int excepts) clear_except_if_required() argument
/llvm-project/libc/src/__support/FPUtil/aarch64/
H A Dfenv_darwin_impl.h114 enable_except(int excepts) enable_except() argument
125 disable_except(int excepts) disable_except() argument
140 clear_except(int excepts) clear_except() argument
148 test_except(int excepts) test_except() argument
154 set_except(int excepts) set_except() argument
162 raise_except(int excepts) raise_except() argument
[all...]
H A DFEnvImpl.h106 LIBC_INLINE int enable_except(int excepts) { in enable_except() argument
116 LIBC_INLINE int disable_except(int excepts) { in disable_except() argument
133 clear_except(int excepts) clear_except() argument
141 test_except(int excepts) test_except() argument
148 set_except(int excepts) set_except() argument
156 raise_except(int excepts) raise_except() argument
[all...]
/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h86 // Enables exceptions in |excepts| and returns the previously set exceptions. in enable_except() argument
96 // Disables exceptions in |excepts| and returns the previously set exceptions. in disable_except() argument
113 // Clears the exceptions in |excepts|. in clear_except() argument
122 // Returns the set of exceptions which are from the input set |excepts| argument
129 set_except(int excepts) set_except() argument
135 raise_except(int excepts) raise_except() argument
[all...]
/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h94 LIBC_INLINE int clear_except(int excepts) { in clear_except() argument
102 LIBC_INLINE int test_except(int excepts) { in test_except() argument
108 LIBC_INLINE int set_except(int excepts) { in set_except() argument
114 LIBC_INLINE int raise_except(int excepts) { in raise_except() argument
/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h72 get_status_value_for_except(int excepts) get_status_value_for_except() argument
151 enable_except(int excepts) enable_except() argument
178 disable_except(int excepts) disable_except() argument
204 clear_except(int excepts) clear_except() argument
217 test_except(int excepts) test_except() argument
227 set_except(int excepts) set_except() argument
241 raise_except(int excepts) raise_except() argument
[all...]
/llvm-project/libc/test/src/fenv/
H A Dfeholdexcept_test.cpp38 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST_F() local
H A Dgetenv_and_setenv_test.cpp49 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, TEST_F() local
H A Dfeenableexcept_test.cpp39 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST_F() local
/llvm-project/flang/runtime/
H A Dstop.cpp23 auto excepts{fetestexcept(FE_ALL_EXCEPT)}; DescribeIEEESignaledExceptions() local