HomeSort by relevance Sort by last modified time
    Searched refs:complex (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/stlport/test/unit/
complex_header_test.cpp 8 #include <complex>
  /ndk/tests/device/test-gnustl-full/unit/
complex_header_test.cpp 8 #include <complex>
  /ndk/tests/device/test-stlport/unit/
complex_header_test.cpp 8 #include <complex>
  /bionic/libm/src/
s_cimag.c 29 #include <complex.h>
32 cimag(double complex z)
s_cimagf.c 29 #include <complex.h>
32 cimagf(float complex z)
s_cimagl.c 29 #include <complex.h>
32 cimagl(long double complex z)
s_creal.c 29 #include <complex.h>
32 creal(double complex z)
s_crealf.c 29 #include <complex.h>
32 crealf(float complex z)
s_creall.c 29 #include <complex.h>
32 creall(long double complex z)
s_conj.c 29 #include <complex.h>
31 double complex
32 conj(double complex z)
s_conjf.c 29 #include <complex.h>
31 float complex
32 conjf(float complex z)
s_conjl.c 29 #include <complex.h>
31 long double complex
32 conjl(long double complex z)
w_cabsf.c 13 #include <complex.h>
19 float complex z;
w_cabs.c 13 #include <complex.h>
18 double complex z;
25 double complex *z;
  /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/cxx-stl/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...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/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...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/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...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/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...]
  /external/stlport/src/
complex_trig.cpp 21 // Trigonometric and hyperbolic functions for complex<float>,
22 // complex<double>, and complex<long double>
23 #include <complex>
68 static complex<_Tp> sinT(const complex<_Tp>& z) {
69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z)
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z
    [all...]
complex.cpp 23 #include <complex>
36 // Complex division and square roots.
40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z)
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z)
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z)
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z)
68 // Construct a complex number from polar representation
70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 21 // Trigonometric and hyperbolic functions for complex<float>,
22 // complex<double>, and complex<long double>
23 #include <complex>
68 static complex<_Tp> sinT(const complex<_Tp>& z) {
69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z)
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z
    [all...]
complex.cpp 23 #include <complex>
36 // Complex division and square roots.
40 _STLP_DECLSPEC float _STLP_CALL abs(const complex<float>& __z)
43 _STLP_DECLSPEC double _STLP_CALL abs(const complex<double>& __z)
48 _STLP_DECLSPEC long double _STLP_CALL abs(const complex<long double>& __z)
55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z)
59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z)
64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z)
68 // Construct a complex number from polar representation
70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
complex.h 25 /** @file complex.h
35 # include_next <complex.h>

Completed in 788 milliseconds

1 2 3 4 5 6