Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:NullExp

1013 function NullExp() {}
1018 NullExp.prototype.convert = nNop;
1019 NullExp.prototype.revert = nNop;
1020 NullExp.prototype.mulTo = nMulTo;
1021 NullExp.prototype.sqrTo = nSqrTo;
1024 function bnPow(e) { return this.exp(e,new NullExp()); }