HomeSort by relevance Sort by last modified time
    Searched defs:complex (Results 1 - 7 of 7) sorted by null

  /external/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
22 // in the draft C++ standard. Single-precision complex numbers
23 // are complex<float>, double-precision are complex<double>, and
24 // quad precision are complex<long double>.
26 // Note that the template class complex is declared within namespace
36 struct complex { struct
38 typedef complex<_Tp> _Self;
41 complex() : _M_re(0), _M_im(0) {} function in struct:complex
42 complex(const value_type& __x function in struct:complex
44 complex(const value_type& __x, const value_type& __y) function in struct:complex
46 complex(const _Self& __z) function in struct:complex
57 explicit complex(const complex<_Tp2>& __z) function in struct:complex
180 struct _STLP_CLASS_DECLSPEC complex<float> { struct
185 complex(value_type __x = 0.0f, value_type __y = 0.0f) function in struct:complex
188 complex(const complex<float>& __z) : _M_re(__z._M_re), _M_im(__z._M_im) {} function in struct:complex
318 struct _STLP_CLASS_DECLSPEC complex<double> { struct
324 complex(value_type __x = 0.0, value_type __y = 0.0) function in struct:complex
327 complex(const complex<double>& __z) function in struct:complex
458 struct _STLP_CLASS_DECLSPEC complex<long double> { struct
463 complex(value_type __x = 0.0l, value_type __y = 0.0l) function in struct:complex
466 complex(const complex<long double>& __z) function in struct:complex
600 inline complex<float>::complex(const complex<double>& __z) function in class:complex
602 inline complex<double>::complex(const complex<float>& __z) function in class:complex
605 inline complex<float>::complex(const complex<long double>& __z) function in class:complex
607 inline complex<double>::complex(const complex<long double>& __z) function in class:complex
609 inline complex<long double>::complex(const complex<float>& __z) function in class:complex
611 inline complex<long double>::complex(const complex<double>& __z) function in class:complex
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 30 milliseconds