Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFEnvImpl.h52 LIBC_INLINE int raise_except(int) { return 0; } in raise_except() function
95 return raise_except</*SKIP_X87_FPU*/ true>(excepts); in raise_except_if_required()
97 return raise_except(excepts); in raise_except_if_required()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h114 LIBC_INLINE int raise_except(int excepts) { in raise_except() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h156 LIBC_INLINE int raise_except(int excepts) { in raise_except() function
H A Dfenv_darwin_impl.h169 LIBC_INLINE int raise_except(int excepts) { in raise_except() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/arm/
H A DFEnvImpl.h136 LIBC_INLINE int raise_except(int excepts) { in raise_except() function
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h242 template <bool SKIP_X87_FPU = false> LIBC_INLINE int raise_except(int excepts) { in raise_except() function