Searched defs:sinh (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h64 #undef sinh macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h77 #undef sinh macro
395 sinh(float __x) function
399 sinh(long double __x) function
405 sinh(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
H A Dtgmath.h372 #undef sinh macro
373 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1755 __DEVICE__ double sinh(double __a) { return __nv_sinh(__a); } function
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h830 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z.__rep()); } function
834 sinh(const complex<_Tp>& __z) { return __complex_sinh(__z); } function
/freebsd-11-stable/include/
H A Dtgmath.h151 #define sinh(x) __tg_full(x, sinh) macro

Completed in 79 milliseconds