Home
last modified time | relevance | path

Searched defs:cosh (Results 1 – 9 of 9) 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/skia/src/core/
DSkCordic.cpp190 int32_t cosh = kFixedInvGain2; in SkCordicExp() local
DSkPath.cpp1337 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
/external/skia/legacy/src/core/
DSkCordic.cpp192 int32_t cosh = kFixedInvGain2; in SkCordicExp() local
DSkPath.cpp916 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
/external/stlport/stlport/stl/
D_valarray.h965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) { in cosh() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h159 cosh, enumerator
/external/clang/lib/Headers/
Dtgmath.h351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro