Searched defs:tanh (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_tanh.c49 tanh(doubl function
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h67 #undef tanh macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h80 #undef tanh macro
443 tanh(float __x) function
447 tanh(long double __x) function
453 tanh(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h158 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } function
H A Dtgmath.h401 #undef tanh macro
402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1763 __DEVICE__ double tanh(double __a) { return __nv_tanh(__a); } function
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h929 tanh(const complex<_Tp>& __z) { return __complex_tanh(__z.__rep()); } function
933 tanh(const complex<_Tp>& __z) { return __complex_tanh(__z); } function
/freebsd-11-stable/include/
H A Dtgmath.h152 #define tanh(x) __tg_full(x, tanh) macro

Completed in 125 milliseconds