Home
last modified time | relevance | path

Searched defs:atanh (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libm/src/
H A De_atanh.c40 atanh(double x) in atanh() function
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() function
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1315 sub atanh { subroutine
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h1014 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT {return __builtin_atanhf(… in atanh() function
1017 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function
1021 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT {return __builtin_atanhl(… in atanh() function
1026 atanh(_A1 __x) _NOEXCEPT {return __builtin_atanh((double)__x);} in atanh() function
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h224 atanh (double x) in atanh() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h224 atanh (double x) in atanh() function
/openbsd-src/include/
H A Dtgmath.h104 #define atanh(x) __tg_full(x, atanh) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h70 __DEVICE__ double atanh(double __a) { return __nv_atanh(__a); } in atanh() function
H A Dtgmath.h228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro