Searched
full:complex (Results
726 -
750 of
2438) sorted by null
<<21222324252627282930>>
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/external/stlport/etc/ |
autoexp.dat | 717 ; stlport::complex 719 stlp_std::complex<*>|stlpx_std::complex<*>|stlpmtx_std::complex<*>|stlpxmtx_std::complex<*>|stlpd_std::complex<*>|stlpdx_std::complex<*>|stlpdmtx_std::complex<*>|stlpdxmtx_std::complex<*>{
|
/external/proguard/docs/ |
downloads.html | 74 <li>Fixed optimization of complex finally blocks, compiled with JDK 1.4 or 100 <li>Fixed processing of complex generics signatures. 148 <li>Avoiding StackOverflowErrors during optimization of complex methods. 262 <li>Fixed optimization of complex stack operations. 291 <li>Fixed obfuscation of class members with complex visibility.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
_index.html | 7 <dd>Demonstrates a more complex relative layout to create a form. </dd> 65 <dd>Demonstrates a complex TableLayout with spanning columns and stretchable columns to create a menu-like layout. </dd> 102 <dd>Demonstrates the default baseline alignment in a complex LinearLayout.</dd>
|
/external/clang/lib/CodeGen/ |
CGExprConstant.cpp | [all...] |
/external/clang/tools/libclang/ |
CXType.cpp | 75 TKCASE(Complex); 448 TKIND(Complex); 588 case Type::Complex:
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 412 * the simple or complex type has a derivation method of "extension". 418 * the simple or complex type has a derivation method of "restriction". 630 xmlSchemaTypePtr contentTypeDef; /* Used for the simple content of complex types.
|
/external/webkit/Source/WebCore/platform/ |
ScrollAnimatorWin.cpp | 231 // client()->valueChanged() (~0 for simple pages, larger for complex 235 // is negligible for simple pages and roughly tS for complex pages. Without 242 // the page is complex or the system is slow.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
transform.c | 129 /* Multiply with complex exponentials and combine into one complex vector */ 182 /* Use symmetry to separate into two complex vectors and center frames in time around zero */
|
/frameworks/base/docs/html/training/custom-views/ |
custom-drawing.jd | 38 <p>The most important part of a custom view is its appearance. Custom drawing can be easy or complex 115 <p>In order to properly draw your custom view, you need to know what size it is. Complex custom 238 <li>Draw more complex shapes using the {@link android.graphics.Path} class.
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 253 * Send a single, complex command to the server. The command will be preceded by an IMAP 330 * Execute a complex command at the server, a complex command being one that must be sent in
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 40 DECL_GSSVX(c,float,std::complex<float>) 42 DECL_GSSVX(z,double,std::complex<double>) 74 DECL_GSISX(c,float,std::complex<float>) 76 DECL_GSISX(z,double,std::complex<double>) 139 else if (internal::is_same<Scalar,std::complex<float> >::value) 141 else if (internal::is_same<Scalar,std::complex<double> >::value)
|
/docs/source.android.com/src/devices/ |
audio_avoiding_pi.jd | 210 For complex multi-word state, use a state queue. A state queue 243 we've found them to be complex and error-prone.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 322 | COMPLEX 500 COMPLEX
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-cxx11-nowarn.cpp | 87 // More complex constant expression. 101 // More complex constant expression.
|
/external/eigen/Eigen/src/Core/ |
Dot.h | 54 * \note If the scalar type is complex numbers, then this function returns the hermitian 78 * (conjugating the second variable). Of course this only makes a difference in the complex case.
|
/external/eigen/Eigen/src/Core/products/ |
SelfadjointMatrixVector.h | 92 // TODO make sure this product is a real * complex and that the rhs is properly conjugated if needed 146 // TODO make sure this product is a real * complex and that the rhs is properly conjugated if needed
|
/external/eigen/blas/testing/ |
cblat1.f | 2 * Test program for the COMPLEX Level 1 BLAS. 45 99999 FORMAT (' Complex BLAS Test Program Results',/1X) 86 COMPLEX CA 90 COMPLEX CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8), 287 COMPLEX CA 290 COMPLEX CDOT(1), CSIZE1(4), CSIZE2(7,2), CSIZE3(14), 295 COMPLEX CDOTC, CDOTU 620 COMPLEX CCOMP(LEN), CSIZE(LEN), CTRUE(LEN)
|
zblat1.f | 2 * Test program for the COMPLEX*16 Level 1 BLAS. 45 99999 FORMAT (' Complex BLAS Test Program Results',/1X) 86 COMPLEX*16 CA 90 COMPLEX*16 CTRUE5(8,5,2), CTRUE6(8,5,2), CV(8,5,2), CX(8), 287 COMPLEX*16 CA 290 COMPLEX*16 CDOT(1), CSIZE1(4), CSIZE2(7,2), CSIZE3(14), 295 COMPLEX*16 ZDOTC, ZDOTU 620 COMPLEX*16 CCOMP(LEN), CSIZE(LEN), CTRUE(LEN)
|
/external/eigen/doc/ |
C02_TutorialMatrixArithmetic.dox | 127 There is also the \link MatrixBase::adjointInPlace() adjointInPlace()\endlink function for complex matrices. 175 When using complex numbers, Eigen's dot product is conjugate-linear in the first variable and linear in the
|
SparseQuickReference.dox | 25 SparseMatrix<std::complex<double>,RowMajor> sm2; // Compressed row major matrix of complex double.
|
/external/eigen/test/ |
sparse_product.cpp | 200 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, ColMajor > >()) ); 201 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, RowMajor > >()) );
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-sea.cc | 27 #include "hb-ot-shape-complex-indic-private.hh" 117 #include "hb-ot-shape-complex-sea-machine.hh"
|
Completed in 2412 milliseconds
<<21222324252627282930>>