Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:barrettMulTo

1089 function barrettMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); }
1094 Barrett.prototype.mulTo = barrettMulTo;