Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h24 #define __BIONIC_MATH_INLINE(__def) extern __inline__ __always_inline __attribute__((gnu_inline)) _… macro
26 #define __BIONIC_MATH_INLINE(__def) macro
170 __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); })