Home | History | Annotate | Download | only in octane

Lines Matching refs:exp

637   return this.exp(e,z);
655 BigInteger.prototype.exp = bnpExp;
1024 function bnPow(e) { return this.exp(e,new NullExp()); }