Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 25 of 55) sorted by relevance

123

/plugin/asciidocjs/node_modules/core-js/modules/
D_math-fround.js4 var EPSILON = pow(2, -52); variable
10 return n + 1 / EPSILON - 1 / EPSILON;
18 a = (1 + EPSILON32 / EPSILON) * $abs;
Des6.number.epsilon.js4 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) }); property
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_math-fround.js4 var EPSILON = pow(2, -52); variable
10 return n + 1 / EPSILON - 1 / EPSILON;
18 a = (1 + EPSILON32 / EPSILON) * $abs;
Des6.number.epsilon.js4 $export($export.S, 'Number', { EPSILON: Math.pow(2, -52) }); property
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php197 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 DLexerATNSimulator.php648 case Transition::EPSILON:
H A DParserATNSimulator.php1083 if ($nextTokens->contains(Token::EPSILON)) {
2035 case Transition::EPSILON:
H A DATNDeserializer.php773 case Transition::EPSILON:
/plugin/html2pdf/html2pdf/html2ps/
Dflow_context.class.inc.php78 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) {
Dbox.generic.inline.php58 if (($right_x > $parent->get_right() + EPSILON)) {
68 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) {
Dstrategy.table.layout.auto.php37 $spanned_widths[$i] = EPSILON;
197 if (array_sum($widths) < EPSILON) {
219 if ($widths[$i] == 0) { $widths[$i] = EPSILON; };
Dbox.text.php228 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;
Dbox.img.php335 if ($this->get_width() < EPSILON ||
336 $this->get_height() < EPSILON) {
Dbox.table.php795 $spanned_widths[$i] = EPSILON;
1291 if (array_sum($new_heights) < $cell_height - EPSILON) {
1320 if (array_sum($heights) < $table_height - EPSILON) {
Dbox.inline.php326 if ($this->_lines[$line_no-1]->right + EPSILON > $box->_lines[0]->left) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DDoubleComparator.php23 const EPSILON = 0.0000000001; define in SebastianBergmann\\Comparator\\DoubleComparator
51 $delta = self::EPSILON;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DIsIdentical.php27 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 DToken.php20 public const EPSILON = -2; define
H A DIntStream.php33 public const EPSILON = -2; define
H A DLL1Analyzer.php192 $look->addOne(Token::EPSILON);
206 $look->addOne(Token::EPSILON);
H A DParser.php790 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 DIntervalSet.php485 if ($a === Token::EPSILON) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DTransition.php26 public const EPSILON = 1; define in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
H A DEpsilonTransition.php49 return self::EPSILON;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php277 if ($nextTokens->contains(Token::EPSILON)) {
878 $recoverSet->removeOne(Token::EPSILON);

123