Searched refs:extra_shift (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c79 const unsigned extra_shift = UINT_BITS - num_bits; local in function:util_compute_fast_udiv_info
127 if ((exponent + extra_shift >= ceil_log_2_D) ||
128 (D - remainder) <= ((uint64_t)1 << (exponent + extra_shift)))
135 remainder <= ((uint64_t)1 << (exponent + extra_shift))) {
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c79 const unsigned extra_shift = UINT_BITS - num_bits; local in function:util_compute_fast_udiv_info
127 if ((exponent + extra_shift >= ceil_log_2_D) ||
128 (D - remainder) <= ((uint64_t)1 << (exponent + extra_shift)))
135 remainder <= ((uint64_t)1 << (exponent + extra_shift))) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
H A Dgen_pack_header.py292 extra_shift = 0
302 extra_shift = (31 - (end - start)) // 8 * 8
339 shift = byte_start - field_byte_start + extra_shift
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
H A Dgen_pack_header.py296 extra_shift = 0
306 extra_shift = (31 - (end - start)) // 8 * 8
343 shift = byte_start - field_byte_start + extra_shift

Completed in 10 milliseconds