Home
last modified time | relevance | path

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

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Ddiv.c53 size_t quot_top_index = quot_arr_size - 1; in bc_fast_div() local
56 quot_vectors[quot_top_index - i] = 0; in bc_fast_div()
61 quot_vectors[quot_top_index - i] = numerator_vectors[numerator_top_index - i] / divisor_vector; in bc_fast_div()
62 numerator_vectors[numerator_top_index - i] -= divisor_vector * quot_vectors[quot_top_index - i]; in bc_fast_div()
82 size_t quot_top_index = quot_arr_size - 1; in bc_standard_div() local
194 quot_vectors[quot_top_index - i] = 0; in bc_standard_div()
210 quot_vectors[quot_top_index - i] = 0; in bc_standard_div()
251 quot_vectors[quot_top_index - i] = quot_guess; in bc_standard_div()

Completed in 5 milliseconds