Home
last modified time | relevance | path

Searched defs:shifted (Results 1 – 25 of 83) sorted by relevance

1234

/external/unicode/
DCVTUTF7.C91 int shifted = 0, needshift = 0, done = 0; in ConvertUCS2toUTF7() local
184 int shifted = 0, first = 0, wroteone = 0, base64EOF, base64value, done; in ConvertUTF7toUCS2() local
/external/libvpx/vp8/common/x86/
Dbilinear_filter_sse2.c176 const __m128i shifted = _mm_srai_epi16(compensated, VP8_FILTER_SHIFT); in horizontal_8xN() local
212 const __m128i shifted = _mm_srai_epi16(compensated, VP8_FILTER_SHIFT); in vertical_8xN() local
276 const __m128i shifted = _mm_srai_epi16(compensated, VP8_FILTER_SHIFT); in horizontal_4x4() local
314 const __m128i shifted = _mm_srai_epi16(compensated, VP8_FILTER_SHIFT); in vertical_4x4() local
/external/flashrom/
Djedec.c112 const bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in start_program_jedec_common() local
188 const bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in probe_jedec() local
288 bool shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED); in issuecmd() local
D82802ab.c44 int shifted = (flash->chip->feature_bits & FEATURE_ADDR_SHIFTED) ? 1 : 0; in probe_82802ab() local
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dwith_layout.h140 size_t new_inner_size, bool shifted) { in DoResize()
/external/mesa3d/src/asahi/lib/
Dagx_nir_lower_sample_intrinsics.c50 nir_def *shifted = nir_ushr( in lower() local
/external/ComputeLibrary/tests/validation/reference/
DQLSTMLayerNormalization.cpp85 const auto shifted = (val << 10) - mean; in qlstm_layer_normalization() local
/external/sdv/vsomeip/third_party/boost/date_time/test/gregorian/
Dtestperiod.cpp49 date_period shifted(date(2000,Jan,5),date(2000,Jan,8)); in main() local
/external/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c80 __m128i shifted = in hfilter8() local
167 __m128i shifted = in vfilter8() local
311 __m128i shifted = in highbd_hfilter8() local
399 __m128i shifted = in highbd_vfilter8() local
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dlog2.cpp899 int shifted = static_cast<int>(x_u >> 45); variable
Dlog.cpp778 int shifted = static_cast<int>(x_u >> 45); variable
Dlog10.cpp780 int shifted = static_cast<int>(x_u >> 45); variable
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dlog2.cpp899 int shifted = static_cast<int>(x_u >> 45); variable
Dlog.cpp778 int shifted = static_cast<int>(x_u >> 45); variable
Dlog10.cpp780 int shifted = static_cast<int>(x_u >> 45); variable
/external/llvm-libc/src/math/generic/
Dlog2.cpp901 int shifted = static_cast<int>(x_u >> 45); variable
Dlog.cpp780 int shifted = static_cast<int>(x_u >> 45); variable
Dlog10.cpp782 int shifted = static_cast<int>(x_u >> 45); variable
/external/ComputeLibrary/src/core/NEON/kernels/
DNEQLSTMLayerNormalizationKernel.cpp243 int32x4x2_t shifted; in normalize_qasymm16() local
272 const int32_t shifted = (val << 10) - mean; in normalize_qasymm16() local
/external/coreboot/payloads/libpayload/curses/PDCurses/sdl1/
Dpdckbd.c36 unsigned short shifted; member
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_nir_lower_multiview.c120 nir_def *shifted; in build_view_index() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_mem_access_bit_sizes.c110 nir_def *shifted = nir_ushr(b, load, shift); in shift_load_data_scalar() local
223 nir_def *shifted = shift_load_data( in lower_mem_load() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
Dlp_bld_format_srgb.c358 LLVMValueRef shifted, shift_val; in lp_build_float_to_srgb_packed() local
/external/rust/android-crates-io/crates/twox-hash/src/xxhash3/large/
Dneon.rs54 let shifted = vshrq_n_u64::<47>(accv); localVariable

1234