Searched defs:increasing (Results 1 - 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventHandler.java155 * @param increasing if true, the value of the switching function increases
163 int eventOccurred(double t, double[] y, boolean increasing) throws EventException; argument
H A DEventState.java81 private boolean increasing; field in class:EventState
109 increasing = true;
228 increasing = gb >= ga;
339 g0Positive = increasing;
340 nextAction = handler.eventOccurred(t, y, !(increasing ^ forward));
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DEventHandlerWithJacobians.java190 * @param increasing if true, the value of the switching function increases
199 boolean increasing) throws EventException;
198 eventOccurred(double t, double[] y, double[][] dydy0, double[][] dydp, boolean increasing) argument
H A DFirstOrderIntegratorWithJacobians.java877 public int eventOccurred(double t, double[] z, boolean increasing) argument
880 return handler.eventOccurred(t, y, dydy0, dydp, increasing);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DAbstractIntegrator.java425 public int eventOccurred(double t, double[] y, boolean increasing) { argument
/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java92 private void preload(int start, boolean increasing) { argument
93 if (isIncreasing != increasing) {
94 isIncreasing = increasing;
97 preload(start, start + (increasing ? maxPreload : -maxPreload));
/external/valgrind/exp-dhat/
H A Ddh_main.c1180 indicating whether we want increasing or decreasing values of the
1212 Bool increasing; local
1217 Bool ok = identify_metric( &get_metric, &increasing, metric_name );
1223 increasing ? "increasing" : "decreasing",
1238 ULong best_metric = increasing ? ~0ULL : 0ULL;
1247 if (increasing ? (metric < best_metric) : (metric > best_metric)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 180 milliseconds