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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.c205 const uint64_t abs_test_numer = tmp - 1 - tmp % abs_d; local in function:util_compute_fast_sdiv_info
208 uint64_t quotient1 = initial_power_of_2 / abs_test_numer;
209 uint64_t remainder1 = initial_power_of_2 % abs_test_numer;
222 if (remainder1 >= abs_test_numer) {
224 remainder1 -= abs_test_numer;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.c205 const uint64_t abs_test_numer = tmp - 1 - tmp % abs_d; local in function:util_compute_fast_sdiv_info
208 uint64_t quotient1 = initial_power_of_2 / abs_test_numer;
209 uint64_t remainder1 = initial_power_of_2 % abs_test_numer;
222 if (remainder1 >= abs_test_numer) {
224 remainder1 -= abs_test_numer;

Completed in 3 milliseconds