/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | RungeKuttaIntegrator.java | 181 final double nextT = stepStart + stepSize; in integrate() local 182 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
|
D | AdamsBashforthIntegrator.java | 295 final double nextT = stepStart + scaledH; in integrate() local 296 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
|
D | AdamsMoultonIntegrator.java | 314 final double nextT = stepStart + scaledH; in integrate() local 315 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
|
D | EmbeddedRungeKuttaIntegrator.java | 320 final double nextT = stepStart + scaledH; in integrate() local 321 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
|
D | GraggBulirschStoerIntegrator.java | 669 final double nextT = stepStart + stepSize; in integrate() local 670 isLastStep = forward ? (nextT >= t) : (nextT <= t); in integrate()
|
/external/skqp/src/utils/ |
D | SkInterpolator.cpp | 119 SkMSec nextT = nextTime[0].fTime; in timeToT() local 124 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend); in timeToT()
|
/external/skqp/fuzz/ |
D | Fuzz.h | 80 T nextT();
|
/external/skia/fuzz/ |
D | Fuzz.h | 84 T nextT();
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 55 double nextT = t + lastStep; in binarySearch() local 56 if (nextT > max) { in binarySearch() 59 SkDPoint morePt = ptAtT(nextT); in binarySearch() 68 t = nextT; in binarySearch()
|
D | SkOpSpan.h | 519 void setNext(SkOpSpanBase* nextT) { in setNext() argument 521 fNext = nextT; in setNext()
|
D | SkOpCoincidence.cpp | 462 double nextT, oNextT; in addExpanded() local 464 nextT = test->t(); in addExpanded() 467 nextT = containedThis->fT; in addExpanded() 479 nextT = walk->t(); in addExpanded() 483 double startRange = nextT - priorT; in addExpanded()
|
D | SkPathOpsDebug.cpp | 1641 double nextT, oNextT; in debugAddExpanded() local 1643 nextT = test->t(); in debugAddExpanded() 1646 nextT = containedThis->fT; in debugAddExpanded() 1658 nextT = walk->t(); in debugAddExpanded() 1662 double startRange = nextT - priorT; in debugAddExpanded()
|
/external/skqp/src/pathops/ |
D | SkPathOpsCubic.cpp | 54 double nextT = t + lastStep; in binarySearch() local 55 if (nextT > max) { in binarySearch() 58 SkDPoint morePt = ptAtT(nextT); in binarySearch() 67 t = nextT; in binarySearch()
|
D | SkOpSpan.h | 519 void setNext(SkOpSpanBase* nextT) { in setNext() argument 521 fNext = nextT; in setNext()
|
D | SkOpCoincidence.cpp | 462 double nextT, oNextT; in addExpanded() local 464 nextT = test->t(); in addExpanded() 467 nextT = containedThis->fT; in addExpanded() 479 nextT = walk->t(); in addExpanded() 483 double startRange = nextT - priorT; in addExpanded()
|
D | SkPathOpsDebug.cpp | 1664 double nextT, oNextT; in debugAddExpanded() local 1666 nextT = test->t(); in debugAddExpanded() 1669 nextT = containedThis->fT; in debugAddExpanded() 1681 nextT = walk->t(); in debugAddExpanded() 1685 double startRange = nextT - priorT; in debugAddExpanded()
|
/external/skqp/src/core/ |
D | SkStroke.cpp | 1282 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local 1284 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1286 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1288 lastT = nextT; in cubicTo()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 1318 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local 1320 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1322 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1324 lastT = nextT; in cubicTo()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | RandomDataImpl.java | 657 public double nextT(double df) throws MathException {
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.3alpha-8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |