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