HomeSort by relevance Sort by last modified time
    Searched refs:increasing (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventHandler.java 155 * @param increasing if true, the value of the switching function increases
163 int eventOccurred(double t, double[] y, boolean increasing) throws EventException;
EventState.java 81 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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing, const char* __file, int __line) const
73 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
85 if (increasing)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
debug_fn_imps.hpp 71 bool increasing, const char* __file, int __line) const
73 PB_DS_DEBUG_VERIFY(increasing || strictly_binomial);
80 assert_node_consistent(p_nd->m_p_next_sibling, strictly_binomial, increasing,
85 if (increasing)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
EventHandlerWithJacobians.java 190 * @param increasing if true, the value of the switching function increases
199 boolean increasing) throws EventException;
FirstOrderIntegratorWithJacobians.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
Preloader.java 84 * @param increasing The direction we're going in (increasing -> source positions are
85 * increasing -> we're scrolling down the list)
87 private void preload(int first, boolean increasing) {
90 if (increasing) {
98 Log.v(TAG, "preload first=" + first + " increasing=" + increasing + " start=" + start +
109 if (!increasing) {
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 92 private void preload(int start, boolean increasing) {
93 if (isIncreasing != increasing) {
94 isIncreasing = increasing;
97 preload(start, start + (increasing ? maxPreload : -maxPreload));
115 // Increasing
  /external/skia/src/shaders/gradients/
Sk4fGradientBase.h 26 // natural/increasing interval - so it's not usable in Sk4fLinearGradient.
45 bool increasing) const;
Sk4fGradientBase.cpp 148 // 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/
Sk4fGradientBase.h 26 // natural/increasing interval - so it's not usable in Sk4fLinearGradient.
45 bool increasing) const;
Sk4fGradientBase.cpp 148 // 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) {
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testranges-ia64.s 2 # offsets strictly as increasing.
testranges.s 2 # offsets strictly as increasing.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 61 // TODO: Col is only called when defining a macro and all it cares about is increasing
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 61 // TODO: Col is only called when defining a macro and all it cares about is increasing
  /prebuilts/go/darwin-x86/src/sort/
sort.go 268 // IntSlice attaches the methods of Interface to []int, sorting in increasing order.
278 // Float64Slice attaches the methods of Interface to []float64, sorting in increasing order
294 // StringSlice attaches the methods of Interface to []string, sorting in increasing order.
306 // Ints sorts a slice of ints in increasing order.
309 // Float64s sorts a slice of float64s in increasing order
313 // Strings sorts a slice of strings in increasing order.
316 // IntsAreSorted tests whether a slice of ints is sorted in increasing order.
319 // Float64sAreSorted tests whether a slice of float64s is sorted in increasing order
323 // StringsAreSorted tests whether a slice of strings is sorted in increasing order.
  /prebuilts/go/linux-x86/src/sort/
sort.go 268 // IntSlice attaches the methods of Interface to []int, sorting in increasing order.
278 // Float64Slice attaches the methods of Interface to []float64, sorting in increasing order
294 // StringSlice attaches the methods of Interface to []string, sorting in increasing order.
306 // Ints sorts a slice of ints in increasing order.
309 // Float64s sorts a slice of float64s in increasing order
313 // Strings sorts a slice of strings in increasing order.
316 // IntsAreSorted tests whether a slice of ints is sorted in increasing order.
319 // Float64sAreSorted tests whether a slice of float64s is sorted in increasing order
323 // StringsAreSorted tests whether a slice of strings is sorted in increasing order.
  /prebuilts/go/darwin-x86/test/chan/
select5.go 105 // successive calls to checkorder have increasing o values.
210 {{/* that the argument sequence is strictly increasing. */}}
323 {{/* that the argument sequence is strictly increasing. */}}
sieve2.go 118 // The channel of all composites to be eliminated in increasing order.
  /prebuilts/go/linux-x86/test/chan/
select5.go 105 // successive calls to checkorder have increasing o values.
210 {{/* that the argument sequence is strictly increasing. */}}
323 {{/* that the argument sequence is strictly increasing. */}}
  /external/tensorflow/tensorflow/core/util/sparse/
sparse_tensor.h 213 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/
dh_main.c 1221 Bool increasing; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 44 Relocs []Reloc // in increasing Addr order
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 44 Relocs []Reloc // in increasing Addr order

Completed in 505 milliseconds

1 2 3 4 5