Home
last modified time | relevance | path

Searched defs:nextT (Results 1 – 10 of 10) 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
DAdamsBashforthIntegrator.java295 final double nextT = stepStart + scaledH; in integrate() local
DAdamsMoultonIntegrator.java314 final double nextT = stepStart + scaledH; in integrate() local
DEmbeddedRungeKuttaIntegrator.java320 final double nextT = stepStart + scaledH; in integrate() local
DGraggBulirschStoerIntegrator.java669 final double nextT = stepStart + stepSize; in integrate() local
/external/skia/src/pathops/
DSkOpSpan.h519 void setNext(SkOpSpanBase* nextT) { in setNext()
DSkPathOpsCubic.cpp62 double nextT = t + lastStep; in binarySearch() local
DSkOpCoincidence.cpp470 double nextT, oNextT; in addExpanded() local
DSkPathOpsDebug.cpp1628 double nextT, oNextT; in debugAddExpanded() local
/external/skia/src/core/
DSkStroke.cpp1318 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local