Searched refs:shift_mask (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | verification_and_generation_functions.cpp | 93 cl_long r, shift_mask = (sizeof(cl_long)*8)-1; in verify_long() local 133 r = inptrA[i] >> (inptrB[i] & shift_mask); in verify_long() 136 r = inptrA[i] << (inptrB[i] & shift_mask); in verify_long() 139 r = inptrA[i] >> (inptrB[j] & shift_mask); in verify_long() 142 r = inptrA[i] << (inptrB[j] & shift_mask); in verify_long() 232 …ount %lld (0x%llx).\n", (int)log2(sizeof(cl_long)*8), inptrB[i]&shift_mask, inptrB[i]&shift_mask); in verify_long() 238 …ount %lld (0x%llx).\n", (int)log2(sizeof(cl_long)*8), inptrB[j]&shift_mask, inptrB[j]&shift_mask); in verify_long() 289 cl_ulong r, shift_mask = (sizeof(cl_ulong)*8)-1; in verify_ulong() local 329 r = inptrA[i] >> (inptrB[i] & shift_mask); in verify_ulong() 332 r = inptrA[i] << (inptrB[i] & shift_mask); in verify_ulong() [all …]
|
/external/libxkbcommon/test/ |
D | keymap.c | 86 xkb_mod_mask_t shift_mask; in test_keymap() local 118 shift_mask = 1 << xkb_keymap_mod_get_index(keymap, "Shift"); in test_keymap() 125 assert(masks_out[0] == shift_mask); in test_keymap() 134 assert(masks_out[1] == (shift_mask | mod2_mask)); in test_keymap() 139 assert(masks_out[0] == shift_mask); in test_keymap()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_directional_sse4.cc | 599 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2FromLeftCol_4x4_SSE4_1() local 617 _mm_and_si128(_mm_slli_epi16(left_y, upsample_shift), shift_mask), 1); in DirectionalZone2FromLeftCol_4x4_SSE4_1() 642 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2FromLeftCol_8x8_SSE4_1() local 656 _mm_and_si128(_mm_slli_epi16(left_y, upsample_shift), shift_mask), 1); in DirectionalZone2FromLeftCol_8x8_SSE4_1() 755 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2_SSE4_1() local 846 shift_mask), in DirectionalZone2_SSE4_1() 873 shift_mask), in DirectionalZone2_SSE4_1() 945 const __m128i shift_mask = _mm_set1_epi32(0x003F003F); in DirectionalZone2_4_SSE4_1() local 984 shift_mask), in DirectionalZone2_4_SSE4_1()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | charconv.cc | 387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local 390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | charconv.cc | 387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local 390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
|
/external/abseil-cpp/absl/strings/ |
D | charconv.cc | 387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local 390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | charconv.cc | 387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local 390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | charconv.cc | 387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local 390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | charconv.cc | 387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local 390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
|