Searched refs:complex (Results 276 - 300 of 328) sorted by relevance

<<11121314

/external/libopus/tests/
H A Dtest_opus_encode.c264 int complex=fast_rand()%11; local
265 if(opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complex))!=OPUS_OK)test_failed();
/external/llvm/test/MC/Mips/
H A Dmips64-alu-instructions.s143 # Did you know that GAS supports complex arithmetic expressions in assembly?
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcluster.h23 #include <complex>
/external/chromium_org/third_party/brotli/src/woff2/
H A Dtransform.cc19 #include <complex> // for std::abs
H A Dwoff2_enc.cc20 #include <complex>
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h28 * \brief Performs a complex Schur decomposition of a real or complex square matrix
34 * Given a real or complex square matrix A, this class computes the
36 * complex matrix, and T is a complex upper triangular matrix. The
70 * This is \c std::complex<Scalar> if #Scalar is real (e.g.,
72 * complex.
74 typedef std::complex<RealScalar> ComplexScalar;
181 * to be \f$25n^3\f$ complex flops, or \f$10n^3\f$ complex flop
[all...]
H A DRealSchur.h34 * blocks and 2-by-2 blocks with complex eigenvalues. The eigenvalues of the
66 typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;
/external/eigen/test/eigen2/
H A Deigen2_sparse_basic.cpp312 CALL_SUBTEST_2( sparse_basic(SparseMatrix<std::complex<double> >(16, 16)) );
/external/eigen/test/
H A Dnomalloc.cpp117 typedef Eigen::Matrix<std::complex<Scalar>,
H A Dsparse_permutations.cpp185 CALL_SUBTEST_2(( sparse_permutations_all<std::complex<double> >(s) ));
H A Dref.cpp248 CALL_SUBTEST_4( ref_matrix(Matrix<std::complex<double>,10,15>()) );
H A Dtriangular.cpp220 CALL_SUBTEST_4( triangular_square(Matrix<std::complex<float>,8, 8>()) );
H A Dsparse_basic.cpp500 CALL_SUBTEST_2(( sparse_basic(SparseMatrix<std::complex<double>, ColMajor>(s, s)) ));
501 CALL_SUBTEST_2(( sparse_basic(SparseMatrix<std::complex<double>, RowMajor>(s, s)) ));
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S25 @ Compute a forward FFT for a real signal, using 16 bit complex FFT routines.
166 @ Do a N/2 point complex FFT including the scaling
168 MOV N,N,ASR #1 @ N/2 point complex FFT
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java585 Set<String> complex = Sets.newTreeSet(STRING_LENGTH);
586 Collections.addAll(complex, "in", "the", "a");
587 assertEquals(set, complex);
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DInline.py76 elif py_type is complex:
77 return 'double complex'
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py348 py_complex = typedef(complex, "double complex")
355 complex_types = ['longdoublecomplex', 'doublecomplex', 'floatcomplex', 'complex']
361 'longdoublecomplex': 'long double complex',
362 'doublecomplex': 'double complex',
363 'floatcomplex': 'float complex',
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h135 typedef typename std::complex<RealScalar> ComplexScalar;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dintnum.pxi103 def __complex__(self): return complex(self.__long__())
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h232 struct abs2_impl<std::complex<RealScalar> >
234 static inline RealScalar run(const std::complex<RealScalar>& x)
H A DMatrixBase.h126 typedef Matrix<std::complex<RealScalar>, internal::traits<Derived>::ColsAtCompileTime, 1, ColMajor> EigenvaluesReturnType;
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex57 The MIME type of Ogg files depend on the context. Specifically, complex
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli20 selection of types; for more complex argument types, it is necessary to
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm187 ; t# defines for when per-arch register allocation is more complex than just function arguments
635 ; change everything that follows. For more complex macros I may also have multiple
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h280 typedef std::complex<typename NumTraits<Scalar>::Real> ComplexScalar;

Completed in 3250 milliseconds

<<11121314