Home
last modified time | relevance | path

Searched refs:clz (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h399 static ASTCENC_SIMD_INLINE vint4 clz(vint4 a) in clz() function
457 vint4 lz = clz(p) - 16; in unorm16_to_sf16()
Dwuffs-v0.3.c5343 uint32_t clz = wuffs_base__count_leading_zeroes_u64(man); in wuffs_base__ieee_754_bit_representation__from_u16_to_f64() local
5344 exp = 1062 - clz; // 1062 = 1008 + 64 - 10. in wuffs_base__ieee_754_bit_representation__from_u16_to_f64()
5345 man = 0x3FF & (man << (clz - 53)); in wuffs_base__ieee_754_bit_representation__from_u16_to_f64()
14080 uint32_t clz = wuffs_base__count_leading_zeroes_u64(man); in wuffs_base__private_implementation__parse_number_f64_eisel_lemire() local
14081 man <<= clz; in wuffs_base__private_implementation__parse_number_f64_eisel_lemire()
14098 ((uint64_t)(((217706 * exp10) >> 16) + 1087)) - ((uint64_t)clz); in wuffs_base__private_implementation__parse_number_f64_eisel_lemire()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c770 int32_t clz = __builtin_clz(smp); in visualizer_process() local
771 if (shift > clz) shift = clz; in visualizer_process()
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1683 TEST(vint4, clz) in TEST() argument
1687 vint4 r1 = clz(a1); in TEST()
1694 vint4 r2 = clz(a2); in TEST()
/hardware/google/gfxstream/guest/mesa/
Dmeson.build910 foreach b : ['bswap32', 'bswap64', 'clz', 'clzll', 'ctz', 'expect', 'ffs',