HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 276 - 300 of 2438) sorted by null

<<11121314151617181920>>

  /external/eigen/test/
conjugate_gradient.cpp 29 CALL_SUBTEST_2(test_conjugate_gradient_T<std::complex<double> >());
eigensolver_complex.cpp 46 typedef typename std::complex<typename NumTraits<typename MatrixType::Scalar>::Real> Complex;
101 CALL_SUBTEST_3( eigensolver(Matrix<std::complex<float>, 1, 1>()) );
108 CALL_SUBTEST_3( eigensolver_verify_assert(Matrix<std::complex<float>, 1, 1>()) );
jacobi.cpp 68 CALL_SUBTEST_3(( jacobi<Matrix4cf, std::complex<float> >() ));
74 CALL_SUBTEST_5(( jacobi<MatrixXcd, std::complex<double> >(MatrixXcd(r,c)) ));
75 // complex<float> is really important to test as it is the only way to cover conjugation issues in certain unaligned paths
77 CALL_SUBTEST_6(( jacobi<MatrixXcf, std::complex<float> >(MatrixXcf(r,c)) ));
product_trsolve.cpp 83 CALL_SUBTEST_3((trsolve<std::complex<float>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
84 CALL_SUBTEST_4((trsolve<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
88 CALL_SUBTEST_5((trsolve<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE))));
91 CALL_SUBTEST_8((trsolve<std::complex<float>,4,1>()));
simplicial_cholesky.cpp 39 CALL_SUBTEST_2(test_simplicial_cholesky_T<std::complex<double> >());
umfpack_support.cpp 29 CALL_SUBTEST_2(test_umfpack_support_T<std::complex<double> >());
  /external/eigen/unsupported/test/
gmres.cpp 31 CALL_SUBTEST_2(test_gmres_T<std::complex<double> >());
matrix_square_root.cpp 33 // for complex matrices, any matrix is fine
60 CALL_SUBTEST_5(testMatrixSqrt(Matrix<std::complex<float>,1,1>()));
  /external/icu4c/test/intltest/
tchcfmt.h 28 * tests functionality in a more complex example,
  /external/llvm/test/CodeGen/R600/
udiv.v4i32.ll 3 ;The code generated by udiv is long and complex and may frequently change.
urem.v4i32.ll 3 ;The code generated by urem is long and complex and may frequently change.
  /external/mockito/src/org/mockito/
Captor.java 32 * One of the advantages of using &#64;Captor annotation is that you can avoid warnings related capturing complex generic types.
  /external/skia/legacy/src/images/
SkImageEncoder_Factory.cpp 15 // Can't use the typedef here because of complex C++ corner cases
  /external/skia/src/images/
SkImageEncoder_Factory.cpp 15 // Can't use the typedef here because of complex C++ corner cases
  /external/valgrind/main/docs/internals/
m_syswrap.txt 2 This module handles the complex business of handing system calls off
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 34 #include <wtf/Complex.h>
63 void setZeroPolePairs(const Complex& zero, const Complex& pole);
67 void setAllpassPole(const Complex& pole);
  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 117 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex)
119 Font::setCodePath(complex ? Font::Complex : Font::Auto);
124 return Font::codePath() == Font::Complex;
  /frameworks/rs/scriptc/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.value.ops/
arg.pass.cpp 10 // <complex>
14 // arg(const complex<T>& x);
16 #include <complex>
25 std::complex<T> z(1, 0);
  /prebuilts/sdk/renderscript/include/
rs_element.rsh 42 * For complex elements, this function will return the
53 * For complex elements, this function will return the length of
65 * For complex elements, this function will return the
79 * For complex elements, some sub-elements could be statically
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV3.td 17 // MTYPE / COMPLEX / Vector reduce complex multiply real or imaginary.
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.h 24 /* decode complex spectrum (return number of bytes in stream) */
30 /* encode complex spectrum */
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/cmplx.over/
imag.pass.cpp 10 // <complex>
16 #include <complex>
real.pass.cpp 10 // <complex>
16 #include <complex>
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 28 * Hyperbolic cosine of a complex argument z = x + i y.
40 #include <complex.h>
47 double complex
48 ccosh(double complex z)
149 double complex
150 ccos(double complex z)

Completed in 1875 milliseconds

<<11121314151617181920>>