HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 126 - 150 of 184) sorted by null

1 2 3 4 56 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 1070 double im; local
    [all...]
  /external/aac/libFDK/src/
FDK_hybrid.cpp 728 pfft[FFT_IDX_R(4)] = fMultDiv2(pQmfImag[pReadIdx[10]], p[7].v.im) -
729 fMultDiv2(pQmfImag[pReadIdx[2]], p[6].v.im);
730 pfft[FFT_IDX_I(4)] = fMultDiv2(pQmfReal[pReadIdx[2]], p[6].v.im) -
731 fMultDiv2(pQmfReal[pReadIdx[10]], p[7].v.im);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
IndicInputMethodImpl.java 16 import java.awt.im.spi.InputMethodContext;
  /external/libxaac/decoder/armv7/
ixheaacd_esbr_cos_sin_mod_loop2.s 49 VLD1.32 {D3[0]}, [R3] @ im = *psubband1;
  /external/python/cpython2/Objects/stringlib/
formatter.h 1081 double im; local
    [all...]
  /external/python/cpython3/Python/
formatter_unicode.c 1166 double im; local
    [all...]
  /external/tensorflow/tensorflow/lite/c/
c_api_internal.h 192 float re, im; // real and imaginary parts, respectively. member in struct:__anon45901
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/aac/libFDK/include/
common_fix.h 430 FIXP_SGL im; member in struct:__anon14842
441 FIXP_DBL im; member in struct:__anon14843
  /external/aac/libSACenc/src/
sacenc_paramextract.cpp 627 dataImag -= scalarProd.v.im;
629 dataImag += scalarProd.v.im;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
CompilationUnit.java 343 if (getImports().stream().anyMatch(im -> im.toString().equals(importDeclaration.toString())))
  /external/python/cpython2/Lib/test/
test_ast.py 231 im = ast.parse("from . import y").body[0]
232 self.assertIsNone(im.module)
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/aac/libAACdec/src/
usacdec_lpc.cpp 376 int i, im, t, sign_code, ka, ks, rank, leader[8]; local
409 im = fdk_dec_Ns[ka];
410 ks = table_lookup(fdk_dec_Is + t, index, im);
    [all...]
  /external/libxaac/decoder/
ixheaacd_env_calc.c     [all...]
ixheaacd_qmf_dec.c 667 WORD32 re, im; local
671 im = ixheaacd_sub32(ixheaacd_mult32x16in32_shl(x_im, ixheaacd_cosine),
675 *p_xim++ = im;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc     [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]
image_ops_impl.py     [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 328 void initializeImage(Context& ctx, VkImage im, const ConstPixelBufferAccess* pba, ImageViewParameters imParams)
403 copyBufferToImage(vkd, dev, ctx.getUniversalQueue(), ctx.getUniversalQueueFamilyIndex(), buf.get(), bufSize, copyRegions, DE_NULL, VK_IMAGE_ASPECT_COLOR_BIT, imParams.levels, imParams.arrayLayers, im);
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserTokenManager.java 2339 String im = jjstrLiteralImages[jjmatchedKind]; local
    [all...]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 596 // dx = -dy / (Im(x) + iRe(x)) = -dy * z
598 auto im = Imag(scope, op.input(0)); local
599 auto z_inv = Reciprocal(scope, Complex(scope, im, re));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 440 for (unsigned im = (unsigned)ISD::PRE_INC;
441 im != (unsigned)ISD::LAST_INDEXED_MODE; ++im) {
442 setIndexedLoadAction(im, MVT::i8, Legal);
443 setIndexedLoadAction(im, MVT::i16, Legal);
444 setIndexedLoadAction(im, MVT::i32, Legal);
445 setIndexedLoadAction(im, MVT::i64, Legal);
446 setIndexedLoadAction(im, MVT::f64, Legal);
447 setIndexedLoadAction(im, MVT::f32, Legal);
448 setIndexedLoadAction(im, MVT::f16, Legal)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 525 for (unsigned im = (unsigned)ISD::PRE_INC;
526 im != (unsigned)ISD::LAST_INDEXED_MODE; ++im) {
527 setIndexedLoadAction(im, MVT::i8, Legal);
528 setIndexedLoadAction(im, MVT::i16, Legal);
529 setIndexedLoadAction(im, MVT::i32, Legal);
530 setIndexedLoadAction(im, MVT::i64, Legal);
531 setIndexedLoadAction(im, MVT::f64, Legal);
532 setIndexedLoadAction(im, MVT::f32, Legal);
533 setIndexedLoadAction(im, MVT::f16, Legal)
    [all...]

Completed in 1721 milliseconds

1 2 3 4 56 7 8