Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } function
612 Montgomery.prototype.sqrTo = montSqrTo;
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js42245 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } function
42254 Montgomery.prototype.sqrTo = montSqrTo;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8746 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
8755 Montgomery.prototype.sqrTo = montSqrTo;