Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfast_idiv_by_const.c202 uint64_t quotient1 = initial_power_of_2 / abs_test_numer; in util_compute_fast_sdiv_info() local
214 quotient1 *= 2; in util_compute_fast_sdiv_info()
217 quotient1 += 1; in util_compute_fast_sdiv_info()
231 } while (quotient1 < delta || (quotient1 == delta && remainder1 == 0)); in util_compute_fast_sdiv_info()