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

/haiku/src/system/libroot/posix/musl/math/
H A Dsinhl.c6 return sinh(x);
41 return sinh(x);
H A Dsinh.c3 /* sinh(x) = (exp(x) - 1/exp(x))/2
7 double sinh(double x) function
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ctanh.c64 __real__ res = sinh (2.0 * __real__ x) / den;
H A Ds_ctan.c65 __imag__ res = sinh (2.0 * __imag__ x) / den;
H A Ds_ccosh.c41 double sinh_val = sinh (__real__ x);
H A Ds_csin.c44 double sinh_val = sinh (__imag__ x);
H A Ds_csinh.c44 double sinh_val = sinh (__real__ x);
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dmathimpl.h27 __inline_mathop (__ieee754_sinh, sinh)
/haiku/headers/cpp/std/
H A Dcomplext.cc35 - sin (real (x)) * sinh (imag (x)));
42 sinh (real (x)) * sin (imag (x)));
83 cos (real (x)) * sinh (imag (x)));
87 sinh (const complex<FLOAT>& x) function
89 return complex<FLOAT> (sinh (real (x)) * cos (imag (x)),
H A Dcomplext.h386 sinh (const complex<_FLT>&) __attribute__ ((const));
398 return sinh (x) / cosh (x);
H A Dvalarray_meta.h938 _DEFINE_EXPR_UNARY_FUNCTION(sinh)
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc144 template c sinh (ccr);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h80 __MATHCALL (sinh,, (_Mdouble_ __x));
/haiku/headers/libs/mapm/
H A Dm_apm.h554 MAPM_1aryFunc(sinh)
639 MAPM_1aryFunc(sinh)
/haiku/headers/posix/
H A Dmath.h249 extern double sinh(double x);
/haiku/src/kits/shared/
H A DExpressionParser.cpp693 } else if (strcasecmp("sinh", token.string.String()) == 0) {
696 return _ParseFactorial(values[0].sinh());
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2457 void sinh() {} function
H A Dlibroot_stubs_legacy.c2447 void sinh() {} function

Completed in 345 milliseconds