Home
last modified time | relevance | path

Searched refs:nextT (Results 1 – 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java181 final double nextT = stepStart + stepSize; in integrate() local
182 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
DAdamsBashforthIntegrator.java295 final double nextT = stepStart + scaledH; in integrate() local
296 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
DAdamsMoultonIntegrator.java314 final double nextT = stepStart + scaledH; in integrate() local
315 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
DEmbeddedRungeKuttaIntegrator.java320 final double nextT = stepStart + scaledH; in integrate() local
321 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t); in integrate()
DGraggBulirschStoerIntegrator.java669 final double nextT = stepStart + stepSize; in integrate() local
670 isLastStep = forward ? (nextT >= t) : (nextT <= t); in integrate()
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient.cpp20 SkFixed nextT();
107 SkFixed TwoPtRadialContext::nextT() { in nextT() function in TwoPtRadialContext
142 SkFixed t = rec->nextT(); in twopoint_clamp()
159 SkFixed t = rec->nextT(); in twopoint_repeat()
176 SkFixed t = rec->nextT(); in twopoint_mirror()
/external/skia/src/utils/
DSkInterpolator.cpp117 SkMSec nextT = nextTime[0].fTime; in timeToT() local
122 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend); in timeToT()
/external/skia/src/pathops/
DSkOpSpan.h415 void setNext(SkOpSpanBase* nextT) { in setNext() argument
417 fNext = nextT; in setNext()
DSkPathOpsCubic.cpp55 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()
/external/skia/src/core/
DSkStroke.cpp1414 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local
1416 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo()
1418 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo()
1420 lastT = nextT; in cubicTo()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java657 public double nextT(double df) throws MathException {
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...