Searched refs:quotient2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c210 uint64_t quotient2 = initial_power_of_2 / abs_d; local in function:util_compute_fast_sdiv_info
227 /* Update quotient2 and remainder2 */
228 quotient2 *= 2;
231 quotient2 += 1;
239 result.multiplier = sign_extend(quotient2 + 1, SINT_BITS);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c210 uint64_t quotient2 = initial_power_of_2 / abs_d; local in function:util_compute_fast_sdiv_info
227 /* Update quotient2 and remainder2 */
228 quotient2 *= 2;
231 quotient2 += 1;
239 result.multiplier = sign_extend(quotient2 + 1, SINT_BITS);

Completed in 2 milliseconds