/netbsd-src/lib/libm/src/ |
H A D | w_atanh.c | 27 atanh(double x) /* wrapper atanh */ in atanh() function
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_atanh.c | 70 atanh(double x) in atanh() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 132 alias core.stdc.math.atanh atanh; in version() local 134 alias core.stdc.math.atanhf atanh; in version() local 136 alias core.stdc.math.atanhl atanh; in version() local 139 deprecated alias core.stdc.complex.catanh atanh; in version() local 140 deprecated alias core.stdc.complex.catanhf atanh; in version() local 141 deprecated alias core.stdc.complex.catanhl atanh; in version() local 632 alias core.stdc.math.atanh atanh; in version() local 634 alias core.stdc.math.atanhf atanh; in version() local 636 alias core.stdc.math.atanhl atanh; in version() local 639 deprecated alias core.stdc.complex.catanh atanh; in version() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | trigonometry.d | 1394 real atanh(real x) @safe pure nothrow @nogc in atanh() function 1403 double atanh(double x) @safe pure nothrow @nogc { return atanh(cast(real) x); } in atanh() function 1406 float atanh(float x) @safe pure nothrow @nogc { return atanh(cast(real) x); } in atanh() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 224 atanh (double x) in atanh() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 224 atanh (double x) in atanh() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1103 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function 1104 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function 1109 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1610 real atanh(real x) @safe pure nothrow @nogc in atanh() function 1617 double atanh(double x) @safe pure nothrow @nogc { return atanh(cast(real) x); } in atanh() function 1620 float atanh(float x) @safe pure nothrow @nogc { return atanh(cast(real) x); } in atanh() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 136 #define atanh(a) __TG_COMPLEX((a), atanh) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } in atanh() function
|
H A D | tgmath.h | 228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 348 atanh, 99 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 348 atanh, 99 keyword
|