OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:powT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
complex.cpp
273
static complex<_Tp>
powT
(const _Tp& a, const complex<_Tp>& b) {
282
static complex<_Tp>
powT
(const complex<_Tp>& z_in, int n) {
292
static complex<_Tp>
powT
(const complex<_Tp>& a, const _Tp& b) {
302
static complex<_Tp>
powT
(const complex<_Tp>& a, const complex<_Tp>& b) {
312
{ return
powT
(a, b); }
315
{ return
powT
(z_in, n); }
318
{ return
powT
(a, b); }
321
{ return
powT
(a, b); }
324
{ return
powT
(a, b); }
327
{ return
powT
(z_in, n);
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
complex.cpp
273
static complex<_Tp>
powT
(const _Tp& a, const complex<_Tp>& b) {
282
static complex<_Tp>
powT
(const complex<_Tp>& z_in, int n) {
292
static complex<_Tp>
powT
(const complex<_Tp>& a, const _Tp& b) {
302
static complex<_Tp>
powT
(const complex<_Tp>& a, const complex<_Tp>& b) {
312
{ return
powT
(a, b); }
315
{ return
powT
(z_in, n); }
318
{ return
powT
(a, b); }
321
{ return
powT
(a, b); }
324
{ return
powT
(a, b); }
327
{ return
powT
(z_in, n);
[
all
...]
Completed in 73 milliseconds