HomeSort by relevance Sort by last modified time
    Searched full:imaginary (Results 1 - 25 of 503) 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/chromium_org/third_party/libjingle/source/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/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/chromium_org/third_party/openmax_dl/dl/sp/src/test/
compare.h 20 /* SNR (in dB) for imaginary component (for complex signals) */
30 * just the real component, just the imaginary component, and the
  /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/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/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/chromium_org/third_party/openmax_dl/dl/api/
omxtypes.h 174 OMX_S8 Im; /** Imaginary part */
183 OMX_S16 Im; /** Imaginary part */
192 OMX_S32 Im; /** Imaginary part */
201 OMX_S64 Im; /** Imaginary part */
216 OMX_F32 Im; /** Imaginary part */
224 OMX_F64 Im; /** Imaginary part */
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/
elementary.json 77 "default": "imaginary part",
78 "short": "imaginary"
  /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
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
complex.pxd 45 # Return the imaginary part of op as a C double.
  /external/qemu/android/
android-constants.c 30 /* FIXME: these numbers are totally 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 */

Completed in 977 milliseconds

1 2 3 4 5 6 7 8 91011>>