Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/lib/libm/src/
H A De_cosh.c42 cosh(double x) in cosh() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h322 cosh(float __x) { return __gnu_cxx::__c99_binding::coshf(__x); } in cosh() function
325 cosh(float __x) { return ::cosh(static_cast<double>(__x)); } in cosh() function
330 cosh(long double __x) { return ::coshl(__x); } in cosh() function
333 cosh(long double __x) { return ::cosh(static_cast<double>(__x)); } in cosh() function
338 cosh(_Tp __x) in cosh() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h200 cosh(float __x) in cosh() function
204 cosh(long double __x) in cosh() function
210 cosh(_Tp __x) in cosh() function
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() function
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1158 sub cosh { subroutine
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h677 inline _LIBCPP_HIDE_FROM_ABI float cosh(float __x) _NOEXCEPT {return __builtin_coshf(__… in cosh() function
680 _LIBCPP_HIDE_FROM_ABI double cosh(double __x) _NOEXCEPT { in cosh() function
684 inline _LIBCPP_HIDE_FROM_ABI long double cosh(long double __x) _NOEXCEPT {return __builtin_coshl(__… in cosh() function
690 cosh(_A1 __x) _NOEXCEPT {return __builtin_cosh((double)__x);} in cosh() function
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h202 cosh (double x) in cosh() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h202 cosh (double x) in cosh() function
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
H A D__clang_cuda_math.h86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } in cosh() function
H A Dtgmath.h344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/openbsd-src/include/
H A Dtgmath.h108 #define cosh(x) __tg_full(x, cosh) macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf40 cosh keyword