Home
last modified time | relevance | path

Searched defs:shift_mask (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dverification_and_generation_functions.cpp93 cl_long r, shift_mask = (sizeof(cl_long)*8)-1; in verify_long() local
289 cl_ulong r, shift_mask = (sizeof(cl_ulong)*8)-1; in verify_ulong() local
490 cl_int r, shift_mask = (sizeof(cl_int)*8)-1; in verify_int() local
685 cl_uint r, shift_mask = (sizeof(cl_uint)*8)-1; in verify_uint() local
880 cl_int shift_mask = vector_size == 1 ? (cl_int)(sizeof(cl_int)*8)-1 in verify_short() local
1078 cl_uint shift_mask = vector_size == 1 ? (cl_uint)(sizeof(cl_uint)*8)-1 in verify_ushort() local
1277 cl_int shift_mask = vector_size == 1 ? (cl_int)(sizeof(cl_int)*8)-1 in verify_char() local
1484 cl_uint shift_mask = vector_size == 1 ? (cl_uint)(sizeof(cl_uint) * 8) - 1 in verify_uchar() local
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/dp/
H A Ddptx_hal.c14 struct shift_mask { struct
18 static const struct shift_mask volt_swing[DPTX_LANE_MAX] = { argument
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_directional_sse4.cc599 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2FromLeftCol_4x4_SSE4_1() local
634 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2FromLeftCol_8x8_SSE4_1() local
762 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2_8xH() local
950 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2_4_SSE4_1() local
/aosp_15_r20/external/libxkbcommon/test/
H A Dkeymap.c86 xkb_mod_mask_t shift_mask; in test_keymap() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dhigh_precision_decimal.h211 const uint64_t shift_mask = (uint64_t(1) << shift_amount) - 1; in right_shift() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcharconv.cc387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcharconv.cc450 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcharconv.cc470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dshared.h72 unsigned int shift_mask; // used by adaptive mc-builder member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcharconv.cc470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcharconv.cc450 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcharconv.cc470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv.cc450 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_intrapred_neon.c2746 const uint16x4_t shift_mask = vdup_n_u16(0x3e); in highbd_dr_prediction_z3_upsample0_neon() local
2881 const uint16x4_t shift_mask = vdup_n_u16(0x1F); in highbd_dr_prediction_z3_upsample1_neon() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/
H A Dgrl_structs.h136 unsigned int shift_mask; // used by adaptive mc-builder member
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c2296 uint64_t shift_mask = op0_bit_size - 1; in emit_shift() local