Home
last modified time | relevance | path

Searched refs:lsr (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h362 vfloat4 e = int_to_float(lsr<23>(i & exp) - 127); in log2()
406 a = (~lsr<8>(a)) & a; in clz()
410 a = vint4(127 + 31) - lsr<23>(a); in clz()
452 vint4 a = (~lsr<8>(p)) & p; in unorm16_to_sf16()
454 a = vint4(127 + 31) - lsr<23>(a); in unorm16_to_sf16()
463 p = lsr<6>(p); in unorm16_to_sf16()
478 vint4 ec = lsr<11>(p); in lns_to_sf16()
492 vint4 res = lsl<10>(ec) | lsr<3>(mt); in lns_to_sf16()
510 exp = (lsr<23>(ai) & 0xFF) - 126; in frexp()
Dastcenc_vecmathlib_common_4.h374 input1 = lsr<1>(input1) | (input0 & 0x80); in bit_transfer_signed()
375 input0 = lsr<1>(input0) & 0x3F; in bit_transfer_signed()
Dastcenc_decompress_symbolic.cpp130 store(lsr<4>(summed_value), weights_plane1 + i); in unpack_weights()
166 store(lsr<4>(sum_plane1), weights_plane1 + i); in unpack_weights()
167 store(lsr<4>(sum_plane2), weights_plane2 + i); in unpack_weights()
Dastcenc_vecmathlib_neon_4.h516 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() function
Dastcenc_vecmathlib_avx2_8.h487 template <int s> ASTCENC_SIMD_INLINE vint8 lsr(vint8 a) in lsr() function
Dastcenc_vecmathlib_sse_4.h540 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() function
Dastcenc_vecmathlib_none_4.h551 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr() function
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1541 TEST(vint4, lsr) in TEST() argument
1544 a = lsr<0>(a); in TEST()
1550 a = lsr<1>(a); in TEST()
1556 a = lsr<2>(a); in TEST()
3137 TEST(vint8, lsr) in TEST() argument
3140 a = lsr<0>(a); in TEST()
3151 a = lsr<1>(a); in TEST()
3161 a = lsr<2>(a); in TEST()