HomeSort by relevance Sort by last modified time
    Searched full:imaginary (Results 26 - 50 of 503) sorted by null

12 3 4 5 6 7 8 91011>>

  /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 */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/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 */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
complexobject.h 37 real and imaginary parts.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
complexobject.h 37 real and imaginary parts.
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager_unittest.cc 215 const std::string imaginary("_NOT A REAL DEVICE_");
218 audio_ins.push_back(Device(imaginary, imaginary));
219 audio_outs.push_back(Device(imaginary, imaginary));
220 video_ins.push_back(Device(imaginary, imaginary));
226 EXPECT_NE(imaginary, audio_ins[i].name);
229 EXPECT_NE(imaginary, audio_outs[i].name);
232 EXPECT_NE(imaginary, video_ins[i].name)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 58 /** <summary>imaginary tree navigation type; traverse "get child" link</summary> */
60 /** <summary>imaginary tree navigation type; finish with a child list</summary> */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 33 /** imaginary tree navigation type; traverse "get child" link */
35 /** imaginary tree navigation type; finish with a child list */
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 68 # Imaginary tree-navigation token type indicating the ascent after moving through the
72 # Imaginary tree-navigation token type indicating a descent into the children of a node
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
real_fft.c 58 // Insert zeros to the imaginary parts for complex forward FFT input.
96 // Strip out the imaginary parts of the complex inverse FFT output.
complex_bit_reverse.c 68 * and imaginary elements from complex_data in one instruction, reducing
74 temp = complex_data_ptr[index[m]]; /* Real and imaginary */
103 temp = complex_data_ptr[m]; /* Real and imaginary */
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.h 27 // as long arrays of float, all the real parts followed by all the imaginary
29 // is better than two arrays (one for the real parts and one for the imaginary
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 37 // as long arrays of float, all the real parts followed by all the imaginary
39 // is better than two arrays (one for the real parts and one for the imaginary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
complex.h 42 /* Narrowest imaginary unit. This depends on the floating-point
48 XXX Once we have the imaginary support switch this to _Imaginary_I. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
complex.h 42 /* Narrowest imaginary unit. This depends on the floating-point
48 XXX Once we have the imaginary support switch this to _Imaginary_I. */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.m 62 /** Tell me how to create a token for use with imaginary token nodes.
63 * For example, there is probably no input symbol associated with imaginary
81 /** Tell me how to create a token for use with imaginary token nodes.
82 * For example, there is probably no input symbol associated with imaginary
ANTLRTreeAdaptor.m 70 * This is invoked from an imaginary node ref on right side of a
86 * This is invoked from an imaginary node ref on right side of a
102 * This is invoked from an imaginary node ref on right side of a
  /external/cmockery/cmockery_0_1_2/src/example/
product_database_test.c 26 * that use the imaginary database.h module. */
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV3.td 17 // MTYPE / COMPLEX / Vector reduce complex multiply real or imaginary.
  /external/ceres-solver/internal/ceres/
polynomial.h 65 // Likewise, if imaginary is not NULL, imaginary parts will be returned in it.
68 Vector* imaginary);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
mpc.info 139 precisions of the real and the imaginary part of the first result
141 argument, the precisions of its real and imaginary part are
279 precision floating-point numbers (for the real and imaginary parts).
283 the real and imaginary parts; the corresponding C data type is
291 real part, one for the imaginary part.
327 for GNU MPC variables, since each of its real and imaginary part has a
339 imaginary part. For example `MPC_RNDZU' indicates to round the real
340 part towards zero, and the imaginary part towards plus infinity.
353 to indicate the position of the rounded real and imaginary parts with
375 Likewise, when evaluated at a point whose real or imaginary part i
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreeadaptor.c 155 // Install a token factory for imaginary tokens, these imaginary
282 /** Tell me how to create a token for use with imaginary token nodes.
283 * For example, there is probably no input symbol associated with imaginary
308 /** Tell me how to create a token for use with imaginary token nodes.
309 * For example, there is probably no input symbol associated with imaginary
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 272 * Tell me how to create a token for use with imaginary token nodes.
273 * For example, there is probably no input symbol associated with imaginary
286 * Tell me how to create a token for use with imaginary token nodes.
287 * 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/
BaseTreeAdaptor.java 253 /** Tell me how to create a token for use with imaginary token nodes.
254 * For example, there is probably no input symbol associated with imaginary
263 /** Tell me how to create a token for use with imaginary token nodes.
264 * For example, there is probably no input symbol associated with imaginary
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.h 16 * Im[]: imaginary value array

Completed in 1881 milliseconds

12 3 4 5 6 7 8 91011>>