Home
last modified time | relevance | path

Searched refs:remainder1 (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dfast_idiv_by_const.c203 uint64_t remainder1 = initial_power_of_2 % abs_test_numer; in util_compute_fast_sdiv_info() local
215 remainder1 *= 2; in util_compute_fast_sdiv_info()
216 if (remainder1 >= abs_test_numer) { in util_compute_fast_sdiv_info()
218 remainder1 -= abs_test_numer; in util_compute_fast_sdiv_info()
231 } while (quotient1 < delta || (quotient1 == delta && remainder1 == 0)); in util_compute_fast_sdiv_info()