Home
last modified time | relevance | path

Searched refs:__BIONIC_FENV_INLINE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/bits/
Dfenv_inlines_arm.h35 #if !defined(__BIONIC_FENV_INLINE)
36 #define __BIONIC_FENV_INLINE static __inline macro
45 __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 …]
/bionic/libm/arm/
Dfenv.c31 #define __BIONIC_FENV_INLINE /* Out of line. */ macro
/bionic/libc/include/android/
Dlegacy_fenv_inlines_arm.h40 #define __BIONIC_FENV_INLINE static __inline macro