Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfast_idiv_by_const.c204 uint64_t quotient2 = initial_power_of_2 / abs_d; in util_compute_fast_sdiv_info() local
222 quotient2 *= 2; in util_compute_fast_sdiv_info()
225 quotient2 += 1; in util_compute_fast_sdiv_info()
233 result.multiplier = util_sign_extend(quotient2 + 1, SINT_BITS); in util_compute_fast_sdiv_info()