Searched refs:MAX_INT (Results 1 – 8 of 8) sorted by relevance
| /plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
| D | Idn.php | 64 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/ |
| D | opal.js | 24443 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1; 24445 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
|
| D | index.mjs | 23046 var MAX_INT = Number.MAX_SAFE_INTEGER || Math.pow(2, 53) - 1; 23048 new_seed: function() { return Math.round(Math.random() * MAX_INT); },
|
| D | index.cjs | 23055 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/ |
| D | script.js | 195 MAX_INT: 2147483647, property
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 24443 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/ |
| D | asciidoctor.js | 24446 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/ |
| D | asciidoctor.cjs | 9879 …('break'); return $send(($truthy(($ret_or_1 = num)) ? ($ret_or_1) : ($$('MAX_INT'))), 'times', [],… 15872 $const_set($nesting[0], 'MAX_INT', 9007199254740991);
|