Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Dhyperbolic_functions.h42 inline _LIBCPP_HIDE_FROM_ABI float sinh(float __x) _NOEXCEPT { return __builtin_sinhf(__x); } in sinh() function
45 _LIBCPP_HIDE_FROM_ABI double sinh(double __x) _NOEXCEPT { in sinh() function
49 inline _LIBCPP_HIDE_FROM_ABI long double sinh(long double __x) _NOEXCEPT { return __builtin_sinhl(_… in sinh() function
52 inline _LIBCPP_HIDE_FROM_ABI double sinh(_A1 __x) _NOEXCEPT { in sinh() function
/freebsd-src/lib/msun/src/
H A De_sinh.c39 sinh(double x) in sinh() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsinh_3u.c
H A Dsv_sinhf_2u3.c
H A Dv_sinhf_2u3.c
H A Dsv_sinh_3u.c
H A Dv_sinh_3u.c
/freebsd-src/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-src/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 D__clang_cuda_math.h309 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } in sinh() function
H A Dtgmath.h373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/freebsd-src/include/
H A Dtgmath.h151 #define sinh(x) __tg_full(x, sinh) macro