HomeSort by relevance Sort by last modified time
    Searched refs:imaginary (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 32 * real and imaginary part.
37 * infinite values in real or imaginary parts as these arise in computation.
41 * or imaginary part - e.g., <pre>
70 /** The imaginary part. */
71 private final double imaginary; field in class:Complex
83 * Create a complex number given the real and imaginary parts.
86 * @param imaginary the imaginary part
88 public Complex(double real, double imaginary) {
91 this.imaginary = imaginary
    [all...]
  /external/webrtc/talk/media/devices/
dummydevicemanager_unittest.cc 85 const std::string imaginary("_NOT A REAL DEVICE_");
88 audio_ins.push_back(Device(imaginary, imaginary));
89 audio_outs.push_back(Device(imaginary, imaginary));
90 video_ins.push_back(Device(imaginary, imaginary));
96 EXPECT_NE(imaginary, audio_ins[i].name);
99 EXPECT_NE(imaginary, audio_outs[i].name);
102 EXPECT_NE(imaginary, video_ins[i].name)
    [all...]
devicemanager_unittest.cc 216 const std::string imaginary("_NOT A REAL DEVICE_");
219 audio_ins.push_back(Device(imaginary, imaginary));
220 audio_outs.push_back(Device(imaginary, imaginary));
221 video_ins.push_back(Device(imaginary, imaginary));
227 EXPECT_NE(imaginary, audio_ins[i].name);
230 EXPECT_NE(imaginary, audio_outs[i].name);
233 EXPECT_NE(imaginary, video_ins[i].name)
    [all...]
  /external/compiler-rt/lib/builtins/
int_types.h 156 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon16178
158 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon16179
160 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon16180
163 #define COMPLEX_IMAGINARY(x) (x).imaginary
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 88 /// \returns an read-only expression of the imaginary part of \c *this.
90 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function)
156 /// \returns a non const expression of the imaginary part of \c *this.
158 EIGEN_DOC_UNARY_ADDONS(imag,imaginary part function)
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 14 /** imaginary tree navigation type; traverse "get child" link */
16 /** imaginary tree navigation type; finish with a child list */
  /external/ImageMagick/www/api/
fourier.php 90 <p>ForwardFourierTransformImage() implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</p>
111 <dd>if true, return as transform as a magnitude / phase pair otherwise a real / imaginary image pair. </dd>
121 <p>InverseFourierTransformImage() implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</p>
143 <dd>the phase or imaginary image. </dd>
147 <dd>if true, return transform as a magnitude / phase pair otherwise a real / imaginary image pair. </dd>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 34 /** Tell me how to create a token for use with imaginary token nodes.
35 * For example, there is probably no input symbol associated with imaginary
46 /** Tell me how to create a token for use with imaginary token nodes.
47 * For example, there is probably no input symbol associated with imaginary
BaseTreeAdaptor.as 213 /** Tell me how to create a token for use with imaginary token nodes.
214 * For example, there is probably no input symbol associated with imaginary
225 /** Tell me how to create a token for use with imaginary token nodes.
226 * For example, there is probably no input symbol associated with imaginary
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 112 return imaginary(q * QUATERNION<T>(v, 0) * inverse(q));
210 constexpr TVec3<T> PURE imaginary(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions
  /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/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
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 631 boolean imaginary =
634 if ( !imaginary && grammar.buildAST() &&
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 44 itemComplex // complex constant (1+2i); imaginary is just a number
51 itemNumber // simple number, including imaginary
545 // lexNumber scans a number: decimal, octal, hex, float, or imaginary. This
581 // Is it imaginary?
parse_test.go 46 // complex with 0 imaginary are float (and maybe integer)
80 // because imaginary comes out as a number.
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 44 itemComplex // complex constant (1+2i); imaginary is just a number
51 itemNumber // simple number, including imaginary
545 // lexNumber scans a number: decimal, octal, hex, float, or imaginary. This
581 // Is it imaginary?
parse_test.go 46 // complex with 0 imaginary are float (and maybe integer)
80 // because imaginary comes out as a number.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c     [all...]
  /external/python/cpython2/Parser/
tokenizer.c     [all...]
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 57 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(imag,scalar_imag_op,imaginary part,\sa ArrayBase::imag)
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 311 // imaginary, character, or string value for a Go literal string. The
658 // Imag returns the imaginary part of x, which must be a numeric or unknown value.
742 // imaginary component is 0
  /prebuilts/go/linux-x86/src/go/constant/
value.go 311 // imaginary, character, or string value for a Go literal string. The
658 // Imag returns the imaginary part of x, which must be a numeric or unknown value.
742 // imaginary component is 0
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 212 /// This is invoked from an imaginary node ref on right side of a
220 /// This is invoked from an imaginary node ref on right side of a
229 /// This is invoked from an imaginary node ref on right side of a
645 /// Tell me how to create a token for use with imaginary token nodes.
646 /// For example, there is probably no input symbol associated with imaginary
656 /// Tell me how to create a token for use with imaginary token nodes.
657 /// For example, there is probably no input symbol associated with imaginary
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 150 def imaginary?

Completed in 2380 milliseconds

1 2 3