Searched refs:clz (Results 1 - 25 of 93) sorted by relevance

1234

/external/compiler-rt/lib/builtins/
H A Dfloatundixf.c34 int clz = __builtin_clzll(a); local
35 int e = (N - 1) - clz ; /* exponent */
38 fb.u.low.all = a << clz; /* mantissa */
H A Dfloatdixf.c37 int clz = __builtin_clzll(a); local
38 int e = (N - 1) - clz ; /* exponent */
42 fb.u.low.all = a << clz; /* mantissa */
/external/llvm/test/MC/ARM/
H A Dnot-armv4.s5 clz r4,r9 label
/external/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S25 clz r0, r0
H A Dudivsi3.S53 clz ip, r0
54 clz r3, r1
55 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
H A Dumodsi3.S53 clz ip, r0
54 clz r3, r1
55 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
H A Dudivmodsi4.S52 clz ip, r0
53 clz r3, r1
54 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
/external/chromium_org/ui/events/gesture_detection/
H A Dbitset_32.h54 inline uint32_t first_marked_bit() const { return clz(value); }
58 inline uint32_t first_unmarked_bit() const { return clz(~value); }
107 static inline uint32_t clz(uint32_t v) { return __builtin_clz(v); } function in struct:ui::BitSet32
117 static inline uint32_t clz(uint32_t v) { function in struct:ui::BitSet32
/external/libhevc/decoder/
H A Dihevcd_parse_residual.c664 UWORD32 clz; local
665 clz = CLZ(u4_sig_coeff_map);
666 n = 31 - clz;
667 u4_sig_coeff_map_shift = u4_sig_coeff_map << clz;
721 clz = CLZ(u4_sig_coeff_map_shift);
722 u4_sig_coeff_map_shift <<= clz; local
723 n -= clz;
770 UWORD32 clz; local
772 clz = CLZ(u4_sig_coeff_map);
773 n = 31 - clz;
884 u4_sig_coeff_map_shift <<= clz; local
[all...]
H A Dihevcd_cabac.c233 WORD32 clz; local
242 clz = CLZ(u4_range);
243 clz -= (32 - RANGE_NUMBITS);
244 u4_qnt_range = u4_range << clz;
252 u4_rlps = u4_rlps << (RANGE_SHIFT - clz);
372 WORD32 clz; local
377 clz = CLZ(u4_range);
378 clz -= (32 - RANGE_NUMBITS);
379 u4_range -= 2 << (RANGE_SHIFT - clz);
391 WORD32 clz; local
[all...]
H A Dihevcd_cabac.h66 WORD32 clz; \
74 clz = CLZ(u4_range); \
75 clz -= (32 - RANGE_NUMBITS); \
76 u4_qnt_range = u4_range << clz; \
80 u4_rlps = u4_rlps << (RANGE_SHIFT - clz); \
/external/javassist/src/main/javassist/
H A DCtMember.java32 public boolean hasAnnotation(Class clz) { return false; } argument
33 public Object getAnnotation(Class clz) argument
210 * @param clz the annotation class.
214 public abstract boolean hasAnnotation(Class clz); argument
223 * @param clz the annotation class.
227 public abstract Object getAnnotation(Class clz) throws ClassNotFoundException; argument
H A DCtClass.java482 * @param clz the annotation class.
486 public boolean hasAnnotation(Class clz) { argument
497 * @param clz the annotation class.
501 public Object getAnnotation(Class clz) throws ClassNotFoundException { argument
/external/chromium_org/third_party/skia/src/core/
H A DSkMipMap.cpp232 int clz = SkCLZ(s); local
233 SkASSERT(clz >= 1 && clz <= 15);
234 return SkIntToFixed(15 - clz) + ((unsigned)(s << (clz + 1)) >> 16);
/external/skia/src/core/
H A DSkMipMap.cpp232 int clz = SkCLZ(s); local
233 SkASSERT(clz >= 1 && clz <= 15);
234 return SkIntToFixed(15 - clz) + ((unsigned)(s << (clz + 1)) >> 16);
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DWebRTCDemo.java40 public TabListener(Activity activity, String tag, Class<T> clz) { argument
41 this(activity, tag, clz, null);
44 public TabListener(Activity activity, String tag, Class<T> clz, argument
48 this.instance = clz;
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips.cc494 COMPARE(clz(a0, a1),
495 "00a02050 clz a0, a1");
496 COMPARE(clz(s6, s7),
497 "02e0b050 clz s6, s7");
498 COMPARE(clz(v0, v1),
499 "00601050 clz v0, v1");
501 COMPARE(clz(a0, a1),
502 "70a42020 clz a0, a1");
503 COMPARE(clz(s6, s7),
504 "72f6b020 clz s
[all...]
H A Dtest-disasm-mips64.cc645 COMPARE(clz(a0, a1),
646 "00a02050 clz a0, a1");
647 COMPARE(clz(s6, s7),
648 "02e0b050 clz s6, s7");
649 COMPARE(clz(v0, v1),
650 "00601050 clz v0, v1");
652 COMPARE(clz(a0, a1),
653 "70a42020 clz a0, a1");
654 COMPARE(clz(s6, s7),
655 "72f6b020 clz s
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-simd-misc.s253 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 v
[all...]
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64.s9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/
H A Dmips-alu-instructions.s12 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
43 clz $6, $7
H A Dmips64-alu-instructions.s11 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
39 clz $6, $7
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64.s10 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm80 clz r6, r4
156 clz r6, r4
250 clz r6, r4
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm80 clz r6, r4
156 clz r6, r4
250 clz r6, r4

Completed in 341 milliseconds

1234