| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _math-fround.js | 4 var EPSILON = pow(2, -52); variable 10 return n + 1 / EPSILON - 1 / EPSILON; 18 a = (1 + EPSILON32 / EPSILON) * $abs;
|
| D | es6.number.epsilon.js | 4 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) }); property
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _math-fround.js | 4 var EPSILON = pow(2, -52); variable 10 return n + 1 / EPSILON - 1 / EPSILON; 18 a = (1 + EPSILON32 / EPSILON) * $abs;
|
| D | es6.number.epsilon.js | 4 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) }); property
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATN.php | 197 if (!$following->contains(Token::EPSILON)) { 204 $expected->removeOne(Token::EPSILON); 210 …while ($context !== null && $context->invokingState >= 0 && $following->contains(Token::EPSILON)) { 221 $expected->removeOne(Token::EPSILON); 226 if ($following->contains(Token::EPSILON)) {
|
| H A D | LexerATNSimulator.php | 648 case Transition::EPSILON:
|
| H A D | ParserATNSimulator.php | 1083 if ($nextTokens->contains(Token::EPSILON)) { 2035 case Transition::EPSILON:
|
| H A D | ATNDeserializer.php | 773 case Transition::EPSILON:
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | flow_context.class.inc.php | 78 if ($float->get_top_margin() + EPSILON >= $y && 127 if ($parent->get_right() + EPSILON >= $x + $width || 134 if ($x1 + EPSILON > $x + $width) { 202 if ($float->get_top_margin() + EPSILON >= $y && 249 if ($parent->get_right() + EPSILON > $x || 256 if ($x1 - EPSILON < $x - $width) {
|
| D | box.generic.inline.php | 58 if (($right_x > $parent->get_right() + EPSILON)) { 68 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) {
|
| D | strategy.table.layout.auto.php | 37 $spanned_widths[$i] = EPSILON; 197 if (array_sum($widths) < EPSILON) { 219 if ($widths[$i] == 0) { $widths[$i] = EPSILON; };
|
| D | box.text.php | 228 if (($right_x > $parent->get_right()+EPSILON)) { 237 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) { 452 $top_inside = $top >= $driver->getPageBottom()-EPSILON; 453 $bottom_inside = $bottom >= $driver->getPageBottom()-EPSILON;
|
| D | box.img.php | 335 if ($this->get_width() < EPSILON || 336 $this->get_height() < EPSILON) {
|
| D | box.table.php | 795 $spanned_widths[$i] = EPSILON; 1291 if (array_sum($new_heights) < $cell_height - EPSILON) { 1320 if (array_sum($heights) < $table_height - EPSILON) {
|
| D | box.inline.php | 326 if ($this->_lines[$line_no-1]->right + EPSILON > $box->_lines[0]->left) {
|
| /plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
| D | DoubleComparator.php | 23 const EPSILON = 0.0000000001; define in SebastianBergmann\\Comparator\\DoubleComparator 51 $delta = self::EPSILON;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
| D | IsIdentical.php | 27 const EPSILON = 0.0000000001; define in PHPUnit_Framework_Constraint_IsIdentical 66 $success = abs($this->value - $other) < self::EPSILON;
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Token.php | 20 public const EPSILON = -2; define
|
| H A D | IntStream.php | 33 public const EPSILON = -2; define
|
| H A D | LL1Analyzer.php | 192 $look->addOne(Token::EPSILON); 206 $look->addOne(Token::EPSILON);
|
| H A D | Parser.php | 790 if (!$following->contains(Token::EPSILON)) { 794 while ($ctx !== null && $ctx->invokingState >= 0 && $following->contains(Token::EPSILON)) { 809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
|
| H A D | IntervalSet.php | 485 if ($a === Token::EPSILON) {
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/ |
| H A D | Transition.php | 26 public const EPSILON = 1; define in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
|
| H A D | EpsilonTransition.php | 49 return self::EPSILON;
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
| H A D | DefaultErrorStrategy.php | 277 if ($nextTokens->contains(Token::EPSILON)) { 878 $recoverSet->removeOne(Token::EPSILON);
|