HomeSort by relevance Sort by last modified time
    Searched full:complex (Results 376 - 400 of 3140) sorted by null

<<11121314151617181920>>

  /external/eigen/blas/
zhpr2.f 3 DOUBLE COMPLEX ALPHA
8 DOUBLE COMPLEX AP(*),X(*),Y(*)
42 * ALPHA - COMPLEX*16 .
46 * X - COMPLEX*16 array of dimension at least
57 * Y - COMPLEX*16 array of dimension at least
68 * AP - COMPLEX*16 array of DIMENSION at least
102 DOUBLE COMPLEX ZERO
106 DOUBLE COMPLEX TEMP1,TEMP2
  /external/eigen/doc/
I00_CustomizingEigen.dox 117 (((Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
119 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
121 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>, ExpressionType =
122 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>](((const
123 Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>
124 >&)(((const Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1,
130 By default, Eigen currently supports standard floating-point types (\c float, \c double, \c std::complex<float>, \c std::complex<double>, \c long \c double), as well as all integrale types (e.g., \c int, \c unsigned \c int, \c short, etc.), and \c bool.
  /external/eigen/test/
product_mmtr.cpp 62 CALL_SUBTEST_3((mmtr<std::complex<float> >(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
63 CALL_SUBTEST_4((mmtr<std::complex<double> >(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))));
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
Basis.java 50 * or a more complex perlin noise ({@link ImprovedNoise}
52 * Fractals use these functions to generate a more complex result based on some
  /frameworks/base/docs/html/design/get-started/
creative-vision.jd 28 never require complex procedures, and complex tasks are tailored to the human hand and mind. People
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
index.jd 10 one-time-programmable areas to make the card read-only. More complex tags offer math operations,
12 contain operating environments, allowing complex interactions with code executing on the tag.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/
libgcc.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/thumb/
libgcc.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/
libgcc.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/thumb/
libgcc.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/
libgcc.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/armv7-a/thumb/
libgcc.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/
libgcc.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/thumb/
libgcc.a     [all...]
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 28 * \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
68 /** \brief Complex scalar type for \p _MatrixType.
70 * This is \c std::complex<Scalar> if #Scalar is real (e.g.,
72 * complex.
74 typedef std::complex<RealScalar> ComplexScalar;
178 * to be \f$25n^3\f$ complex flops, or \f$10n^3\f$ complex flop
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV4.td 356 * XTYPE/COMPLEX *
359 // XTYPE / COMPLEX / Complex add/sub halfwords.
360 // XTYPE / COMPLEX / Complex add/sub words.
361 // XTYPE / COMPLEX / Complex multiply 32x16.
362 // XTYPE / COMPLEX / Vector reduce complex rotate.
369 // XTYPE / COMPLEX / Complex add/sub halfwords
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 1 //===--- CGExprComplex.cpp - Emit LLVM Code for Complex Exprs -------------===//
10 // This contains code to emit Expr nodes with complex types as LLVM code.
26 // Complex Expression Emitter
31 /// Return the complex type that we are meant to emit.
69 /// EmitLoadOfLValue - Given an expression with complex type that represents a
82 /// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
99 llvm_unreachable("Stmt can't have complex result type!");
182 // LNot,Real,Imag never return complex.
199 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
205 assert(E->getType()->isAnyComplexType() && "Expected complex type!")
    [all...]
  /development/apps/launchperf/src/com/android/launchperf/
ComplexActivityLaunchPerformance.java 27 * Instrumentation class for Complex Activity launch performance testing.
  /development/samples/SkeletonApp/res/values/
strings.xml 26 <!-- This is a complex string containing style runs. -->
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactsListActivity.java 23 * This activity demonstrates how to create a complex UI using a ListView
  /docs/source.android.com/src/source/
life-of-a-patch.jd 22 a patch, once it's been written. Though it may appear complex, the majority of
  /external/chromium_org/chrome/browser/ui/toolbar/
bookmark_sub_menu_model.cc 10 // For views and cocoa, we have complex delegate systems to handle
  /external/chromium_org/sync/test/
test_directory_backing_store.h 15 // database. This makes it more flexible (and more complex) than the
  /external/chromium_org/third_party/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/chromium_org/third_party/leveldatabase/src/util/
mutexlock.h 20 // ... some complex code, possibly with multiple return paths ...

Completed in 983 milliseconds

<<11121314151617181920>>