Searched defs:cosh (Results 1 - 12 of 12) sorted by last modified time

/netbsd-current/lib/libm/src/
H A Dnamespace.h34 #define cosh _cosh macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h70 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h70 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } function
H A D__clang_cuda_math.h86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } function
H A D__clang_hip_math.h729 double cosh(double __x) { return __ocml_cosh_f64(__x); } function
H A Dtgmath.h343 #undef cosh macro
344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { function in namespace:std
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h202 cosh (double x) function
/netbsd-current/include/
H A Dtgmath.h140 #define cosh(a) __TG_COMPLEX((a), cosh) macro
/netbsd-current/lib/libm/noieee_src/
H A Dn_cosh.c115 cosh(doubl function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h202 cosh (double x) function

Completed in 238 milliseconds