Home
last modified time | relevance | path

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

12

/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/ComputeLibrary/tests/validation/reference/
DQLSTMLayerNormalization.cpp85 const auto shifted = (val << 10) - mean; in qlstm_layer_normalization() local
/external/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c80 __m128i shifted = in hfilter8() local
167 __m128i shifted = in vfilter8() local
310 __m128i shifted = in highbd_hfilter8() local
398 __m128i shifted = in highbd_vfilter8() local
/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/mesa3d/src/intel/vulkan/
Danv_nir_lower_multiview.c115 nir_ssa_def *shifted; in build_view_index() 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
Dlp_bld_swizzle.c536 LLVMValueRef shifted; in lp_build_swizzle_aos() local
Dlp_bld_conv.c910 LLVMValueRef shifted; in lp_build_conv() local
/external/mesa3d/src/panfrost/bifrost/
Dbir.c154 uint64_t shifted = ins->constant.u64 >> shift; in bi_get_immediate() local
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDependencyCycleValidator.java313 ImmutableSet.Builder<EndpointPair<N>> shifted = ImmutableSet.builder(); in shift() local
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
DUtils.java364 final long shifted = Math.round(number * magnitude); in roundToNextSignificant() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dweb_transport_http3.cc455 uint64_t shifted = http3_error_code - kWebTransportMappedErrorCodeFirst; in Http3ErrorToWebTransport() local
/external/rappor/client/cpp/
Dencoder.cc333 static uint8_t shifted(const Bits& bits, const int& index) { in shifted() function
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp481 dst_reg shifted(this, glsl_type::uvec4_type); in emit_unpack_unorm_4x8() local
503 dst_reg shifted(this, glsl_type::uvec4_type); in emit_unpack_snorm_4x8() local
/external/rust/crates/ring/src/
Dlimb.rs118 let shifted = unsafe { LIMB_shr(high_limb, high_limb_num_bits - 1) }; in limbs_minimal_bits() localVariable
/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h175 nir_ssa_def *shifted = nir_ishl(b, nir_channel(b, src, i), in nir_format_bitcast_uvec_unmasked() local
/external/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp208 ADDR_FLT_32 shifted; in Flt32sToInt32s() local
/external/libaom/common/
Dtools_common.c478 const aom_image_t *shifted, in img_shifted_realloc_required()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp1218 FX_SAFE_INT32 shifted = FIRSTCODE[i - 1]; in HuffmanAssignCode() local
/external/libvpx/
Dvpxdec.c510 const vpx_image_t *shifted, in img_shifted_realloc_required()
/external/rust/crates/indexmap/src/map/
Dcore.rs413 let shifted = shifted_entries.len(); in erase_indices() localVariable
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java605 public void setAlternateHandlingShifted(boolean shifted) { in setAlternateHandlingShifted()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java587 public void setAlternateHandlingShifted(boolean shifted) { in setAlternateHandlingShifted()

12