Home
last modified time | relevance | path

Searched refs:reinitialize (Results 1 – 25 of 33) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DAdamsBashforthIntegrator.java207 interpolator.reinitialize(y, forward); in integrate()
217 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate()
271 interpolator.reinitialize(stepEnd, stepSize, predictedScaled, nordsieckTmp); in integrate()
278 interpolator.reinitialize(stepEnd, stepSize, scaled, nordsieck); in integrate()
289 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate()
DAdamsMoultonIntegrator.java227 interpolator.reinitialize(y, forward); in integrate()
237 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate()
290 interpolator.reinitialize(stepEnd, stepSize, correctedScaled, nordsieckTmp); in integrate()
307 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate()
DRungeKuttaStepInterpolator.java124 public void reinitialize(final AbstractIntegrator rkIntegrator, in reinitialize() method in RungeKuttaStepInterpolator
126 reinitialize(y, forward); in reinitialize()
DDormandPrince54StepInterpolator.java148 public void reinitialize(final AbstractIntegrator integrator, in reinitialize() method in DormandPrince54StepInterpolator
150 super.reinitialize(integrator, y, yDotK, forward); in reinitialize()
DDormandPrince853StepInterpolator.java283 public void reinitialize(final AbstractIntegrator integrator, in reinitialize() method in DormandPrince853StepInterpolator
286 super.reinitialize(integrator, y, yDotK, forward); in reinitialize()
DRungeKuttaIntegrator.java121 rki.reinitialize(this, yTmp, yDotK, forward); in integrate()
DEmbeddedRungeKuttaIntegrator.java215 rki.reinitialize(this, yTmp, yDotK, forward); in integrate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DNordsieckStepInterpolator.java110 public void reinitialize(final double[] y, final boolean forward) { in reinitialize() method in NordsieckStepInterpolator
111 super.reinitialize(y, forward); in reinitialize()
125 public void reinitialize(final double time, final double stepSize, in reinitialize() method in NordsieckStepInterpolator
DAbstractStepInterpolator.java180 protected void reinitialize(final double[] y, final boolean isForward) { in reinitialize() method in AbstractStepInterpolator
/external/libevent/
Dratelim-internal.h85 int reinitialize);
Dbufferevent_ratelim.c53 int reinitialize) in ev_token_bucket_init_() argument
55 if (reinitialize) { in ev_token_bucket_init_()
DChangeLog204 o test/buffer: avoid errors with --no-fork (reinitialize static vars) (e7d1e39 Azat Khuzhin)
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java305 builder.reinitialize(); in create()
373 private void reinitialize() { in reinitialize() method in UnknownFieldSet.Builder
382 reinitialize(); in clear()
/external/elfutils/libebl/
DChangeLog846 * eblopenbackend.c: If modules version comparison fails, reinitialize
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Ddatasets.md34 `Iterator.initializer` operation enables you to reinitialize and parameterize
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst855 :meth:`__init__`, and it is possible to reinitialize an instance by calling its
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst956 :meth:`__init__`, and it is possible to reinitialize an instance by calling its
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/libjpeg-turbo/
Dlibjpeg.txt2462 (If you did reinitialize, any partial bufferload left in the data source
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/python/cpython2/Misc/
DNEWS4391 - Issue #11870: threading: Properly reinitialize threads internal locks and
4882 - Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/libvncserver/
DChangeLog531 state. The only state that doesn't make sense to reinitialize are
/external/python/cpython3/Misc/
DHISTORY8588 - Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
8931 - Issue #11870: threading: Properly reinitialize threads internal locks and
11906 threads are still running. Instead, reinitialize the GIL on a second call to

12