Searched defs:atanh (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/lib/libm/noieee_src/
H A Dn_atanh.c70 atanh(double x) function
/netbsd-current/lib/libm/src/
H A Dw_atanh.c27 atanh(double x) /* wrapper atanh */ function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { function in namespace:std
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h224 atanh (double x) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h224 atanh (double x) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h66 #define atanh(z) __TGMATH_CPLX(z, atanh, catanh) macro
/netbsd-current/include/
H A Dtgmath.h136 #define atanh(a) __TG_COMPLEX((a), atanh) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h227 #undef atanh macro
228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } function
H A D__clang_hip_math.h712 double atanh(double __x) { return __ocml_atanh_f64(__x); } function

Completed in 238 milliseconds