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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DStemFunction.h72 static Scalar cosh(Scalar x, int n) function in class:Eigen::StdStemFunctions
77 res = std::cosh(x);
95 res = std::cosh(x);
H A DMatrixFunction.h582 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const function in class:Eigen::MatrixBase
586 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::cosh);
/external/stlport/src/
H A Dcomplex_trig.cpp69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
113 _Tp den = ::cos(re2) + ::cosh(im2);
134 ::cosh(z._M_re) * ::sin(z._M_im));
149 // cosh
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) function
176 _Tp den = ::cosh(re
[all...]
/external/ceres-solver/include/ceres/
H A Djet.h390 inline double cosh (double x) { return std::cosh(x); } function in namespace:ceres
466 // sinh(a + h) ~= sinh(a) + cosh(a) h
469 return Jet<T, N>(sinh(f.a), cosh(f.a) * f.v);
472 // cosh(a + h) ~= cosh(a) + sinh(a) h
474 Jet<T, N> cosh(const Jet<T, N>& f) { function in namespace:ceres
475 return Jet<T, N>(cosh(f.a), sinh(f.a) * f.v);
624 template<typename T, int N> inline Jet<T, N> ei_cosh(const Jet<T, N>& x) { return cosh(x); } // NOLINT
/external/clang/lib/Headers/
H A Dtgmath.h324 // cosh
332 __tg_cosh(double __x) {return cosh(__x);}
350 #undef cosh macro
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h365 friend const mpreal cosh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2088 inline const mpreal cosh (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(cosh ); } function in namespace:mpfr
/external/skia/src/core/
H A DSkPath.cpp1399 SkScalar cosh = SkPoint::DotProduct(before, after); local
1407 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1305 SkScalar cosh = SkPoint::DotProduct(before, after); local
1313 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h191 /// double cosh(double x);
192 cosh, 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 1143 milliseconds