Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__math/
H A Dhyperbolic_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float cosh(float __x) _NOEXCEPT { return __builtin_coshf(__x); } in cosh() function
29 _LIBCPP_HIDE_FROM_ABI double cosh(double __x) _NOEXCEPT { in cosh() function
33 inline _LIBCPP_HIDE_FROM_ABI long double cosh(long double __x) _NOEXCEPT { return __builtin_coshl(_… in cosh() function
36 inline _LIBCPP_HIDE_FROM_ABI double cosh(_A1 __x) _NOEXCEPT { in cosh() function
/freebsd-14.2/lib/msun/src/
H A De_cosh.c43 cosh(double x) in cosh() function
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Dcosh_2u.c42 cosh (double x) in cosh() function
H A Dsv_coshf_2u.c34 svfloat32_t SV_NAME_F1 (cosh) (svfloat32_t x, svbool_t pg) in SV_NAME_F1() argument
H A Dv_coshf_2u4.c37 float32x4_t VPCS_ATTR V_NAME_F1 (cosh) (float32x4_t x) in V_NAME_F1() argument
H A Dv_cosh_2u.c79 float64x2_t VPCS_ATTR V_NAME_D1 (cosh) (float64x2_t x) in V_NAME_D1() argument
H A Dsv_cosh_2u.c77 svfloat64_t SV_NAME_D1 (cosh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
H A D__clang_cuda_math.h86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } in cosh() function
H A Dtgmath.h344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/freebsd-14.2/include/
H A Dtgmath.h150 #define cosh(x) __tg_full(x, cosh) macro