OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqrtT
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
complex.cpp
167
static complex<_Tp>
sqrtT
(const complex<_Tp>& z) {
188
sqrt(const complex<float>& z) { return
sqrtT
(z); }
191
sqrt(const complex<double>& z) { return
sqrtT
(z); }
195
sqrt(const complex<long double>& z) { return
sqrtT
(z); }