Home
last modified time | relevance | path

Searched refs:Tp_limit (Results 1 – 1 of 1) sorted by relevance

/external/stlport/src/
Dcomplex_trig.cpp106 static complex<_Tp> tanT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanT() argument
110 if (::abs(im2) > Tp_limit) in tanT()
170 static complex<_Tp> tanhT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanhT() argument
173 if (::abs(re2) > Tp_limit) in tanhT()