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

12345

/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/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S29 clz r0, r0
H A Dudivmodsi4.S66 clz ip, r0
67 clz r3, r1
68 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
H A Dudivsi3.S66 clz ip, r0
67 clz r3, r1
68 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
H A Dumodsi3.S64 clz ip, r0
65 clz r3, r1
66 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
/external/llvm/test/MC/ARM/
H A Dnot-armv4.s5 clz r4,r9 label
/external/libhevc/decoder/
H A Dihevcd_parse_residual.c665 UWORD32 clz; local
666 clz = CLZ(u4_sig_coeff_map);
667 n = 31 - clz;
668 u4_sig_coeff_map_shift = u4_sig_coeff_map << clz;
722 clz = CLZ(u4_sig_coeff_map_shift);
723 u4_sig_coeff_map_shift <<= clz; local
724 n -= clz;
771 UWORD32 clz; local
773 clz = CLZ(u4_sig_coeff_map);
774 n = 31 - clz;
885 u4_sig_coeff_map_shift <<= clz; local
[all...]
H A Dihevcd_cabac.c242 WORD32 clz; local
251 clz = CLZ(u4_range);
252 clz -= (32 - RANGE_NUMBITS);
253 u4_qnt_range = u4_range << clz;
261 u4_rlps = u4_rlps << (RANGE_SHIFT - clz);
381 WORD32 clz; local
386 clz = CLZ(u4_range);
387 clz -= (32 - RANGE_NUMBITS);
388 u4_range -= 2 << (RANGE_SHIFT - clz);
400 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
H A DCtClassType.java434 public boolean hasAnnotation(Class clz) { argument
440 return hasAnnotationType(clz, getClassPool(), ainfo, ainfo2);
443 static boolean hasAnnotationType(Class clz, ClassPool cp, argument
458 String typeName = clz.getName();
472 public Object getAnnotation(Class clz) throws ClassNotFoundException { argument
478 return getAnnotationType(clz, getClassPool(), ainfo, ainfo2);
481 static Object getAnnotationType(Class clz, ClassPool cp, argument
497 String typeName = clz.getName();
H A DCtBehavior.java151 * @param clz the annotation class.
156 public boolean hasAnnotation(Class clz) { argument
162 return CtClassType.hasAnnotationType(clz,
174 * @param clz the annotation class.
178 public Object getAnnotation(Class clz) throws ClassNotFoundException { argument
184 return CtClassType.getAnnotationType(clz,
H A DCtField.java246 * @param clz the annotation class.
250 public boolean hasAnnotation(Class clz) { argument
256 return CtClassType.hasAnnotationType(clz, getDeclaringClass().getClassPool(),
267 * @param clz the annotation class.
271 public Object getAnnotation(Class clz) throws ClassNotFoundException { argument
277 return CtClassType.getAnnotationType(clz, getDeclaringClass().getClassPool(),
/external/arm-neon-tests/
H A Dref_integer.c53 uint8_t clz; local
61 clz = __clz(uvar);
62 fprintf(ref_file, "__clz(%#x) = %d\n", (unsigned int)uvar, clz);
/external/libavc/common/
H A Dih264_list.c86 WORD32 clz; local
91 clz = CLZ(num_entries);
92 num_entries = 1 << (32 - clz);
/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
H A Dinvalid-mips64r2.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
H A Dinvalid-mips64r2.s9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/libavc/decoder/
H A Dih264d_parse_cavlc.c212 UWORD32 word, word2, cur_bit, cur_word, code_val, code_num, clz; local
236 //finding clz
242 clz = 0;
248 clz++;
255 if(clz == 0)
257 *pi_bitstrm_ofst = *pi_bitstrm_ofst + (2 * clz) + 1;
262 word <<= (clz + 1);
263 word >>= (32 - clz);
264 code_num = (1 << clz) + word - 1;
265 *pi_bitstrm_ofst = *pi_bitstrm_ofst + (2 * clz)
[all...]

Completed in 387 milliseconds

12345