/llvm-project/libc/src/__support/FPUtil/ |
H A D | FEnvImpl.h | 76 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 D | fenv_darwin_impl.h | 114 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 D | FEnvImpl.h | 106 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 D | FEnvImpl.h | 86 // 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 D | FEnvImpl.h | 94 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 D | FEnvImpl.h | 72 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 D | feholdexcept_test.cpp | 38 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST_F() local
|
H A D | getenv_and_setenv_test.cpp | 49 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, TEST_F() local
|
H A D | feenableexcept_test.cpp | 39 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST_F() local
|
/llvm-project/flang/runtime/ |
H A D | stop.cpp | 23 auto excepts{fetestexcept(FE_ALL_EXCEPT)}; DescribeIEEESignaledExceptions() local
|