/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | verification_and_generation_functions.cpp | 93 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 D | dptx_hal.c | 14 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 D | intrapred_directional_sse4.cc | 599 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 D | keymap.c | 86 xkb_mod_mask_t shift_mask; in test_keymap() local
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | high_precision_decimal.h | 211 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 D | charconv.cc | 387 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 D | charconv.cc | 450 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | shared.h | 72 unsigned int shift_mask; // used by adaptive mc-builder member
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 470 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 450 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 470 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/ |
D | charconv.cc | 450 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_intrapred_neon.c | 2746 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 D | grl_structs.h | 136 unsigned int shift_mask; // used by adaptive mc-builder member
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 2296 uint64_t shift_mask = op0_bit_size - 1; in emit_shift() local
|