Searched refs:bnpChunkSize (Results 1 – 3 of 3) sorted by relevance
704 function bnpChunkSize(r) { return Math.floor(Math.LN2*BI_DB/Math.log(r)); } function1286 BigInteger.prototype.chunkSize = bnpChunkSize;
42339 function bnpChunkSize(r) { return Math.floor(Math.LN2*this.DB/Math.log(r)); } function42428 BigInteger.prototype.chunkSize = bnpChunkSize;
8840 function bnpChunkSize(r) { return Math.floor(Math.LN2*this.DB/Math.log(r)); }8929 BigInteger.prototype.chunkSize = bnpChunkSize;