Searched refs:cosh (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dcoshl.c6 return cosh(x);
45 return cosh(x);
H A Dcosh.c3 /* cosh(x) = (exp(x) + 1/exp(x))/2
7 double cosh(double x) function
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ctanh.c62 den = (cosh (2.0 * __real__ x) + cos2ix);
H A Ds_ctan.c62 den = cos2rx + cosh (2.0 * __imag__ x);
H A Ds_ccosh.c42 double cosh_val = cosh (__real__ x);
H A Ds_csin.c45 double cosh_val = cosh (__imag__ x);
H A Ds_csinh.c45 double cosh_val = cosh (__real__ x);
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dmathimpl.h26 __inline_mathop (__ieee754_cosh, cosh)
/haiku/headers/cpp/std/
H A Dcomplext.cc34 return complex<FLOAT> (cos (real (x)) * cosh (imag (x)),
39 cosh (const complex<FLOAT>& x) function
41 return complex<FLOAT> (cosh (real (x)) * cos (imag (x)),
82 return complex<FLOAT> (sin (real (x)) * cosh (imag (x)),
90 cosh (real (x)) * sin (imag (x)));
H A Dcomplext.h370 cosh (const complex<_FLT>&) __attribute__ ((const));
398 return sinh (x) / cosh (x);
H A Dvalarray_meta.h935 _DEFINE_EXPR_UNARY_FUNCTION(cosh)
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc120 template c cosh (ccr);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h78 __MATHCALL (cosh,, (_Mdouble_ __x));
/haiku/headers/libs/mapm/
H A Dm_apm.h556 MAPM_1aryFunc(cosh)
641 MAPM_1aryFunc(cosh)
/haiku/headers/posix/
H A Dmath.h207 extern double cosh(double x);
/haiku/src/kits/shared/
H A DExpressionParser.cpp662 } else if (strcasecmp("cosh", token.string.String()) == 0) {
665 return _ParseFactorial(values[0].cosh());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1564 void cosh() {} function
H A Dlibroot_stubs_legacy.c1502 void cosh() {} function

Completed in 345 milliseconds