Searched defs:sinh (Results 1 - 11 of 11) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DStemFunction.h80 res = std::sinh(x);
87 static Scalar sinh(Scalar x, int n) function in class:Eigen::StdStemFunctions
92 res = std::sinh(x);
H A DMatrixFunction.h574 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const function in class:Eigen::MatrixBase
578 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::sinh);
/external/stlport/src/
H A Dcomplex_trig.cpp70 ::cos(z._M_re) * ::sinh(z._M_im));
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
130 // sinh
133 return complex<_Tp>(::sinh(z._M_re) * ::cos(z._M_im),
137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) function
140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) function
144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) function
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re
[all...]
/external/ceres-solver/include/ceres/
H A Djet.h389 inline double sinh (double x) { return std::sinh(x); } function in namespace:ceres
466 // sinh(a + h) ~= sinh(a) + cosh(a) h
468 Jet<T, N> sinh(const Jet<T, N>& f) { function in namespace:ceres
469 return Jet<T, N>(sinh(f.a), cosh(f.a) * f.v);
472 // cosh(a + h) ~= cosh(a) + sinh(a) h
475 return Jet<T, N>(cosh(f.a), sinh(f.a) * f.v);
623 template<typename T, int N> inline Jet<T, N> ei_sinh(const Jet<T, N>& x) { return sinh(x); } // NOLINT
/external/clang/lib/Headers/
H A Dtgmath.h353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h366 friend const mpreal sinh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2089 inline const mpreal sinh (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(sinh ); } function in namespace:mpfr
/external/skia/src/core/
H A DSkPath.cpp1400 SkScalar sinh = SkPoint::CrossProduct(before, after); local
1402 if (SkScalarNearlyZero(sinh)) { // angle is too tight
1407 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
1417 if (sinh > 0) {
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1306 SkScalar sinh = SkPoint::CrossProduct(before, after); local
1308 if (SkScalarNearlyZero(sinh)) { // angle is too tight
1313 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
1323 if (sinh > 0) {
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h527 /// double sinh(double x);
528 sinh, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 241 milliseconds