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

1 2

  /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/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/
simple_features_generator.cc 42 // length with float real and imaginary components interleaved, so
44 // imaginary, fourier_output[2] is the second real, and so on.
56 float imaginary = 0; local
58 imaginary -= time_series[j] * sin(j * i * kPi * 2 / time_series_size);
61 fourier_output[(i * 2) + 1] = imaginary;
119 const float imaginary = fourier_values[(i * 2) + 1]; local
120 power_spectrum[i] = (real * real) + (imaginary * imaginary);
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/fixed_point/
simple_features_generator.cc 75 // length with q10.22 fixed point real and imaginary components interleaved, so
77 // imaginary, fourier_output[2] is the second real, and so on.
95 int32_t imaginary = 0; local
99 imaginary -= Q2_30_FixedMultiply_Q10_22(time_series[j], imaginary_scale);
102 fourier_output[(i * 2) + 1] = imaginary;
168 const int32_t imaginary = fourier_values[(i * 2) + 1]; local
171 Q10_22_FixedMultiply_Q10_22(imaginary, imaginary);
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_types.h 156 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon5056
158 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon5057
160 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon5058
163 #define COMPLEX_IMAGINARY(x) (x).imaginary
  /external/compiler-rt/lib/builtins/
int_types.h 156 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon18361
158 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon18362
160 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon18363
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/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/antlr/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
  /external/python/cpython3/Doc/includes/
email-read-alternative.py 11 # An imaginary module that would make this work and be safe.
12 from imaginary import magic_html_parser
  /bionic/tests/headers/posix/
complex_h.c 41 #if !defined(imaginary)
42 #error imaginary
  /external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 632 boolean imaginary =
635 if ( !imaginary && grammar.buildAST() &&
  /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)
  /external/antlr/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...]
Antlr.Runtime.pas 651 /// and associated with this object. These objects are needed for imaginary
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
token.rb 150 def imaginary?
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 756 Imaginary *float64 `protobuf:"fixed64,1,opt,name=imaginary" json:"imaginary,omitempty"`
797 if m != nil && m.Imaginary != nil {
798 return *m.Imaginary
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py 5 'atom-literals': u"\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n",
    [all...]
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 339 complexNumber = &pb.Complex{Imaginary: proto.Float64(0.5772156649)}
342 `"[jsonpb.Complex.real_extension]":{"imaginary":0.5772156649},` +
    [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py 369 'point and imaginary (complex) literals. See section '
    [all...]

Completed in 3858 milliseconds

1 2