Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js664 BigInteger.prototype.modPowInt = bnModPowInt; method in BigInteger
1276 y = y.modPowInt(2,this);
1522 return x.modPowInt(this.e, this.n);
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js42303 BigInteger.prototype.modPowInt = bnModPowInt;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8804 BigInteger.prototype.modPowInt = bnModPowInt;