Searched refs:division_estimate (Results 1 – 1 of 1) sorted by relevance
533 int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum() local534 result += division_estimate; in DivideModuloIntBignum()535 SubtractTimes(other, division_estimate); in DivideModuloIntBignum()537 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()