Home
last modified time | relevance | path

Searched defs:sinh (Results 1 – 6 of 6) sorted by relevance

/external/stlport/src/
Dcomplex_trig.cpp137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) in sinh() function
140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) in sinh() function
144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) in sinh() function
/external/skia/src/core/
DSkCordic.cpp193 int32_t sinh = 0; in SkCordicExp() local
DSkPath.cpp917 SkScalar sinh = SkPoint::CrossProduct(before, after); in arcTo() local
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h177 sinh, enumerator
/external/stlport/stlport/stl/
D_valarray.h1038 inline valarray<_Tp> sinh(const valarray<_Tp>& __x) { in sinh() function
/external/clang/lib/Headers/
Dtgmath.h380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro