Home
last modified time | relevance | path

Searched defs:nextT (Results 1 – 11 of 11) 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/utils/
DSkInterpolator.cpp118 SkMSec nextT = nextTime[0].fTime; in timeToT() local
/external/skia/src/pathops/
DSkOpSpan.h511 void setNext(SkOpSpanBase* nextT) { in setNext()
DSkPathOpsCubic.cpp55 double nextT = t + lastStep; in binarySearch() local
DSkOpCoincidence.cpp457 double nextT, oNextT; in addExpanded() local
DSkPathOpsDebug.cpp1660 double nextT, oNextT; in debugAddExpanded() local
/external/skia/src/core/
DSkStroke.cpp1269 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local