Searched refs:bitshift (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/minimal-lexical/etc/ |
D | bellerophon_table.py | 68 bitshift = calculate_bitshift(base, count) 70 fp = (1 << bitshift, -bitshift) 87 bitshift = calculate_bitshift(base, abs(min_exp - step)) 93 fp = (1 << bitshift, -bitshift) 99 fp = (1 << bitshift, -bitshift)
|
/third_party/ffmpeg/libavcodec/ |
D | shorten.c | 105 int bitshift; member 176 if (s->bitshift == 32) { in fix_bitshift() 179 } else if (s->bitshift != 0) { in fix_bitshift() 181 buffer[i] *= 1U << s->bitshift; in fix_bitshift() 518 s->bitshift = 0; in read_header() 639 unsigned bitshift = get_ur_golomb_shorten(&s->gb, BITSHIFTSIZE); in shorten_decode_frame() local 640 if (bitshift > 32) { in shorten_decode_frame() 642 bitshift); in shorten_decode_frame() 645 s->bitshift = bitshift; in shorten_decode_frame() 697 coffset = s->bitshift == 0 ? coffset : coffset >> s->bitshift - 1 >> 1; in shorten_decode_frame() [all …]
|
/third_party/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 199 int32_t bitshift = (i % 16) * 2; in set_gmp_flags() local 200 gmp[i / 16] &= ~(0x3 << bitshift); in set_gmp_flags() 201 gmp[i / 16] |= flag << bitshift; in set_gmp_flags()
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 3417 int bitshift = 32; 3420 while (--bitshift >= 0) 3424 if (bitshift > 0) 3425 d32 = D >> (32-bitshift), d00 = D << bitshift; 3433 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3438 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1790 ADDR32:$bitshift, ADDR32:$negbitshift, 1794 ADDR32:$bitshift, ADDR32:$negbitshift,
|
D | SystemZInstrFormats.td | 4950 (ins bdaddr20only:$ptr, operand:$src2, ADDR32:$bitshift, 4952 [(set GR32:$dst, (operator bdaddr20only:$ptr, pat, ADDR32:$bitshift,
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 245 - llvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS 246 - draw: check bitshift against PIPE_MAX_SHADER_OUTPUS
|
D | 20.1.0.rst | 1296 - brw_nir: Cast bitshift to unsigned 1299 - intel/bufmgr: Cast bitshift to unsigned
|