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

<<21222324252627282930>>

  /external/eigen/blas/
ctbmv.f 7 COMPLEX A(LDA,*),X(*)
69 * A - COMPLEX array of DIMENSION ( LDA, n ).
117 * X - COMPLEX array of dimension at least
142 COMPLEX ZERO
146 COMPLEX TEMP
ztbmv.f 7 DOUBLE COMPLEX A(LDA,*),X(*)
69 * A - COMPLEX*16 array of DIMENSION ( LDA, n ).
117 * X - COMPLEX*16 array of dimension at least
142 DOUBLE COMPLEX ZERO
146 DOUBLE COMPLEX TEMP
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 147 * An inline command is a complex command (eg. 'if', 'loop') where both the start and end of the
148 * command exists on the same line. Non-complex commands (eg. 'var', 'name') cannot be considered
151 * This flag is set when we process the start of a complex command and unset when we finish
152 * processing a line. Thus if the flag is still true when we encounter the end of a complex
153 * command, it tells us that (at least one) complex command was entirely contained within the
  /external/skia/include/core/
SkRegion.h 154 * This works for simple (rectangular) and complex regions, and always
162 * This works for simple (rectangular) and complex regions, and always
169 * Return true if this region is a single rectangle (not complex) and the
179 * Return true if this region is a single rectangle (not complex) and the
372 // expose this to allow for regression test on complex regions
  /external/skia/legacy/include/core/
SkRegion.h 154 * This works for simple (rectangular) and complex regions, and always
162 * This works for simple (rectangular) and complex regions, and always
169 * Return true if this region is a single rectangle (not complex) and the
179 * Return true if this region is a single rectangle (not complex) and the
372 // expose this to allow for regression test on complex regions
  /external/clang/utils/
FindSpecRefs 115 ('7.3 Complex arithmetic <complex.h>', '170'),
218 ('7.26.1 Complex arithmetic <complex.h>', '401'),
237 ('B.2 Complex <complex.h>', '418'),
274 ('Annex G (informative) IEC 60559-compatible complex arithmetic', '466'),
280 ('G.6 Complex arithmetic <complex.h>', '471'),
521 ('26.3 Complex numbers', '833')
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.hh 2 #line 1 "hb-ot-shape-complex-indic-machine.rl"
35 #line 36 "hb-ot-shape-complex-indic-machine.hh.tmp"
    [all...]
hb-ot-shape-complex-arabic.cc 27 #include "hb-ot-shape-complex-private.hh"
56 #include "hb-ot-shape-complex-arabic-table.hh"
200 #include "hb-ot-shape-complex-arabic-fallback.hh"
  /frameworks/base/graphics/java/android/renderscript/
Element.java 25 * type in a RenderScript kernel. Elements may be basic or complex. Some basic
30 * kernel)</li> </ul> <p>A complex element is roughly equivalent to a C struct
31 * and contains a number of basic or complex Elements. From Java code, a complex
190 * Return if a element is too complex for use as a data source for a Mesh or
222 * For complex elements, this function will return the
238 * For complex elements, this function will return the
254 * For complex elements, some sub-elements could be statically
989 * Builder class for producing complex elements with matching field and nam
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 27 * complex. Some basic elements are</p> <ul> <li>A single float value
31 * integer (equivalent to a char in a kernel)</li> </ul> <p>A complex element is
32 * roughly equivalent to a C struct and contains a number of basic or complex
33 * Elements. From Java code, a complex element contains a list of sub-elements
192 * Return if a element is too complex for use as a data source for a Mesh or
224 * For complex elements, this function will return the
240 * For complex elements, this function will return the
256 * For complex elements, some sub-elements could be statically
911 * Builder class for producing complex elements with matching field and name
    [all...]
  /external/eigen/doc/
A10_Eigen2SupportModes.dox 47 \li Dot products over complex numbers. Eigen 2's dot product was linear in the first variable. Eigen 3's dot product is linear in the second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Eigen 3 code \code y.dot(x) \endcode In yet other words, dot products are complex-conjugated in Eigen 3 compared to Eigen 2. The switch to the new convention was commanded by common usage, especially with the notation \f$ x^Ty \f$ for dot products of column-vectors.
60 There is also one more eigen2_-prefixed identifier that you should know about, even though its use is not checked at compile time by this mode: the dot() method. As was discussed above, over complex numbers, its meaning is different between Eigen 2 and Eigen 3. You can use eigen2_dot() to get the Eigen 2 behavior.
  /external/icu4c/i18n/
strrepl.cpp 109 // NOTE: It should be possible to _always_ run the complex
111 // in the complex processing code.
122 // Complex (nested replacers) Processing Code :
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 303 TRY(False, MPI_COMPLEX, "COMPLEX");
314 TRY(False, MPI_2COMPLEX, "2COMPLEX");
345 TRY(False, MPI_COMPLEX, "COMPLEX");
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /external/eigen/blas/testing/
cblat3.f 3 * Test program for the COMPLEX Level 3 Blas.
54 COMPLEX ZERO, ONE
71 COMPLEX AA( NMAX*NMAX ), AB( NMAX, 2*NMAX ),
340 9995 FORMAT( ' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F',
381 COMPLEX ZERO
391 COMPLEX A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
399 COMPLEX ALPHA, ALS, BETA, BLS
666 COMPLEX ZERO
676 COMPLEX A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
684 COMPLEX ALPHA, ALS, BETA, BL
    [all...]
zblat3.f 3 * Test program for the COMPLEX*16 Level 3 Blas.
54 COMPLEX*16 ZERO, ONE
72 COMPLEX*16 AA( NMAX*NMAX ), AB( NMAX, 2*NMAX ),
341 9995 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F',
382 COMPLEX*16 ZERO
392 COMPLEX*16 A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
400 COMPLEX*16 ALPHA, ALS, BETA, BLS
667 COMPLEX*16 ZERO
677 COMPLEX*16 A( NMAX, NMAX ), AA( NMAX*NMAX ), ALF( NALF ),
685 COMPLEX*16 ALPHA, ALS, BETA, BL
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 104 * remaining of more complex instructions.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 67 * sufficent to get at the data. If we were using a more complex data
  /development/samples/WeatherListWidget/
_index.html 7 demonstrate how the widget can retrieve data and update itself when you are using more complex data
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartSimple.java 27 * Simple string part of a complex AVT.

Completed in 568 milliseconds

<<21222324252627282930>>