| /src/lib/libm/src/ |
| w_atanh.c | 19 * wrapper atanh(x) 27 atanh(double x) /* wrapper atanh */ function 38 return __kernel_standard(x,x,30); /* atanh(|x|>1) */ 40 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
|
| /src/lib/libm/noieee_src/ |
| n_atanh.c | 33 static char sccsid[] = "@(#)atanh.c 8.1 (Berkeley) 6/4/93"; 37 /* ATANH(X) 49 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------) 53 * atanh(x) is NaN if |x| > 1 with signal; 54 * atanh(NaN) is that NaN with no signal; 55 * atanh(+-1) is +-INF with signal. 58 * atanh(x) returns the exact hyperbolic arc tangent of x nearly rounded. 70 atanh(double x) function
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| complex_cmath.h | 232 // atanh 235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { function in namespace:std 360 std::complex<_Tp> __z = atanh(complex<_Tp>(-__x.imag(), __x.real()));
|
| /src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| math-68881.h | 224 atanh (double x) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
| math-68881.h | 224 atanh (double x) function
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
|
| /src/include/ |
| tgmath.h | 136 #define atanh(a) __TG_COMPLEX((a), atanh) macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| tgmath.h | 201 // atanh 209 __tg_atanh(double __x) {return atanh(__x);} 227 #undef atanh macro 228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
|
| __clang_cuda_math.h | 70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } function
|
| __clang_hip_math.h | 712 double atanh(double __x) { return __ocml_atanh_f64(__x); } function
|