Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js1089 function barrettMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } function
1094 Barrett.prototype.mulTo = barrettMulTo;