Home
last modified time | relevance | path

Searched refs:set_except (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/src/fenv/
H A Dfesetexceptflag.cpp25 return fputil::set_except(excepts_to_set);
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFEnvImpl.h34 static inline int set_except(int) { return 0; } in set_except() function
/llvm-project-15.0.7/libc/test/src/fenv/
H A Dfeupdateenv_test.cpp23 __llvm_libc::fputil::set_except(FE_INVALID | FE_INEXACT); in TEST()
/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A DFMod.h136 fputil::set_except(FE_INVALID); in PreCheck()
142 fputil::set_except(FE_INVALID); in PreCheck()
/llvm-project-15.0.7/libc/src/math/generic/
H A Dsinf.cpp164 fputil::set_except(FE_INVALID);
/llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/
H A DFEnvImpl.h120 static inline int set_except(int excepts) { in set_except() function
H A Dfenv_darwin_impl.h148 static inline int set_except(int excepts) { in set_except() function
/llvm-project-15.0.7/libc/src/__support/FPUtil/x86_64/
H A DFEnvImpl.h224 static inline int set_except(int excepts) { in set_except() function