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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c211 uint64_t remainder2 = initial_power_of_2 % abs_d; local in function:util_compute_fast_sdiv_info
227 /* Update quotient2 and remainder2 */
229 remainder2 *= 2;
230 if (remainder2 >= abs_d) {
232 remainder2 -= abs_d;
236 delta = abs_d - remainder2;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c211 uint64_t remainder2 = initial_power_of_2 % abs_d; local in function:util_compute_fast_sdiv_info
227 /* Update quotient2 and remainder2 */
229 remainder2 *= 2;
230 if (remainder2 >= abs_d) {
232 remainder2 -= abs_d;
236 delta = abs_d - remainder2;

Completed in 3 milliseconds