Searched refs:remainder1 (Results 1 – 1 of 1) sorted by relevance
203 uint64_t remainder1 = initial_power_of_2 % abs_test_numer; in util_compute_fast_sdiv_info() local215 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()