HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 26 - 50 of 3705) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/libcxx/test/numerics/complex.number/complex.member.ops/
Android.mk 17 test_makefile := external/libcxx/test/numerics/complex.number/complex.member.ops/Android.mk
19 test_name := numerics/complex.number/complex.member.ops/divide_equal_complex
23 test_name := numerics/complex.number/complex.member.ops/minus_equal_scalar
27 test_name := numerics/complex.number/complex.member.ops/minus_equal_complex
31 test_name := numerics/complex.number/complex.member.ops/plus_equal_scala
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
25 /** @file include/complex
30 // ISO C++ 14882: 26.2 Complex Numbers
47 // Get rid of a macro possibly defined in <complex.h>
48 #undef complex
55 * @defgroup complex_numbers Complex Numbers
58 * Classes and functions for complex numbers.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
25 /** @file include/complex
30 // ISO C++ 14882: 26.2 Complex Numbers
47 // Get rid of a macro possibly defined in <complex.h>
48 #undef complex
55 * @defgroup complex_numbers Complex Numbers
58 * Classes and functions for complex numbers.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
25 /** @file include/complex
30 // ISO C++ 14882: 26.2 Complex Numbers
47 // Get rid of a macro possibly defined in <complex.h>
48 #undef complex
55 * @defgroup complex_numbers Complex Numbers
58 * Classes and functions for complex numbers.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
25 /** @file include/complex
30 // ISO C++ 14882: 26.2 Complex Numbers
47 // Get rid of a macro possibly defined in <complex.h>
48 #undef complex
55 * @defgroup complex_numbers Complex Numbers
58 * Classes and functions for complex numbers.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
27 /** @file include/complex
32 // ISO C++ 14882: 26.2 Complex Numbers
54 * @defgroup complex_numbers Complex Numbers
57 * Classes and functions for complex numbers.
62 template<typename _Tp> class complex;
63 template<> class complex<float>;
64 template<> class complex<double>;
65 template<> class complex<long double>;
68 template<typename _Tp> _Tp abs(const complex<_Tp>&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
27 /** @file include/complex
32 // ISO C++ 14882: 26.2 Complex Numbers
54 * @defgroup complex_numbers Complex Numbers
57 * Classes and functions for complex numbers.
62 template<typename _Tp> class complex;
63 template<> class complex<float>;
64 template<> class complex<double>;
65 template<> class complex<long double>;
68 template<typename _Tp> _Tp abs(const complex<_Tp>&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
27 /** @file include/complex
32 // ISO C++ 14882: 26.2 Complex Numbers
54 * @defgroup complex_numbers Complex Numbers
57 * Classes and functions for complex numbers.
62 template<typename _Tp> class complex;
63 template<> class complex<float>;
64 template<> class complex<double>;
65 template<> class complex<long double>;
68 template<typename _Tp> _Tp abs(const complex<_Tp>&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
27 /** @file include/complex
32 // ISO C++ 14882: 26.2 Complex Numbers
54 * @defgroup complex_numbers Complex Numbers
57 * Classes and functions for complex numbers.
62 template<typename _Tp> class complex;
63 template<> class complex<float>;
64 template<> class complex<double>;
65 template<> class complex<long double>;
68 template<typename _Tp> _Tp abs(const complex<_Tp>&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
27 /** @file include/complex
32 // ISO C++ 14882: 26.2 Complex Numbers
54 * @defgroup complex_numbers Complex Numbers
57 * Classes and functions for complex numbers.
62 template<typename _Tp> class complex;
63 template<> class complex<float>;
64 template<> class complex<double>;
65 template<> class complex<long double>;
68 template<typename _Tp> _Tp abs(const complex<_Tp>&)
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.ops/
Android.mk 17 test_makefile := external/libcxx/test/numerics/complex.number/complex.ops/Android.mk
19 test_name := numerics/complex.number/complex.ops/scalar_divide_complex
23 test_name := numerics/complex.number/complex.ops/complex_plus_complex
27 test_name := numerics/complex.number/complex.ops/complex_times_scalar
31 test_name := numerics/complex.number/complex.ops/complex_not_equals_scala
    [all...]
complex_minus_complex.pass.cpp 10 // <complex>
13 // complex<T>
14 // operator-(const complex<T>& lhs, const complex<T>& rhs);
16 #include <complex>
21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x)
31 std::complex<T> lhs(1.5, 2.5);
32 std::complex<T> rhs(3.5, 4.5)
    [all...]
complex_plus_complex.pass.cpp 10 // <complex>
13 // complex<T>
14 // operator+(const complex<T>& lhs, const complex<T>& rhs);
16 #include <complex>
21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x)
31 std::complex<T> lhs(1.5, 2.5);
32 std::complex<T> rhs(3.5, 4.5)
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.special/
Android.mk 17 test_makefile := external/libcxx/test/numerics/complex.number/complex.special/Android.mk
19 test_name := numerics/complex.number/complex.special/long_double_float_implicit
23 test_name := numerics/complex.number/complex.special/long_double_double_implicit
27 test_name := numerics/complex.number/complex.special/float_double_explicit
31 test_name := numerics/complex.number/complex.special/long_double_double_explici
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
ccomplex.i 4 * C complex typemaps
5 * ISO C99: 7.3 Complex arithmetic <complex.h>
12 #include <complex.h>
16 /* C complex constructor */
19 %swig_cplxflt_convn(float complex, CCplxConst, creal, cimag);
20 %swig_cplxdbl_convn(double complex, CCplxConst, creal, cimag);
21 %swig_cplxdbl_convn(complex, CCplxConst, creal, cimag);
24 %typemaps_primitive(SWIG_TYPECHECK_CPLXFLT, float complex);
25 %typemaps_primitive(SWIG_TYPECHECK_CPLXDBL, double complex);
    [all...]
  /external/libcxx/test/numerics/complex.number/complex.value.ops/
conj.pass.cpp 10 // <complex>
13 // complex<T>
14 // conj(const complex<T>& x);
16 #include <complex>
21 test(const std::complex<T>& z, std::complex<T> x)
30 test(std::complex<T>(1, 2), std::complex<T>(1, -2));
31 test(std::complex<T>(-1, 2), std::complex<T>(-1, -2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/
complex_minus_complex.pass.cpp 10 // <complex>
13 // complex<T>
14 // operator-(const complex<T>& lhs, const complex<T>& rhs);
16 #include <complex>
21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x)
31 std::complex<T> lhs(1.5, 2.5);
32 std::complex<T> rhs(3.5, 4.5)
    [all...]
complex_plus_complex.pass.cpp 10 // <complex>
13 // complex<T>
14 // operator+(const complex<T>& lhs, const complex<T>& rhs);
16 #include <complex>
21 test(const std::complex<T>& lhs, const std::complex<T>& rhs, std::complex<T> x)
31 std::complex<T> lhs(1.5, 2.5);
32 std::complex<T> rhs(3.5, 4.5)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/
conj.pass.cpp 10 // <complex>
13 // complex<T>
14 // conj(const complex<T>& x);
16 #include <complex>
21 test(const std::complex<T>& z, std::complex<T> x)
30 test(std::complex<T>(1, 2), std::complex<T>(1, -2));
31 test(std::complex<T>(-1, 2), std::complex<T>(-1, -2))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 1 // TR1 complex -*- C++ -*-
25 /** @file tr1_impl/complex
40 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
41 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&);
42 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
44 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 1 // TR1 complex -*- C++ -*-
25 /** @file tr1_impl/complex
40 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
41 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&);
42 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
44 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&)
    [all...]

Completed in 816 milliseconds

12 3 4 5 6 7 8 91011>>