Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcomplex_trig.cpp181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) in tanh() function
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) in tanh() function
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) in tanh() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_valarray.h1065 inline valarray<_Tp> tanh(const valarray<_Tp>& __x) { in tanh() function