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

  /external/fdlibm/
w_acosh.c 29 return __ieee754_acosh(x);
32 z = __ieee754_acosh(x);
e_acosh.c 15 /* __ieee754_acosh(x)
40 double __ieee754_acosh(double x) function
42 double __ieee754_acosh(x)
fdlibm.h 189 extern double __ieee754_acosh __P((double));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosh.c 18 /* __ieee754_acosh(x)
42 __ieee754_acosh(double x) function
math_private.h 673 #define __ieee754_acosh acosh macro

Completed in 246 milliseconds