Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dfenv_inlines_arm.h58 __BIONIC_FENV_INLINE int feclearexcept(int __excepts) { in feclearexcept()
66 __BIONIC_FENV_INLINE int fegetexceptflag(fexcept_t* __flagp, int __excepts) { in fegetexceptflag()
73 __BIONIC_FENV_INLINE int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { in fesetexceptflag()
82 __BIONIC_FENV_INLINE int feraiseexcept(int __excepts) { in feraiseexcept()
88 __BIONIC_FENV_INLINE int fetestexcept(int __excepts) { in fetestexcept()