Home
last modified time | relevance | path

Searched refs:MAX_INT (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
DIdn.php64 public const MAX_INT = 2147483647; define in Symfony\\Polyfill\\Intl\\Idn\\Idn
611 if ($digit > intdiv(self::MAX_INT - $i, $w)) {
631 if ($w > intdiv(self::MAX_INT, $baseMinusT)) {
641 if (intdiv($i, $outPlusOne) > self::MAX_INT - $n) {
688 $m = self::MAX_INT;
696 if ($m - $n > intdiv(self::MAX_INT - $delta, $h + 1)) {
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js24443 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
24445 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
Dindex.mjs23046 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
23048 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
Dindex.cjs23055 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
23057 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
/plugin/processing/
Dscript.js195 MAX_INT: 2147483647, property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js24443 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
24445 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js24446 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1;
24448 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs9879 …('break'); return $send(($truthy(($ret_or_1 = num)) ? ($ret_or_1) : ($$('MAX_INT'))), 'times', [],…
15872 $const_set($nesting[0], 'MAX_INT', 9007199254740991);