Home
last modified time | relevance | path

Searched defs:asinh (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libm/src/
H A Ds_asinh.c35 asinh(double x) in asinh() function
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() function
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1295 sub asinh { subroutine
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h998 inline _LIBCPP_HIDE_FROM_ABI float asinh(float __x) _NOEXCEPT {return __builtin_asinhf(… in asinh() function
1001 _LIBCPP_HIDE_FROM_ABI double asinh(double __x) _NOEXCEPT { in asinh() function
1005 inline _LIBCPP_HIDE_FROM_ABI long double asinh(long double __x) _NOEXCEPT {return __builtin_asinhl(… in asinh() function
1010 asinh(_A1 __x) _NOEXCEPT {return __builtin_asinh((double)__x);} in asinh() function
/openbsd-src/include/
H A Dtgmath.h103 #define asinh(x) __tg_full(x, asinh) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h64 __DEVICE__ double asinh(double __a) { return __nv_asinh(__a); } in asinh() function
H A Dtgmath.h199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro