Searched refs:__BIONIC_FENV_INLINE (Results 1 – 3 of 3) sorted by relevance
35 #if !defined(__BIONIC_FENV_INLINE)36 #define __BIONIC_FENV_INLINE static __inline macro45 __BIONIC_FENV_INLINE int fegetenv(fenv_t* __envp) { in fegetenv()52 __BIONIC_FENV_INLINE int fesetenv(const fenv_t* __envp) { in fesetenv()58 __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()94 __BIONIC_FENV_INLINE int fegetround(void) { in fegetround()[all …]
31 #define __BIONIC_FENV_INLINE /* Out of line. */ macro
40 #define __BIONIC_FENV_INLINE static __inline macro