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

<<31323334353637383940>>

  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 29 * Reusable methods for creating more complex list items.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 81 // Add some complex and struct types to test here
  /dalvik/vm/compiler/
CompilerIR.h 280 bool quitLoopMode; // cold path/complex bytecode
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java 133 // qualities: alpha, alphanumeric, or complex.
  /device/samsung/manta/
media_codecs.xml 31 There's a simple and a complex syntax to declare the availability of a
  /external/aac/libSBRdec/src/arm/
env_calc_arm.cpp 95 \brief Compute maximal value of a complex array (re/im) of a given width
  /external/antlr/antlr-3.4/runtime/Ruby/
History.txt 52 fix a bad bug in code-generation that cropped up in more complex grammars
  /external/apache-http/src/org/apache/http/message/
BasicNameValuePair.java 151 // don't call complex default formatting for a simple toString
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 39 * class is useful to find nodes in document order that are complex paths
  /external/chromium/base/json/
json_reader.h 28 // only a convenience for the common uses with more complex configuration going
  /external/chromium/base/memory/
weak_ptr.h 15 // referrers. Such a solution works, but it is a bit complex.
  /external/chromium/base/synchronization/
waitable_event.h 37 // WaitableEvent in conjunction with a Lock to wait for a more complex state
  /external/chromium/googleurl/src/
url_canon_stdurl.cc 178 // recanonicalized). This would be much more complex to implement, however.
  /external/clang/test/Analysis/
idempotent-operations.c 67 // Ensure that we don't report false poitives in complex loops
  /external/clang/www/
OpenProjects.html 54 preprocessor, indent could do proper formatting for complex C++ features, and it
  /external/compiler-rt/
CMakeLists.txt 14 # .o files. This is particularly useful in producing larger, more complex
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 24 * the complex numbers, but for this example we will work in dimension 3
  /external/eigen/bench/btl/libs/BLAS/
blas.h 41 std::complex<float> BLASFUNC(cdotu) (int *, float *, int *, float *, int *);
42 std::complex<float> BLASFUNC(cdotc) (int *, float *, int *, float *, int *);
43 std::complex<double> BLASFUNC(zdotu) (int *, double *, int *, double *, int *);
44 std::complex<double> BLASFUNC(zdotc) (int *, double *, int *, double *, int *);
    [all...]
  /external/eigen/debug/gdb/
printers.py 13 # It cannot handle complex eigen types and it doesn't support any of the other eigen types
  /external/eigen/doc/
C09_TutorialSparse.dox 140 SparseMatrix<std::complex<float> > mat(1000,2000); // declares a 1000x2000 column-major compressed sparse matrix of complex<float>
142 SparseVector<std::complex<float> > vec(1000); // declares a column sparse vector of complex<float> of size 1000
TopicLinearAlgebraDecompositions.dox 237 <dd>For a real matrix, selfadjoint is a synonym for symmetric. For a complex matrix, selfadjoint is a synonym for \em hermitian.
  /external/eigen/test/
nomalloc.cpp 112 typedef Eigen::Matrix<std::complex<Scalar>,
product_notemporary.cpp 32 * during the evaluation of a complex expression */
redux.cpp 28 VERIFY_IS_APPROX(MatrixType::Ones(rows, cols).sum(), Scalar(float(rows*cols))); // the float() here to shut up excessive MSVC warning about int->complex conversion being lossy
sparse_permutations.cpp 185 CALL_SUBTEST_2(( sparse_permutations_all<std::complex<double> >(s) ));

Completed in 4981 milliseconds

<<31323334353637383940>>