Home
last modified time | relevance | path

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

123

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNFAFactory.java249 transitionBetweenStates(left, right, Label.EPSILON); in build_Epsilon()
343 transitionBetweenStates(A.right, B.left, Label.EPSILON); in build_AB()
359 transitionBetweenStates(startOfAlt, set.left, Label.EPSILON); in build_AlternativeBlockFromSet()
399 transitionBetweenStates(startOfAlt, g.left, Label.EPSILON); in build_AlternativeBlock()
419 transitionBetweenStates(left, g.left, Label.EPSILON); in build_AlternativeBlock()
420 transitionBetweenStates(g.right, blockEndNFAState, Label.EPSILON); in build_AlternativeBlock()
427 transitionBetweenStates(prevAlternative, left, Label.EPSILON); in build_AlternativeBlock()
465 transitionBetweenStates(A.right, blockEndNFAState, Label.EPSILON); in build_Aoptional()
468 transitionBetweenStates(decisionState, emptyAlt, Label.EPSILON); in build_Aoptional()
469 transitionBetweenStates(emptyAlt, blockEndNFAState, Label.EPSILON); in build_Aoptional()
[all …]
/external/icu/icu4c/source/data/translit/
DGreek_Latin_BGN.txt24 [ἘἙ] → Ε ; # GREEK CAPITAL LETTER EPSILON
25 [ἐἑὲέ] → ε ; # GREEK SMALL LETTER EPSILON
26 [ἚἛἜἝῈΈ] → Έ ; # GREEK CAPITAL LETTER EPSILON WITH TONOS
27 [ἒἓἔἕ] → έ ; # GREEK SMALL LETTER EPSILON WITH TONOS
124 ΕΙ → I ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA
125 Ει → I ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA
126 ει → i ; # GREEK SMALL LETTER EPSILON + SMALL IOTA
127 ΕΪ → EÏ ; # GREEK CAPITAL LETTER EPSILON + CAPITAL IOTA DIAERESIS
128 Εϊ → Eï ; # GREEK CAPITAL LETTER EPSILON + SMALL IOTA DIAERESIS
129 εϊ → eï ; # GREEK SMALL LETTER EPSILON + SMALL IOTA DIAERESIS
[all …]
/external/v8/test/mjsunit/
Dmath-floor-part1.js72 testFloor(0, 1.0 - Number.EPSILON);
79 testFloor(1, 1.0 + Number.EPSILON);
83 testFloor(-1, -1 + Number.EPSILON);
84 testFloor(-2, -1 - Number.EPSILON);
Dnumber-is.js58 assertFalse(Number.isNaN(Number.EPSILON));
86 assertFalse(Number.isInteger(Number.EPSILON));
108 assertFalse(Number.isSafeInteger(Number.EPSILON));
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/helpers/
Dspec-helper.js2 var EPSILON = 0.00001;
13 return Math.abs(this.actual - expected) < EPSILON;
19 if (Math.abs(this.actual[i] - expected[i]) >= EPSILON)
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DRateLimiterTest.java49 private static final double EPSILON = 1e-8; field in RateLimiterTest
128 assertEquals(0.0, limiter.acquire(), EPSILON); // R0.00 in testSimpleAcquireReturnValues()
130 assertEquals(0.0, limiter.acquire(), EPSILON); // R0.00, ...which is granted immediately in testSimpleAcquireReturnValues()
131 assertEquals(0.2, limiter.acquire(), EPSILON); // R0.20 in testSimpleAcquireReturnValues()
137 assertEquals(0.0, limiter.acquire(), EPSILON); in testSimpleAcquireEarliestAvailableIsInPast()
139 assertEquals(0.0, limiter.acquire(), EPSILON); in testSimpleAcquireEarliestAvailableIsInPast()
140 assertEquals(0.0, limiter.acquire(), EPSILON); in testSimpleAcquireEarliestAvailableIsInPast()
141 assertEquals(0.2, limiter.acquire(), EPSILON); in testSimpleAcquireEarliestAvailableIsInPast()
/external/replicaisland/src/com/replica/replicaisland/
DUtils.java21 private static final float EPSILON = 0.0001f; field in Utils
24 return close(a, b, EPSILON); in close()
/external/libvorbis/lib/
Dlsp.c309 #define EPSILON 10e-7 macro
337 if(denom<EPSILON)denom=EPSILON; in Laguerre_With_Deflation()
340 if(denom>-(EPSILON))denom=-(EPSILON); in Laguerre_With_Deflation()
/external/fonttools/Lib/fontTools/pens/
DpointInsidePen.py15 EPSILON = 1e-10 variable
16 ONE_PLUS_EPSILON = 1 + EPSILON
17 ZERO_MINUS_EPSILON = 0 - EPSILON
/external/opencv3/modules/video/test/
Dtest_kalman.cpp68 const double EPSILON = 1.000; in run() local
113 code = cvtest::cmpEps2( ts, _Sample, _state_post, EPSILON, false, "The final estimated state" ); in run()
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DPnPProblem.cpp263 const double EPSILON = 0.000001; in intersect_MollerTrumbore() local
288 if(det > -EPSILON && det < EPSILON) return false; in intersect_MollerTrumbore()
311 if(t > EPSILON) { //ray intersection in intersect_MollerTrumbore()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLabel.java45 public static final int EPSILON = -5; field in Label
194 return label==EPSILON; in isEpsilon()
DRuleClosureTransition.java49 super(Label.EPSILON, ruleStart); in RuleClosureTransition()
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
Dcommon.js28 glMatrix.EPSILON = 0.000001;
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DEigenDecompositionImpl.java144 final double eps = 10 * rows * columns * MathUtils.EPSILON; in isSymmetric()
498 if (FastMath.abs(realEigenvalues[i])<=MathUtils.EPSILON*maxAbsoluteValue) { in findEigenVectors()
501 if (FastMath.abs(e[i])<=MathUtils.EPSILON*maxAbsoluteValue) { in findEigenVectors()
605 if (FastMath.abs(realEigenvalues[i])<MathUtils.EPSILON*maxAbsoluteValue) { in findEigenVectors()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DSimpleScalarValueChecker.java38 private static final double DEFAULT_RELATIVE_THRESHOLD = 100 * MathUtils.EPSILON;
DSimpleRealPointChecker.java38 private static final double DEFAULT_RELATIVE_THRESHOLD = 100 * MathUtils.EPSILON;
DSimpleVectorialPointChecker.java38 private static final double DEFAULT_RELATIVE_THRESHOLD = 100 * MathUtils.EPSILON;
DSimpleVectorialValueChecker.java38 private static final double DEFAULT_RELATIVE_THRESHOLD = 100 * MathUtils.EPSILON;
/external/libopus/celt/
Darch.h103 #define EPSILON 1 macro
144 #define EPSILON 1e-15f macro
Dvq.c212 if (!(sum > EPSILON && sum < 64)) in alg_quant()
353 opus_val32 E = EPSILON; in renormalise_vector()
384 Emid = Eside = EPSILON; in stereo_itheta()
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g49 EPSILON;
221 | -> ^(ALT[prevToken,"ALT"] EPSILON[prevToken,"EPSILON"] EOA["EOA"])
360 | /* empty rewrite */ -> ^(ALT["ALT"] EPSILON["EPSILON"] EOA["EOA"])
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g48 EPSILON;
217 | -> ^(ALT[prevToken,"ALT"] EPSILON[prevToken,"EPSILON"] EOA["EOA"])
364 | /* empty rewrite */ -> ^(ALT["ALT"] EPSILON["EPSILON"] EOA["EOA"])
DANTLRv3Tree.g124 | ^(ALT EPSILON EOA)
195 | ^(ALT EPSILON EOA)
/external/v8/test/mjsunit/es6/
Dmath-log2-log10.js54 assertEqualsDelta(-9.643274665532873e-17, Math.log10(1-Number.EPSILON), 3e-32);

123