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()); }