Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_tanh.c45 tanh(double x) in tanh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanh.c34 float64x2_t VPCS_ATTR V_NAME_D1 (tanh) (float64x2_t x) in V_NAME_D1() argument
H A Dtanhf.c38 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (tanh) (float32x4_t x) in V_NAME_F1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dtanh_3u.c55 tanh (double x) in tanh() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanhf.c41 svfloat32_t SV_NAME_F1 (tanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dtanh.c72 svfloat64_t SV_NAME_D1 (tanh) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
H A Dtgmath.h402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h152 #define tanh(x) __tg_full(x, tanh) macro