Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A De_sinh.c39 sinh(double x) in sinh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dsinh_3u.c24 sinh (double x) in sinh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsinhf.c35 svfloat32_t SV_NAME_F1 (sinh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dsinh.c76 svfloat64_t SV_NAME_D1 (sinh) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dsinh.c47 float64x2_t VPCS_ATTR V_NAME_D1 (sinh) (float64x2_t x) in V_NAME_D1() argument
H A Dsinhf.c46 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (sinh) (float32x4_t x) in V_NAME_F1() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h173 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } in sinh() function
H A Dtgmath.h373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h151 #define sinh(x) __tg_full(x, sinh) macro