Searched defs:__z1_r (Results 1 – 2 of 2) sorted by relevance
/external/stlport/src/ |
D | complex.cpp | 84 static void _divT(const _Tp& __z1_r, const _Tp& __z1_i, in _divT() 105 static void _divT(const _Tp& __z1_r, in _divT() 126 complex<float>::_div(const float& __z1_r, const float& __z1_i, in _div() 132 complex<float>::_div(const float& __z1_r, in _div() 139 complex<double>::_div(const double& __z1_r, const double& __z1_i, in _div() 145 complex<double>::_div(const double& __z1_r, in _div() 152 complex<long double>::_div(const long double& __z1_r, const long double& __z1_i, in _div() 158 complex<long double>::_div(const long double& __z1_r, in _div()
|
/external/stlport/stlport/stl/ |
D | _complex.c | 44 void complex<_Tp>::_div(const _Tp& __z1_r, const _Tp& __z1_i, in _div() 65 void complex<_Tp>::_div(const _Tp& __z1_r, in _div()
|