Home
last modified time | relevance | path

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

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Ddiv.c179 …BC_VECTOR divisor_high_part = divisor_vectors[divisor_top_index] * high_part_shift + divisor_vecto… in bc_standard_div() local
193 if (numerator_high_part < divisor_high_part) { in bc_standard_div()
200 BC_VECTOR quot_guess = numerator_high_part / divisor_high_part; in bc_standard_div()

Completed in 4 milliseconds