HomeSort by relevance Sort by last modified time
    Searched refs:__ieee754_atanh (Results 1 - 5 of 5) sorted by null

  /external/fdlibm/
w_atanh.c 28 return __ieee754_atanh(x);
31 z = __ieee754_atanh(x);
e_atanh.c 15 /* __ieee754_atanh(x)
44 double __ieee754_atanh(double x) function
46 double __ieee754_atanh(x)
fdlibm.h 191 extern double __ieee754_atanh __P((double));
  /bionic/libm/src/
e_atanh.c 19 /* __ieee754_atanh(x)
44 __ieee754_atanh(double x) function
math_private.h 209 #define __ieee754_atanh atanh macro

Completed in 27 milliseconds