Searched refs:this_bigit (Results 1 – 1 of 1) sorted by relevance
521 Chunk this_bigit = bigits_[used_digits_ - 1]; in DivideModuloIntBignum() local526 int quotient = this_bigit / other_bigit; in DivideModuloIntBignum()527 bigits_[used_digits_ - 1] = this_bigit - other_bigit * quotient; in DivideModuloIntBignum()533 int division_estimate = this_bigit / (other_bigit + 1); in DivideModuloIntBignum()537 if (other_bigit * (division_estimate + 1) > this_bigit) { in DivideModuloIntBignum()