Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DAbstractStepInterpolator.java65 private double globalCurrentTime; field in AbstractStepInterpolator
96 globalCurrentTime = Double.NaN; in AbstractStepInterpolator()
117 globalCurrentTime = Double.NaN; in AbstractStepInterpolator()
153 globalCurrentTime = interpolator.globalCurrentTime; in AbstractStepInterpolator()
183 globalCurrentTime = Double.NaN; in reinitialize()
224 globalPreviousTime = globalCurrentTime; in shift()
226 softCurrentTime = globalCurrentTime; in shift()
234 globalCurrentTime = t; in storeTime()
235 softCurrentTime = globalCurrentTime; in storeTime()
236 h = globalCurrentTime - globalPreviousTime; in storeTime()
[all …]