Searched refs:complex (Results 226 - 250 of 328) sorted by relevance

1234567891011>>

/external/eigen/unsupported/test/
H A Dmatrix_exponential.cpp51 Matrix<std::complex<T>,2,2> A, B, C;
52 std::complex<T> imagUnit(0,1);
H A Dmatrix_function.cpp76 // Partial specialization for complex matrices
103 typedef std::complex<RealScalar> ComplexScalar;
141 typedef std::complex<RealScalar> ComplexScalar;
H A Dsparse_extra.cpp138 CALL_SUBTEST_2( sparse_extra(SparseMatrix<std::complex<double> >(s, s)) );
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DDGMRES.h120 typedef Matrix<std::complex<RealScalar>, Dynamic, 1> ComplexVector;
199 if (neig+1 > m_maxNeig) m_maxNeig = neig+1; // To allow for complex conjugates
419 eig(j) = std::complex<RealScalar>(T(j,j),RealScalar(0));
424 eig(j) = std::complex<RealScalar>(T(j,j),T(j+1,j));
425 eig(j+1) = std::complex<RealScalar>(T(j,j+1),T(j+1,j+1));
429 if (j < it-1) eig(j) = std::complex<RealScalar>(T(j,j),RealScalar(0));
457 //Count the real number of extracted eigenvalues (with complex conjugates)
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTInv_CCSToR_S16_Sfs_s.S26 @ Compute an inverse FFT for a 16-bit real signal, with complex FFT routines.
145 @ Call the preTwiddle Radix2 stage before doing the complex IFFT
156 ASR N,N,#1 @ N/2 point complex IFFT
H A DomxSP_FFTInv_CToC_FC32_Sfs_s.S16 @// Compute an inverse FFT for a complex signal
196 @ Scale data, doing 2 complex values at a time (because N is
/external/chromium_org/net/quic/congestion_control/
H A Drtt_stats.cc7 #include <complex> // std::abs
/external/compiler-rt/test/builtins/Unit/
H A Dmuldc3_test.c16 #include <complex.h>
H A Dmultc3_test.c18 #include <complex.h>
H A Dmulxc3_test.c18 #include <complex.h>
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java14 import org.eclipse.wb.internal.core.model.property.editor.complex.IComplexPropertyEditor;
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h19 * The matrix can be either real or complex, symmetric or not.
73 void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex<float> *vals, int *perm, int * invp, std::complex<float> *x, int nbrhs, int *iparm, double *dparm)
80 void eigen_pastix(pastix_data_t **pastix_data, int pastix_comm, int n, int *ptr, int *idx, std::complex<double> *vals, int *perm, int * invp, std::complex<double> *x, int nbrhs, int *iparm, double *dparm)
532 * WARNING Selfadjoint complex matrices are not supported in the current version of PaStiX
613 * WARNING Selfadjoint complex matrices are not supported in the current version of PaStiX
/external/eigen/bench/
H A Dbench_gemm.cpp13 // #define SCALAR std::complex<float>
34 static std::complex<float> cfone = 1;
35 static std::complex<float> cfzero = 0;
36 static std::complex<double> cdone = 1;
37 static std::complex<double> cdzero = 0;
/external/eigen/test/
H A Deigensolver_generic.cpp27 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
H A Dgeo_parametrizedline.cpp102 CALL_SUBTEST_4( parametrizedline(ParametrizedLine<std::complex<double>,5>()) );
H A Dpacketmath.cpp352 CALL_SUBTEST_1( packetmath<std::complex<float> >() );
353 CALL_SUBTEST_2( packetmath<std::complex<double> >() );
362 CALL_SUBTEST_1( packetmath_complex<std::complex<float> >() );
363 CALL_SUBTEST_2( packetmath_complex<std::complex<double> >() );
H A Dschur_complex.cpp86 CALL_SUBTEST_3(( schur<Matrix<std::complex<float>, 1, 1> >() ));
H A Dsparse_vector.cpp105 CALL_SUBTEST_2(( sparse_vector<std::complex<double>, int>(16, 16) ));
H A Dvectorization_logic.cpp213 CALL_SUBTEST( vectorization_logic<std::complex<float> >::run() );
214 CALL_SUBTEST( vectorization_logic<std::complex<double> >::run() );
/external/chromium_org/third_party/skia/tools/lua/
H A Dclassify_rrect_clips.lua14 elseif (rrect:type() == "complex") then
/external/eigen/Eigen/src/Core/
H A DMatrix.h27 * \tparam _Scalar \anchor matrix_tparam_scalar Numeric type, e.g. float, double, int or std::complex<float>.
359 * and where \c Type can be \c i for integer, \c f for float, \c d for double, \c cf for complex float, \c cd
360 * for complex double.
365 * a fixed-size vector of 4 complex floats.
396 EIGEN_MAKE_TYPEDEFS_ALL_SIZES(std::complex<float>, cf)
397 EIGEN_MAKE_TYPEDEFS_ALL_SIZES(std::complex<double>, cd)
/external/skia/tools/lua/
H A Dclassify_rrect_clips.lua14 elseif (rrect:type() == "complex") then
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h40 DECL_GSSVX(c,float,std::complex<float>)
42 DECL_GSSVX(z,double,std::complex<double>)
74 DECL_GSISX(c,float,std::complex<float>)
76 DECL_GSISX(z,double,std::complex<double>)
139 else if (internal::is_same<Scalar,std::complex<float> >::value)
141 else if (internal::is_same<Scalar,std::complex<double> >::value)
/external/eigen/bench/spbench/
H A Dspbenchsolver.h88 template<> inline float test_precision<std::complex<float> >() { return test_precision<float>(); }
89 template<> inline double test_precision<std::complex<double> >() { return test_precision<double>(); }
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc7 #include <complex>

Completed in 1728 milliseconds

1234567891011>>