HomeSort by: relevance | last modified time | path
    Searched defs:acosh (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libm/src/
w_acosh.c 19 * wrapper acosh(x)
26 acosh(double x) /* wrapper acosh */ function
35 return __kernel_standard(x,x,29); /* acosh(x<1) */
  /src/lib/libm/noieee_src/
n_acosh.c 33 static char sccsid[] = "@(#)acosh.c 8.1 (Berkeley) 6/4/93";
37 /* ACOSH(X)
51 * acosh(x) = log [ x + sqrt(x*x-1) ]
53 * acosh(x) := log1p(x)+ln2, if (x > 1.0E20); else
54 * acosh(x) := log1p( sqrt(x-1) * (sqrt(x-1) + sqrt(x+1)) ) .
58 * acosh(x) is NaN with signal if x<1.
59 * acosh(NaN) is NaN without signal.
62 * acosh(x) returns the exact inverse hyperbolic cosine of x nearly
89 acosh(double x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 199 // acosh
202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { function in namespace:std
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
  /src/include/
tgmath.h 134 #define acosh(a) __TG_COMPLEX((a), acosh) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 143 // acosh
151 __tg_acosh(double __x) {return acosh(__x);}
169 #undef acosh macro
170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } function
__clang_hip_math.h 697 double acosh(double __x) { return __ocml_acosh_f64(__x); } function

Completed in 42 milliseconds