Home
last modified time | relevance | path

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

/freebsd-src/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-src/lib/msun/src/
H A De_cosh.c42 cosh(double x) in cosh() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dcosh_2u.c
H A Dsv_coshf_2u.c
H A Dv_coshf_2u4.c
H A Dv_cosh_2u.c
H A Dsv_cosh_2u.c
/freebsd-src/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-src/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-src/include/
H A Dtgmath.h150 #define cosh(x) __tg_full(x, cosh) macro