Home | History | Annotate | Download | only in benchmarks

Lines Matching full:squareto

521 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
651 BigInteger.prototype.squareTo = bnpSquareTo;
1016 function nSqrTo(x,r) { x.squareTo(r); }
1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }