Searched refs:complex (Results 151 - 175 of 328) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Core/util/
H A DBlasUtil.h63 template<typename RealScalar> struct conj_helper<std::complex<RealScalar>, std::complex<RealScalar>, false,true>
65 typedef std::complex<RealScalar> Scalar;
73 template<typename RealScalar> struct conj_helper<std::complex<RealScalar>, std::complex<RealScalar>, true,false>
75 typedef std::complex<RealScalar> Scalar;
83 template<typename RealScalar> struct conj_helper<std::complex<RealScalar>, std::complex<RealScalar>, true,true>
85 typedef std::complex<RealScalar> Scalar;
93 template<typename RealScalar,bool Conj> struct conj_helper<std::complex<RealScala
[all...]
H A DMKL_support.h81 typedef std::complex<double> dcomplex;
82 typedef std::complex<float> scomplex;
/external/eigen/test/eigen2/
H A Deigen2_packetmath.cpp35 template<> const complex<float>& min(const complex<float>& a, const complex<float>& b)
38 template<> const complex<float>& max(const complex<float>& a, const complex<float>& b)
130 CALL_SUBTEST_4( packetmath<std::complex<float> >() );
H A Deigen2_prec_inverse_4x4.cpp18 template<> std::string type_name<std::complex<float> >() { return "complex<float>"; }
19 template<> std::string type_name<std::complex<double> >() { return "complex<double>"; }
20 template<> std::string type_name<std::complex<int> >() { return "complex<int>"; }
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A Dacos.pass.cpp10 // <complex>
13 // complex<T>
14 // acos(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(INFINITY, 1), std::complex<T>(0, -INFINITY));
37 typedef std::complex<double> C;
42 std::complex<doubl
[all...]
H A Dacosh.pass.cpp10 // <complex>
13 // complex<T>
14 // acosh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(INFINITY, 1), std::complex<T>(INFINITY, 0));
37 typedef std::complex<double> C;
42 std::complex<doubl
[all...]
H A Dasin.pass.cpp10 // <complex>
13 // complex<T>
14 // asin(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(0, 0), std::complex<T>(0, 0));
37 typedef std::complex<double> C;
42 std::complex<doubl
[all...]
H A Dasinh.pass.cpp10 // <complex>
13 // complex<T>
14 // asinh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(0, 0), std::complex<T>(0, 0));
37 typedef std::complex<double> C;
42 std::complex<doubl
[all...]
H A Datanh.pass.cpp10 // <complex>
13 // complex<T>
14 // atanh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(0, 0), std::complex<T>(0, 0));
37 typedef std::complex<double> C;
42 std::complex<doubl
[all...]
H A Dsinh.pass.cpp10 // <complex>
13 // complex<T>
14 // sinh(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(0, 0), std::complex<T>(0, 0));
37 typedef std::complex<double> C;
42 std::complex<doubl
[all...]
H A Dlog.pass.cpp10 // <complex>
13 // complex<T>
14 // log(const complex<T>& x);
16 #include <complex>
23 test(const std::complex<T>& c, std::complex<T> x)
32 test(std::complex<T>(0, 0), std::complex<T>(-INFINITY, 0));
41 std::complex<double> r = log(x[i]);
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h17 // generic double/complex<double> wrapper functions:
22 inline void umfpack_free_numeric(void **Numeric, std::complex<double>)
28 inline void umfpack_free_symbolic(void **Symbolic, std::complex<double>)
39 const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic,
52 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[],
66 inline int umfpack_solve( int sys, const int Ap[], const int Ai[], const std::complex<double> Ax[],
67 std::complex<double> X[], const std::complex<double> B[], void *Numeric,
78 inline int umfpack_get_lunz(int *lnz, int *unz, int *n_row, int *n_col, int *nz_udiag, void *Numeric, std::complex<double>)
89 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<doubl
[all...]
/external/eigen/test/
H A Djacobi.cpp67 CALL_SUBTEST_3(( jacobi<Matrix4cf, std::complex<float> >() ));
73 CALL_SUBTEST_5(( jacobi<MatrixXcd, std::complex<double> >(MatrixXcd(r,c)) ));
74 // complex<float> is really important to test as it is the only way to cover conjugation issues in certain unaligned paths
76 CALL_SUBTEST_6(( jacobi<MatrixXcf, std::complex<float> >(MatrixXcf(r,c)) ));
H A Dsimplicial_cholesky.cpp44 CALL_SUBTEST_2(test_simplicial_cholesky_T<std::complex<double> >());
/external/eigen/doc/snippets/
H A DComplexEigenSolver_compute.cpp9 complex<float> lambda = ces.eigenvalues()[0];
/external/clang/test/SemaCXX/
H A Dwarn-reorder-ctor-initialization.cpp7 class complex : public BB, BB1 { class in inherits:BB,BB1
9 complex() function in class:complex
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h162 * Currently, this function is only used for scalar * complex products.
220 /** \internal \returns \a a with real and imaginary part flipped (for complex type only) */
336 * Fast complex products (GCC generates a function call which is very slow)
339 template<> inline std::complex<float> pmul(const std::complex<float>& a, const std::complex<float>& b)
340 { return std::complex<float>(real(a)*real(b) - imag(a)*imag(b), imag(a)*real(b) + real(a)*imag(b)); }
342 template<> inline std::complex<double> pmul(const std::complex<double>& a, const std::complex<doubl
[all...]
/external/eigen/unsupported/doc/examples/
H A DPolynomialSolver1.cpp44 std::complex<float> castedRoot( psolve6d.roots()[i].real(), psolve6d.roots()[i].imag() );
51 std::complex<float> castedRoot( psolve6d.roots()[5].real(), psolve6d.roots()[5].imag() );
/external/eigen/unsupported/test/
H A Dbdcsvd.cpp123 // test of Dynamic defined Matrix (22, 22) of complex double
124 CALL_SUBTEST_14(( bdcsvd_verify_assert<Matrix<std::complex<double>,Dynamic,Dynamic> >
125 (Matrix<std::complex<double>,Dynamic,Dynamic>(22,22)) ));
126 CALL_SUBTEST_14(( compare_bdc_jacobi<Matrix<std::complex<double>,Dynamic,Dynamic> >
127 (Matrix<std::complex<double>, Dynamic, Dynamic> (22,22), 0) ));
128 CALL_SUBTEST_14(( bdcsvd<Matrix<std::complex<double>,Dynamic,Dynamic> >
129 (Matrix<std::complex<double>,Dynamic,Dynamic>(22, 22)) ));
/external/chromium_org/third_party/harfbuzz-ng/
H A Dharfbuzz-ng.target.darwin-arm.mk38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex
[all...]
H A Dharfbuzz-ng.target.darwin-arm64.mk38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex
[all...]
H A Dharfbuzz-ng.target.darwin-mips.mk38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex
[all...]
H A Dharfbuzz-ng.target.darwin-mips64.mk38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex
[all...]
H A Dharfbuzz-ng.target.darwin-x86.mk38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex
[all...]
H A Dharfbuzz-ng.target.darwin-x86_64.mk38 third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc \
39 third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc \
40 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc \
41 third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc \
42 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc \
43 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc \
44 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc \
45 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc \
46 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc \
47 third_party/harfbuzz-ng/src/hb-ot-shape-complex
[all...]

Completed in 1494 milliseconds

1234567891011>>