Searched defs:acosh (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/lib/libm/src/
H A Dw_acosh.c26 acosh(double x) /* wrapper acosh */ function
/netbsd-current/lib/libm/noieee_src/
H A Dn_acosh.c89 acosh(double x) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { function in namespace:std
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h64 #define acosh(z) __TGMATH_CPLX(z, acosh, cacosh) macro
/netbsd-current/include/
H A Dtgmath.h134 #define acosh(a) __TG_COMPLEX((a), acosh) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h169 #undef acosh macro
170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } function
H A D__clang_hip_math.h697 double acosh(double __x) { return __ocml_acosh_f64(__x); } function

Completed in 286 milliseconds