Searched refs:squareTo (Results 1 – 1 of 1) sorted by relevance
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; method in BigInteger1016 function nSqrTo(x,r) { x.squareTo(r); }1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }