Searched refs:increasing (Results 1 - 18 of 18) 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/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/skia/src/shaders/gradients/
H A DSk4fGradientBase.h26 // natural/increasing interval - so it's not usable in Sk4fLinearGradient.
45 bool increasing) const;
H A DSk4fGradientBase.cpp148 // in increasing x order when dx < 0).
252 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const {
260 // Use the |increasing| signal to figure which direction we should search for
262 if (increasing) {
/external/skqp/src/shaders/gradients/
H A DSk4fGradientBase.h26 // natural/increasing interval - so it's not usable in Sk4fLinearGradient.
45 bool increasing) const;
H A DSk4fGradientBase.cpp148 // in increasing x order when dx < 0).
252 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const {
260 // Use the |increasing| signal to figure which direction we should search for
262 if (increasing) {
/external/tensorflow/tensorflow/core/util/sparse/
H A Dsparse_tensor.h213 bool increasing = true; local
224 if (!different && diff < 0) increasing = false;
227 if (TF_PREDICT_FALSE(!valid || !increasing || !different)) {
237 if (!increasing) {
/external/valgrind/exp-dhat/
H A Ddh_main.c1184 indicating whether we want increasing or decreasing values of the
1221 Bool increasing; local
1226 Bool ok = identify_metric( &get_metric, &increasing, metric_name );
1232 increasing ? "increasing" : "decreasing",
1247 ULong best_metric = increasing ? ~0ULL : 0ULL;
1256 if (increasing ? (metric < best_metric) : (metric > best_metric)) {
/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/libunwind/doc/
H A Dlibunwind-dynamic.tex307 in order of increasing \Var{when} values. If the directives happen to
/external/ImageMagick/www/api/
H A Dmorphology.php266 <dd> Octagonal:[{radius}][x{scale}[!]] An interleving of Manhatten and Chebyshev metrics producing an increasing octagonally shaped distance. Distances matches those of the "Octagon" shaped kernel of the same radius. The minimum radius and default is 2, producing a 5x5 kernel. </dd>
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1837 milliseconds