Searched refs:high_part_shift (Results 1 – 1 of 1) sorted by relevance
177 size_t high_part_shift = POW_10_LUT[BC_VECTOR_SIZE - divisor_top_digits + 1]; in bc_standard_div() local179 …BC_VECTOR divisor_high_part = divisor_vectors[divisor_top_index] * high_part_shift + divisor_vecto… in bc_standard_div()181 …BC_VECTOR numerator_high_part = numerator_vectors[numerator_top_index - i] * high_part_shift + num… in bc_standard_div()190 numerator_high_part += div_carry * BC_VECTOR_BOUNDARY_NUM * high_part_shift; in bc_standard_div()
Completed in 6 milliseconds