HomeSort by relevance Sort by last modified time
    Searched full:imaginary (Results 76 - 100 of 433) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.m 354 /** Tell me how to create a token for use with imaginary token nodes.
355 * For example, there is probably no input symbol associated with imaginary
367 /** Tell me how to create a token for use with imaginary token nodes.
368 * For example, there is probably no input symbol associated with imaginary
ANTLRBaseTreeAdaptor.h 161 /** Tell me how to create a token for use with imaginary token nodes.
162 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb 722 example "tree parser rewrite imaginary" do
728 example "tree parser rewrite imaginary with args" do
734 example "tree parser rewrite imaginary root" do
740 example "tree parser rewrite imaginary from real" do
  /external/clang/include/clang/AST/
OperationKinds.h 213 /// component with a zero imaginary component.
218 /// of the source's element type. Just discards the imaginary
237 /// the real component with a zero imaginary component.
242 /// source's element type by discarding the imaginary component.
  /external/eigen/test/
schur_real.cpp 29 // part of a 2x2 diagonal block with imaginary eigenvalues.
  /external/opencv3/samples/python2/
dft.py 82 # Split fourier into real and imaginary parts
  /external/speex/libspeex/
kiss_fft.h 16 -- real-only (no imaginary time component ) FFT
  /external/webrtc/webrtc/common_audio/signal_processing/
real_fft_unittest.cc 63 complex_fft_buff[j + 1] = 0; // Insert zero's to imaginary parts.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 103 // locale and the separator between real and imaginary parts does not.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 161 the imaginary keyword. */
188 the imaginary keyword. */
210 the imaginary keyword. */
450 /* Imaginary part of Z. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 161 the imaginary keyword. */
188 the imaginary keyword. */
210 the imaginary keyword. */
450 /* Imaginary part of Z. */
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 61 // imaginary parts.
65 // imaginary parts.
190 // floating-point values. The real and imaginary parts must be of the same
200 // The imag built-in function returns the imaginary part of the complex
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 43 itemComplex // complex constant (1+2i); imaginary is just a number
50 itemNumber // simple number, including imaginary
464 // lexNumber scans a number: decimal, octal, hex, float, or imaginary. This
500 // Is it imaginary?
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 61 // imaginary parts.
65 // imaginary parts.
190 // floating-point values. The real and imaginary parts must be of the same
200 // The imag built-in function returns the imaginary part of the complex
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 43 itemComplex // complex constant (1+2i); imaginary is just a number
50 itemNumber // simple number, including imaginary
464 // lexNumber scans a number: decimal, octal, hex, float, or imaginary. This
500 // Is it imaginary?
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_complex.c 103 // locale and the separator between real and imaginary parts does not.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 93 * imaginary nodes w/o line/col info. We now search backwards looking
131 // imaginary node; no line/pos info; scan backwards
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognitionException.java 92 * imaginary nodes w/o line/col info. We now search backwards looking
131 // imaginary node; no line/pos info; scan backwards
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognitionException.js 106 * imaginary nodes w/o line/col info. We now search backwards looking
130 // imaginary node; no line/pos info; scan backwards
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h 145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h 145 /** Tell me how to create a token for use with imaginary token nodes.
146 * For example, there is probably no input symbol associated with imaginary
  /external/clang/test/Sema/
builtins.c 43 old = __sync_fetch_and_add((unsigned*)0, 42i); // expected-warning {{imaginary constants are a GNU extension}}
144 T(3i + 5); // expected-warning {{imaginary constant}}
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 53 // starting with z = c = complex coord of the pixel. pzi and pzr denote the real and imaginary parts of z.
54 // pci and pcr denote the real and imaginary parts of c.
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 317 /// load the real and imaginary pieces, returning them as Real/Imag.
404 // complex type, both the real and imaginary parts follow the conversion
644 // FIXME: C11 also provides for imaginary types which would allow folding
663 // The real part is the difference of the first two, the imaginary part is
681 // Now test the imaginary part and create its branch.
712 // imaginary component is ignored when computing the real component of the
746 // supported imaginary types in addition to complex types.
749 // If LHS was a real, supply a null imaginary part.
    [all...]

Completed in 1494 milliseconds

1 2 34 5 6 7 8 91011>>