Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_valarray.h965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) { in cosh() function