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

  /src/lib/libm/noieee_src/
n_asinh.c 33 static char sccsid[] = "@(#)asinh.c 8.1 (Berkeley) 6/4/93";
37 /* ASINH(X)
52 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
54 * asinh(x) := x if 1+x*x=1,
59 * asinh(x) returns the exact inverse hyperbolic sine of x nearly rounded.
84 asinh(double x) function
  /src/lib/libm/src/
s_asinh.c 18 /* asinh(x)
21 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
23 * asinh(x) := x if 1+x*x=1,
38 asinh(double x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 171 // asinh
174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { function in namespace:std
318 std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real()));
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 65 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 65 #define asinh(z) __TGMATH_CPLX(z, asinh, casinh) macro
  /src/include/
tgmath.h 135 #define asinh(a) __TG_COMPLEX((a), asinh) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 172 // asinh
180 __tg_asinh(double __x) {return asinh(__x);}
198 #undef asinh macro
199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 64 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } function
__clang_hip_math.h 703 double asinh(double __x) { return __ocml_asinh_f64(__x); } function

Completed in 27 milliseconds