HomeSort by: relevance | last modified time | path
    Searched defs:cosh (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libm/noieee_src/
n_cosh.c 33 static char sccsid[] = "@(#)cosh.c 8.1 (Berkeley) 6/4/93";
37 /* COSH(X)
55 * 0 <= x <= 0.3465 : cosh(x) := 1 + -------------------
59 * 0.3465 <= x <= 22 : cosh(x) := -------------------
61 * 22 <= x <= lnovfl : cosh(x) := exp(x)/2
63 * : cosh(x) := exp(x)/2 (avoid overflow)
69 * cosh(x) is x if x is +INF, -INF, or NaN.
70 * only cosh(0)=1 is exact for finite x.
73 * cosh(x) returns the exact hyperbolic cosine of x nearly rounded.
89 __weak_alias(cosh, _cosh)
115 cosh(double x) function
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 273 cosh(__x.real()) * sin(__x.imag()));
276 // cosh
279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { function in namespace:std
288 return std::complex<_Tp>(cosh(__x.real()) * cos(__x.imag()),
306 _Tp __d(cosh(__2r) + cos(__2i));
375 return cosh(complex<_Tp>(-__x.imag(), __x.real()));
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } function
252 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, cosh)
379 using ::cosh;
tgmath.h 317 // cosh
325 __tg_cosh(double __x) {return cosh(__x);}
343 #undef cosh macro
344 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 86 __DEVICE__ double cosh(double __a) { return __nv_cosh(__a); } function
__clang_hip_math.h 729 double cosh(double __x) { return __ocml_cosh_f64(__x); } function
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 202 cosh (double x) function
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 202 cosh (double x) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 70 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 70 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
  /src/include/
tgmath.h 140 #define cosh(a) __TG_COMPLEX((a), cosh) macro
  /src/lib/libm/src/
namespace.h 29 #define cosh _cosh macro

Completed in 40 milliseconds