Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
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
/external/libxkbcommon/test/
Dkeymap.c86 xkb_mod_mask_t shift_mask; in test_keymap() local
/external/coreboot/src/soc/mediatek/common/dp/
Ddptx_hal.c14 struct shift_mask { struct
18 static const struct shift_mask volt_swing[DPTX_LANE_MAX] = { argument
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dhigh_precision_decimal.h213 const uint64_t shift_mask = (uint64_t(1) << shift_amount) - 1; in right_shift() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dhigh_precision_decimal.h213 const uint64_t shift_mask = (uint64_t(1) << shift_amount) - 1; in right_shift() local
/external/llvm-libc/src/__support/
Dhigh_precision_decimal.h213 const uint64_t shift_mask = (uint64_t(1) << shift_amount) - 1; in right_shift() local
/external/libgav1/src/dsp/x86/
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
/external/openscreen/third_party/abseil/src/absl/strings/
Dcharconv.cc387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/external/mesa3d/src/intel/vulkan/grl/gpu/
Dshared.h72 unsigned int shift_mask; // used by adaptive mc-builder member
/external/angle/third_party/abseil-cpp/absl/strings/
Dcharconv.cc467 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/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
/external/abseil-cpp/absl/strings/
Dcharconv.cc470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dcharconv.cc470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dcharconv.cc470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/external/mesa3d/src/intel/vulkan/grl/
Dgrl_structs.h136 unsigned int shift_mask; // used by adaptive mc-builder member
/external/libaom/aom_dsp/arm/
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
/external/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2295 uint64_t shift_mask = op0_bit_size - 1; in emit_shift() local