Lines Matching full:reduce
383 /* Compute the product of two polynomials a and b, reduce modulo p, and store
432 /* Compute the product of two polynomials a and b, reduce modulo p, and store
462 /* Square a, reduce the result mod p, and store it in a. r could be a. */
489 /* Square a, reduce the result mod p, and store it in a. r could be a.
518 /* Invert a, reduce modulo p, and store the result in r. r could be a.
656 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
682 /* Divide y by x, reduce modulo p, and store the result in r. r could be x
708 /* Divide y by x, reduce modulo p, and store the result in r. r could be x
731 /* reduce x and y mod p */
781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
809 /* Compute the bth power of a, reduce modulo p, and store
849 /* Compute the bth power of a, reduce modulo p, and store
878 /* Compute the square root of a, reduce modulo p, and store
908 /* Compute the square root of a, reduce modulo p, and store