HomeSort by relevance Sort by last modified time
    Searched full:clz (Results 151 - 175 of 516) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/flac/libFLAC/include/private/
bitmath.h 82 /* This will translate either to (bsr ^ 31U), clz , ctlz, cntlz, lzcnt depending on
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_dc.s 113 clz r5, r4 @counts leading zeros
  /external/v8/src/mips/
constants-mips.cc 263 case CLZ:
  /external/v8/src/mips64/
constants-mips64.cc 280 case CLZ:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 121 CLZ r7,r7
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 332 TEST_IN_FUNC_IN(clz);
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
arm_acle.h 136 /* CLZ */
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
arm_acle.h 136 /* CLZ */
  /prebuilts/sdk/renderscript/clang-include/
arm_acle.h 136 /* CLZ */
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 143 virtual void CLZ(int cc, int Rd, int Rm);
ARMAssemblerProxy.h 130 virtual void CLZ(int cc, int Rd, int Rm);
  /external/clang/test/CodeGen/
aarch64-neon-misc.c 1098 // CHECK: clz v{{[0-9]+}}.8b, v{{[0-9]+}}.8b
1104 // CHECK: clz v{{[0-9]+}}.16b, v{{[0-9]+}}.16b
1110 // CHECK: clz v{{[0-9]+}}.4h, v{{[0-9]+}}.4h
1116 // CHECK: clz v{{[0-9]+}}.8h, v{{[0-9]+}}.8h
1122 // CHECK: clz v{{[0-9]+}}.2s, v{{[0-9]+}}.2s
1128 // CHECK: clz v{{[0-9]+}}.4s, v{{[0-9]+}}.4s
1134 // CHECK: clz v{{[0-9]+}}.8b, v{{[0-9]+}}.8b
1140 // CHECK: clz v{{[0-9]+}}.16b, v{{[0-9]+}}.16b
1146 // CHECK: clz v{{[0-9]+}}.4h, v{{[0-9]+}}.4h
1152 // CHECK: clz v{{[0-9]+}}.8h, v{{[0-9]+}}.8
    [all...]
builtins.c 70 P(clz, (N));
  /external/llvm/test/MC/AArch64/
neon-simd-misc.s 253 clz v0.16b, v31.16b
254 clz v2.8h, v4.8h
255 clz v6.4s, v8.4s
256 clz v1.8b, v9.8b
257 clz v13.4h, v21.4h
258 clz v4.2s, v0.2s
260 // CHECK: clz v0.16b, v31.16b // encoding: [0xe0,0x4b,0x20,0x6e]
261 // CHECK: clz v2.8h, v4.8h // encoding: [0x82,0x48,0x60,0x6e]
262 // CHECK: clz v6.4s, v8.4s // encoding: [0x06,0x49,0xa0,0x6e]
263 // CHECK: clz v1.8b, v9.8b // encoding: [0x21,0x49,0x20,0x2e
    [all...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 358 int32_t clz = __builtin_clz(smp); local
359 if (shift > clz) shift = clz;
  /external/libavc/decoder/
ih264d_parse_bslice.c 117 u4_ldz = CLZ(u4_word);
317 u4_ldz = CLZ(u4_word);
348 u4_ldz = CLZ(u4_word);
799 u4_ldz = CLZ(u4_word);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 932 Class<?> clz = viewObject.getClass(); local
    [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 685 int32_t clz = __builtin_clz(smp); local
686 if (shift > clz) shift = clz;
    [all...]
  /external/v8/src/arm64/
constants-arm64.h     [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 760 int32_t clz = __builtin_clz(smp); local
761 if (shift > clz) shift = clz;
    [all...]
  /art/runtime/base/
bit_vector.cc 282 return 31 - CLZ(value) + (idx * kWordBits);
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 155 // Check for the next power of two boundary, to save us a CLZ operation.
  /external/javassist/src/main/javassist/
CtClass.java 482 * @param clz the annotation class.
486 public boolean hasAnnotation(Class clz) {
497 * @param clz the annotation class.
501 public Object getAnnotation(Class clz) throws ClassNotFoundException {
    [all...]
  /external/libavc/encoder/
ih264e_bitstream.h 101 r = 32-CLZ(value); \
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_dc.s 115 clz w5,w4 //counts leading zeros

Completed in 2125 milliseconds

1 2 3 4 5 67 8 91011>>