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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c208 uint64_t quotient1 = initial_power_of_2 / abs_test_numer; local in function:util_compute_fast_sdiv_info
219 /* Update quotient1 and remainder1 */
220 quotient1 *= 2;
223 quotient1 += 1;
237 } while (quotient1 < delta || (quotient1 == delta && remainder1 == 0));
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c208 uint64_t quotient1 = initial_power_of_2 / abs_test_numer; local in function:util_compute_fast_sdiv_info
219 /* Update quotient1 and remainder1 */
220 quotient1 *= 2;
223 quotient1 += 1;
237 } while (quotient1 < delta || (quotient1 == delta && remainder1 == 0));

Completed in 66 milliseconds