Home
last modified time | relevance | path

Searched refs:log2 (Results 1 – 25 of 51) sorted by relevance

123

/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.math.log2.js5 log2: function log2(x) {
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.math.log2.js5 log2: function log2(x) {
/plugin/asciidocjs/node_modules/core-js/library/fn/math/
Dlog2.js2 module.exports = require('../../modules/_core').Math.log2;
/plugin/asciidocjs/node_modules/core-js/fn/math/
Dlog2.js2 module.exports = require('../../modules/_core').Math.log2;
/plugin/authdrupal8/
Dpassword.inc17 * The standard log2 number of iterations for password stretching. This should
23 // The minimum allowed log2 number of iterations for password stretching.
26 // The maximum allowed log2 number of iterations for password stretching.
94 // We encode the final log2 iteration count in base 64.
185 // Parse the log2 iteration count from a stored hash or setting string.
/plugin/codemirror/dist/modes/
Dsas.min.js.map1 …ength levels lgamma lib library libref line linesize link list log log10 log2 logpdf logpmf logsd…
/plugin/asciidocjs/node_modules/core-js/
DREADME.md647 …odules/es6.math.log1p.js), [`es6.math.log2`](https://github.com/zloirock/core-js/blob/v2.6.12/modu…
662 .log2(num) -> num
683 core-js(/library)/fn/math/log2
/plugin/pdfjs/pdfjs/build/
Dpdf.js236 exports.log2 = log2;
811 function log2(x) {
816 return Math.ceil(Math.log2(x));
1232 if (Math.log2) {
1236 Math.log2 = __w_pdfjs_require__(75);
2834 module.exports = __w_pdfjs_require__(9).Math.log2;
2846 log2: function log2(x) {
Dpdf.worker.js1405 exports.log2 = log2;
1980 function log2(x) {
1985 return Math.ceil(Math.log2(x));
2401 if (Math.log2) {
2405 Math.log2 = __w_pdfjs_require__(79);
4003 module.exports = __w_pdfjs_require__(13).Math.log2;
4015 log2: function log2(x) {
19781 var symbolCodeLength = (0, _util.log2)(symbols.length + numberOfNewSymbols);
20126 var bitsPerValue = (0, _util.log2)(numberOfPatterns);
20791 var symbolCodeLength = (0, _util.log2)(inputSymbols.length);
[all …]
Dpdf.js.map1log2.js","webpack://pdfjs-dist/build/pdf/node_modules/core-js/modules/es6.math.log2.js","webpack:/…
Dpdf.worker.js.map1log2.js","webpack://pdfjs-dist/build/pdf.worker/node_modules/core-js/modules/es6.math.log2.js","we…
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.min.js8 …S,"Math",{log1p:r(101)})},function(t,n,r){var e=r(0);e(e.S,"Math",{log2:function log2(t){return Ma…
Dlibrary.js4902 log2: function log2(x) {
Dshim.js5214 log2: function log2(x) {
Dcore.min.js8 …S,"Math",{log1p:r(109)})},function(t,n,r){var e=r(0);e(e.S,"Math",{log2:function log2(t){return Ma…
Dshim.min.js8 …S,"Math",{log1p:r(106)})},function(t,n,r){var e=r(0);e(e.S,"Math",{log2:function log2(t){return Ma…
Dcore.js5316 log2: function log2(x) {
Dlibrary.min.js.map1 …sum","larg","$imul","imul","UINT16","xn","yn","xl","yl","log10","LOG10E","log2","sinh","tanh","tru…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js15 …em.toNumber()/other.toNumber()));var log2=Math.ceil(Math.log(approx)/Math.LN2);var delta=log2<=48?… argument
Dvorbis.js19 …em.toNumber()/other.toNumber()));var log2=Math.ceil(Math.log(approx)/Math.LN2);var delta=log2<=48?… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js29854 …var adjustment, directory, directoryLength, entrySelector, headOffset, log2, offset, rangeShift, s…
29856 log2 = Math.log(2);
29857 searchRange = Math.floor(Math.log(tableCount) / log2) * 16;
29858 entrySelector = Math.floor(searchRange / log2);
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1log2.js","webpack:///../~/core-js/modules/es6.math.sign.js","webpack:///../~/core-js/modules/es6.m…
H A Drrdiagram.js1 …0);r(r.S,"Math",{log1p:n(131)})},function(t,e,n){var r=n(0);r(r.S,"Math",{log2:function(t){return … method
/plugin/fetchmedia/lib/
Dbundle.js1 …th",{log1p:r(98)})},function(t,n,r){"use strict";var e=r(0);e(e.S,"Math",{log2:function(t){return … method
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs19762 $def(self, '$log2', function $$log2(x) {
19767 } return $$$('Math').$checked("log2", $$$('Math')['$float!'](x));

123