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

/frameworks/compile/libbcc/runtime/lib/
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 */
/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dpv_normalize.h64 clz y, x;
80 "clz %0, %1\n\t"
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dnormalize_amr_wb.h78 clz y, x;
95 "clz %0, %1\n\t"
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_normalize.h67 clz y, x;
83 "clz %0, %1\n\t"
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode_inline.h126 clz run, match
163 clz run, match
169 clz run, match
205 clz run, match
219 asm volatile("clz %0, %1"
/frameworks/native/services/surfaceflinger/
H A Dclz.h23 int inline clz(int32_t x) { function in namespace:android
H A DSurfaceFlinger.cpp51 #include "clz.h"
1814 GLint tw = (2 << (31 - clz(hw_w)));
1815 GLint th = (2 << (31 - clz(hw_h)));
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp301 int32_t clz = __builtin_clz(smp); local
302 if (shift > clz) shift = clz;
/frameworks/rs/scriptc/
H A Drs_cl.rsh704 IN_FUNC_IN(clz)
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp435 static size_t clz(uint8_t x) { function in namespace:android
/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_cl.c739 IN_FUNC_IN(clz)

Completed in 799 milliseconds