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

<<11121314151617181920>>

  /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/clang/INPUTS/
all-std-headers.cpp 11 #include <complex>
  /external/eigen/Eigen/src/Core/
NumTraits.h 26 * then \a Real is just a typedef to \a T. If \a T is \c std::complex<U> then \a Real
35 * \li An enum value \a IsComplex. It is equal to 1 if \a T is a \c std::complex
108 template<typename _Real> struct NumTraits<std::complex<_Real> >
109 : GenericNumTraits<std::complex<_Real> >
  /external/eigen/blas/
level1_cplx_impl.h 26 // computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
31 Complex* x = reinterpret_cast<Complex*>(px);
58 // computes a vector-vector dot product without complex conjugation.
  /external/eigen/test/
cholmod_support.cpp 55 CALL_SUBTEST_2(test_cholmod_T<std::complex<double> >());
product_symm.cpp 88 CALL_SUBTEST_3(( symm<std::complex<float>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2)) ));
89 CALL_SUBTEST_4(( symm<std::complex<double>,Dynamic,Dynamic>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2),internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2)) ));
93 CALL_SUBTEST_7(( symm<std::complex<float>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
94 CALL_SUBTEST_8(( symm<std::complex<double>,Dynamic,1>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE)) ));
  /external/eigen/unsupported/test/
matrix_function.cpp 76 // Partial specialization for complex matrices
103 typedef std::complex<RealScalar> ComplexScalar;
113 typedef std::complex<RealScalar> ComplexScalar;
142 typedef std::complex<RealScalar> ComplexScalar;
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/llvm/test/CodeGen/R600/
sdiv.ll 3 ; The code generated by sdiv is long and complex and may frequently change.
  /external/skia/include/core/
SkTrace.h 14 /* If your system embeds skia and has complex event logging, in
  /external/skia/legacy/include/core/
SkTrace.h 14 /* If your system embeds skia and has complex event logging, in
  /external/skia/legacy/src/images/
SkImageDecoder_Factory.cpp 17 // N.B. You can't use "DecodeReg::gHead here" due to complex C++
  /external/skia/src/images/
SkImageDecoder_Factory.cpp 17 // N.B. You can't use "DecodeReg::gHead here" due to complex C++
  /external/stlport/
Android.mk 28 src/complex.cpp \
  /external/v8/tools/
mac-nm 9 # for GNU C++ ABI this is a complex process (see cp-demangle.c sources), and
  /external/valgrind/main/docs/internals/
m_replacemalloc.txt 27 This is a bit complex, but it's hard to see how it can be done more simply.
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 39 #undef Complex
  /external/webrtc/test/
test_suite.h 33 // instead of putting complex code in your constructor/destructor.
  /frameworks/base/test-runner/src/android/test/
TestCase.java 23 * More complex interface for test cases.
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
tgmath_h.pass.cpp 20 std::complex<double> cd;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
ctgmath.pass.cpp 20 std::complex<double> cd;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/ccmplx/
ccomplex.pass.cpp 20 std::complex<double> d;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
mode-classes.def 32 DEF_MODE_CLASS (MODE_COMPLEX_INT), /* complex numbers */ \

Completed in 2141 milliseconds

<<11121314151617181920>>