Searched refs:div_shift (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ | ||
| H A D | fast_idiv_by_const.c | 56 unsigned div_shift = util_logbase2_64(D); local in function:util_compute_fast_udiv_info 58 if (div_shift) { 60 result.multiplier = 1ull << (UINT_BITS - div_shift); |
| /xsrc/external/mit/MesaLib/dist/src/util/ | ||
| H A D | fast_idiv_by_const.c | 57 unsigned div_shift = util_logbase2_64(D); local in function:util_compute_fast_udiv_info 59 if (div_shift) { 61 result.multiplier = 1ull << (UINT_BITS - div_shift); |
Completed in 3 milliseconds