Home
last modified time | relevance | path

Searched refs:squareTo (Results 1 – 3 of 3) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js521 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 BigInteger
1016 function nSqrTo(x,r) { x.squareTo(r); }
1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js42165 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
42245 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
42290 BigInteger.prototype.squareTo = bnpSquareTo;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8666 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
8746 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
8791 BigInteger.prototype.squareTo = bnpSquareTo;