Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js704 function bnpChunkSize(r) { return Math.floor(Math.LN2*BI_DB/Math.log(r)); } function
1286 BigInteger.prototype.chunkSize = bnpChunkSize;
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js42339 function bnpChunkSize(r) { return Math.floor(Math.LN2*this.DB/Math.log(r)); } function
42428 BigInteger.prototype.chunkSize = bnpChunkSize;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8840 function bnpChunkSize(r) { return Math.floor(Math.LN2*this.DB/Math.log(r)); }
8929 BigInteger.prototype.chunkSize = bnpChunkSize;