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

<<31323334353637383940>>

  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
ivchain-X86.ll 5 ; saves at least one register and avoids complex addressing and setup
15 ; no complex address modes
22 ; no complex address modes
55 ; complex address modes
62 ; complex address modes
103 ; no complex address modes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fractions.py 327 self.assertTypedEquals(0.1+0j, complex(F(1,10)))
513 self.assertFalse(F(10**23) == complex(10**23))
514 self.assertRaises(TypeError, operator.gt, F(10**23), complex(10**23))
515 self.assertRaises(TypeError, operator.le, F(10**23), complex(10**23))
518 z = complex(0.375, 0.0)
519 w = complex(0.375, 0.2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fractions.py 327 self.assertTypedEquals(0.1+0j, complex(F(1,10)))
513 self.assertFalse(F(10**23) == complex(10**23))
514 self.assertRaises(TypeError, operator.gt, F(10**23), complex(10**23))
515 self.assertRaises(TypeError, operator.le, F(10**23), complex(10**23))
518 z = complex(0.375, 0.0)
519 w = complex(0.375, 0.2)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 532 /** {@link DimensionEntry} complex unit: Value is raw pixels. */
534 /** {@link DimensionEntry} complex unit: Value is Device Independent
537 /** {@link DimensionEntry} complex unit: Value is a scaled pixel. */
539 /** {@link DimensionEntry} complex unit: Value is in points. */
541 /** {@link DimensionEntry} complex unit: Value is in inches. */
543 /** {@link DimensionEntry} complex unit: Value is in millimeters. */
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 217 * Macros for complex/simple types.
254 * Macros for exclusively for complex types.
613 * Used to build complex element content models
621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
    [all...]
  /external/libxml2/
xmlschemas.c 217 * Macros for complex/simple types.
254 * Macros for exclusively for complex types.
613 * Used to build complex element content models
621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
    [all...]
  /frameworks/base/docs/html/guide/topics/text/
copy-paste.jd 12 Supports both simple and complex data, including text strings, complex data
19 Copies and pastes complex data using a content provider.
67 <a href="#Provider">Using Content Providers to Copy Complex Data</a>
125 supports both simple and complex data types, including text strings, complex data
127 directly in the clipboard, while complex data is stored as a reference that the pasting
152 copying complex data from a content provider. To copy data, you put a
677 <h2 id="Provider">Using Content Providers to Copy Complex Data</h2>
679 Content providers support copying complex data such as database records or file streams
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /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/chromium_org/third_party/libxml/src/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 261 * \return NULL if the expression is too complex (contains anything other than
272 * \return NULL if the expression is too complex; otherwise the symbol value of
282 * \return NULL if the expression is too complex; otherwise the register value
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /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/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 251 * Send a single, complex command to the server. The command will be preceded by an IMAP
328 * 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/ceres-solver/internal/ceres/
polynomial.cc 164 // Find its (complex) eigenvalues.
243 // have a complex part, but its simpler to just check these values.

Completed in 1967 milliseconds

<<31323334353637383940>>