OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tanhT
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
complex_trig.cpp
170
static complex<_Tp>
tanhT
(const complex<_Tp>& z, const _Tp& Tp_limit) {
182
{ return
tanhT
(z, float_limit); }
185
{ return
tanhT
(z, double_limit); }
189
{ return
tanhT
(z, ldouble_limit); }
/ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp
170
static complex<_Tp>
tanhT
(const complex<_Tp>& z, const _Tp& Tp_limit) {
182
{ return
tanhT
(z, float_limit); }
185
{ return
tanhT
(z, double_limit); }
189
{ return
tanhT
(z, ldouble_limit); }
Completed in 348 milliseconds