Searched refs:__BIONIC_MATH_INLINE (Results 1 – 1 of 1) sorted by relevance
24 #define __BIONIC_MATH_INLINE(__def) extern __inline__ __always_inline __attribute__((gnu_inline)) _… macro26 #define __BIONIC_MATH_INLINE(__def) macro170 __BIONIC_MATH_INLINE(double fabs(double x) { return __builtin_fabs(x); })289 __BIONIC_MATH_INLINE(float fabsf(float x) { return __builtin_fabsf(x); })377 __BIONIC_MATH_INLINE(long double fabsl(long double x) { return __builtin_fabsl(x); })