Home
last modified time | relevance | path

Searched defs:__z (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dcomplex_io.cpp30 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<float>& __z) in operator <<()
35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z) in operator <<()
41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z) in operator <<()
48 operator>>(basic_istream<char, char_traits<char> >& __is, complex<float>& __z) { in operator >>()
74 operator>>(basic_istream<char, char_traits<char> >& __is, complex<double>& __z) { in operator >>()
101 operator>>(basic_istream<char, char_traits<char> >& __is, complex<long double>& __z) { in operator >>()
Dcomplex.cpp40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z) in abs()
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z) in abs()
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z) in abs()
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) in arg()
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) in arg()
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) in arg()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_tree.c143 _Rb_global<_Dummy>::_Rebalance_for_erase(_Rb_tree_node_base* __z, in _Rebalance_for_erase()
D_function.h306 const _Operation3& __z) in binary_compose()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_hashtable.h326 void max_load_factor(float __z) { in max_load_factor()