Home
last modified time | relevance | path

Searched defs:acosh (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/
H A Dinverse_hyperbolic_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float acosh(float __x) _NOEXCEPT { return __builtin_acoshf(__x); } in acosh() function
29 _LIBCPP_HIDE_FROM_ABI double acosh(double __x) _NOEXCEPT { in acosh() function
33 inline _LIBCPP_HIDE_FROM_ABI long double acosh(long double __x) _NOEXCEPT { return __builtin_acoshl… in acosh() function
36 inline _LIBCPP_HIDE_FROM_ABI double acosh(_A1 __x) _NOEXCEPT { in acosh() function
/freebsd/lib/msun/src/
H A De_acosh.c38 acosh(double x) in acosh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dacosh_3u.c38 acosh (double x) in acosh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dacosh.c28 svfloat64_t SV_NAME_D1 (acosh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
H A Dacoshf.c30 svfloat32_t SV_NAME_F1 (acosh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dacosh.c36 VPCS_ATTR float64x2_t V_NAME_D1 (acosh) (float64x2_t x) in V_NAME_D1() argument
H A Dacoshf.c39 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (acosh) (float32x4_t x) in V_NAME_F1() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h207 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
/freebsd/include/
H A Dtgmath.h144 #define acosh(x) __tg_full(x, acosh) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h64 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
H A Dtgmath.h170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro