Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A De_cosh.c42 cosh(double x) in cosh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dcosh_2u.c40 cosh (double x) in cosh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcoshf.c35 svfloat32_t SV_NAME_F1 (cosh) (svfloat32_t x, svbool_t pg) in SV_NAME_F1() argument
H A Dcosh.c79 svfloat64_t SV_NAME_D1 (cosh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcoshf.c44 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (cosh) (float32x4_t x) in V_NAME_F1() argument
H A Dcosh.c82 float64x2_t VPCS_ATTR V_NAME_D1 (cosh) (float64x2_t x) in V_NAME_D1() argument
/freebsd/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/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 Dtgmath.h344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h150 #define cosh(x) __tg_full(x, cosh) macro