Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:residue

4010   mp_digit residue;
4052 residue = p->dp[0] & 7;
4054 if (residue == 1 || residue == 7) {
4056 } else if (residue == 3 || residue == 5) {
4830 * residue is unchanged.
5624 /* is the residue zero? */
5946 /* y == 1 if any residue was zero [e.g. cannot be prime] */
5952 /* compute the new residue without using division */
5954 /* add the step to each residue */