Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); } function
1095 Barrett.prototype.sqrTo = barrettSqrTo;