Home
last modified time | relevance | path

Searched refs:raise_except (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libc/test/src/fenv/
H A Dexception_flags_test.cpp30 __llvm_libc::fputil::raise_except(e); in TEST()
49 __llvm_libc::fputil::raise_except(FE_INVALID); in TEST()
54 __llvm_libc::fputil::raise_except(FE_OVERFLOW | FE_INEXACT); in TEST()
H A Dfeholdexcept_test.cpp44 ASSERT_EQ(__llvm_libc::fputil::raise_except(e), 0); in TEST()
55 __llvm_libc::fputil::raise_except(e); in TEST()
H A Dfeclearexcept_test.cpp26 __llvm_libc::fputil::raise_except(FE_ALL_EXCEPT); in TEST()
38 __llvm_libc::fputil::raise_except(e1 | e2 | e3 | e4 | e5); in TEST()
H A Dgetenv_and_setenv_test.cpp34 __llvm_libc::fputil::raise_except(e); in TEST()
58 __llvm_libc::fputil::raise_except(e); in TEST()
/llvm-project-15.0.7/libc/src/fenv/
H A Dferaiseexcept.cpp16 return fputil::raise_except(e);
H A Dfeupdateenv.cpp21 return fputil::raise_except(current_excepts);
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFEnvImpl.h36 static inline int raise_except(int) { return 0; } in raise_except() function
H A DNearestIntegerOperations.h249 raise_except(FE_INVALID); in rounded_float_to_signed_integer()
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h128 static inline int raise_except(int excepts) { in raise_except() function
H A Dfenv_darwin_impl.h156 static inline int raise_except(int excepts) { in raise_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h238 static inline int raise_except(int excepts) { in raise_except() function