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

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h52 #undef cosh macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h65 #undef cosh macro
200 cosh(float __x) function
204 cosh(long double __x) function
210 cosh(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h65 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } function
H A Dtgmath.h343 #undef cosh macro
344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1520 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } function
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h712 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } function
716 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } function
/freebsd-11-stable/include/
H A Dtgmath.h150 #define cosh(x) __tg_full(x, cosh) macro

Completed in 176 milliseconds