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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
imaginary.c 4 double _Imaginary foo; // expected-error {{imaginary types are not supported}}
  /external/clang/test/Sema/
complex-init-list.c 20 _Complex float valid1 = { 1.0f, 2.0f }; // expected-warning {{specifying real and imaginary components is an extension}}
28 _Complex int valid2 = { 1, 2 }; // expected-warning {{complex integer}} expected-warning {{specifying real and imaginary components is an extension}}
29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary components is an extension}}
30 _Complex float valid4[2] = { {1.0f, 1.0f}, {1.0f, 1.0f} }; // expected-warning 2 {{specifying real and imaginary components is an extension}}
32 _Complex float valid5 = {1.0f, 1.0fi}; // expected-warning {{imaginary constants}} expected-warning {{specifying real and imaginary components is an extension}}
42 _Complex float sizetest1[] = { {1.0f, 1.0f}, {1.0f, 1.0f} }; // expected-warning 2 {{specifying real and imaginary components is an extension}}
44 _Complex float sizetest2[] = { 1.0f, 1.0f, {1.0f, 1.0f} }; // expected-warning {{specifying real and imaginary components is an extension}}
48 _Complex float x = 2 + (_Complex float) { 1, 2 }; // expected-warning {{specifying real and imaginary components is an extension}}
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt 9 * Text of imaginary nodes in tree rewrite mode weren't using NSStrings causing a runtime exception
  /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...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 34 * and imaginary parts can be configured.
43 /** The default imaginary character. */
46 /** The notation used to signify the imaginary part of the complex number. */
49 /** The format used for the imaginary part. */
56 * Create an instance with the default imaginary character, 'i', and the
57 * default number format for both real and imaginary parts.
65 * imaginary parts.
66 * @param format the custom format for both real and imaginary parts.
74 * custom number format for the imaginary part.
76 * @param imaginaryFormat the custom format for the imaginary part
    [all...]
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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
Lang.g 8 tokens {DECL;} // an imaginary node
  /external/clang/test/Lexer/
gnu-flags.c 5 // RUN: -Wgnu-imaginary-constant -Wgnu-binary-literal -Wgnu-zero-line-directive
8 // RUN: -Wno-gnu-imaginary-constant -Wno-gnu-binary-literal -Wno-gnu-zero-line-directive
11 // %clang_cc1 -fsyntax-only -verify %s -DIMAGINARYCONST -Wgnu-imaginary-constant
35 // expected-warning@+3 {{imaginary constants are a GNU extension}}
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenConstants.as 5 /** imaginary tree navigation type; traverse "get child" link */
7 /** imaginary tree navigation type; finish with a child list */
  /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/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 59 * i.e. the real part of the complex roots that have an imaginary part which
65 * \param[in] absImaginaryThreshold : the maximum bound of the imaginary part of a complex
200 * A real root is defined as the real part of a complex root with absolute imaginary
205 * the root with smallest absolute imaginary part is returned instead.
209 * \param[in] absImaginaryThreshold : threshold on the absolute imaginary part to decide
223 * A real root is defined as the real part of a complex root with absolute imaginary
228 * the root with smallest absolute imaginary part is returned instead.
232 * \param[in] absImaginaryThreshold : threshold on the absolute imaginary part to decide
246 * A real root is defined as the real part of a complex root with absolute imaginary
251 * the root with smallest absolute imaginary part is returned instead
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 58 * Tell me how to create a token for use with imaginary token nodes.
59 * For example, there is probably no input symbol associated with imaginary
75 * Tell me how to create a token for use with imaginary token nodes.
76 * For example, there is probably no input symbol associated with imaginary
  /external/compiler-rt/lib/builtins/
int_types.h 155 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon9866
157 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon9867
159 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon9868
162 #define COMPLEX_IMAGINARY(x) (x).imaginary
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenTypes.cs 40 /** <summary>imaginary tree navigation type; traverse "get child" link</summary> */
42 /** <summary>imaginary tree navigation type; finish with a child list</summary> */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
EigenDecomposition.java 61 * 2x2 blocks { {real +imaginary}, {-imaginary, real} }.</p>
99 * Returns a copy of the imaginary parts of the eigenvalues of the original matrix.
100 * @return a copy of the imaginary parts of the eigenvalues of the original matrix
108 * Returns the imaginary part of the i<sup>th</sup> eigenvalue of the original matrix.
110 * @return imaginary part of the i<sup>th</sup> eigenvalue of the original matrix
  /external/ceres-solver/internal/ceres/
polynomial.cc 126 Vector* imaginary) {
133 if (imaginary != NULL) {
134 imaginary->setZero(1);
140 Vector* imaginary) {
150 if (imaginary != NULL) {
151 imaginary->setZero(2);
175 if (imaginary != NULL) {
176 (*imaginary)(0) = sqrt_D / (2.0 * a);
177 (*imaginary)(1) = -sqrt_D / (2.0 * a);
184 Vector* imaginary) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 15 # imaginary tree navigation type; traverse "get child" link
19 # imaginary tree navigation type; finish with a child list
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 48 # imaginary tree navigation type; traverse "get child" link
51 #imaginary tree navigation type; finish with a child list
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TParser.g 35 // Some imaginary tokens for tree rewrites
  /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
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 72 * Tell me how to create a token for use with imaginary token nodes.
73 * For example, there is probably no input symbol associated with imaginary
88 * Tell me how to create a token for use with imaginary token nodes.
89 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 59 /** Tell me how to create a token for use with imaginary token nodes.
60 * For example, there is probably no input symbol associated with imaginary
71 /** Tell me how to create a token for use with imaginary token nodes.
72 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeAdaptor.js 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
42 * Tell me how to create a token for use with imaginary token nodes.
43 * For example, there is probably no input symbol associated with imaginary
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 117 OMX_S8 Im; /** Imaginary part */
126 OMX_S16 Im; /** Imaginary part */
135 OMX_S32 Im; /** Imaginary part */
144 OMX_S64 Im; /** Imaginary part */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 117 OMX_S8 Im; /** Imaginary part */
126 OMX_S16 Im; /** Imaginary part */
135 OMX_S32 Im; /** Imaginary part */
144 OMX_S64 Im; /** Imaginary part */

Completed in 820 milliseconds

1 2 3 4 5 6 7 8 91011>>