Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 8 of 8) sorted by relevance

/external/stlport/src/
Dcomplex_trig.cpp156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) in cosh() function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) in cosh() function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) in cosh() function
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DStemFunction.h72 static Scalar cosh(Scalar x, int n) in cosh() function
/external/ceres-solver/include/ceres/
Djet.h390 inline double cosh (double x) { return std::cosh(x); } in cosh() function
474 Jet<T, N> cosh(const Jet<T, N>& f) { in cosh() function
/external/stlport/stlport/stl/
D_valarray.h965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) { in cosh() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h192 cosh, enumerator
/external/clang/lib/Headers/
Dtgmath.h351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
/external/skia/src/core/
DSkPath.cpp1399 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
/external/chromium_org/third_party/skia/src/core/
DSkPath.cpp1305 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local