HomeSort by relevance Sort by last modified time
    Searched refs:decreasing (Results 1 - 22 of 22) sorted by null

  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 90 fmt.Println("By decreasing distance:", planets)
95 // By decreasing distance: [{Mars 0.107 1.5} {Earth 1 1} {Venus 0.815 0.7} {Mercury 0.055 0.4}]
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 90 fmt.Println("By decreasing distance:", planets)
95 // By decreasing distance: [{Mars 0.107 1.5} {Earth 1 1} {Venus 0.815 0.7} {Mercury 0.055 0.4}]
  /external/freetype/src/pfr/
pfrsbit.c 52 FT_Bool decreasing )
60 if ( !decreasing )
536 FT_Bool decreasing,
545 pfr_bitwriter_init( &writer, target, decreasing );
  /prebuilts/go/darwin-x86/src/container/heap/
example_pq_test.go 90 // Take the items out; they arrive in decreasing priority order.
  /prebuilts/go/linux-x86/src/container/heap/
example_pq_test.go 90 // Take the items out; they arrive in decreasing priority order.
  /external/lisa/libs/utils/
energy_model.py 161 def is_monotonic(l, decreasing=False):
162 op = operator.ge if decreasing else operator.le
183 if not is_monotonic(power_vals, decreasing=True):
186 'monotonically decreasing. Values: {}'.format(power_vals))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 67 // pointers first, zeroed things first, and then decreasing size.
68 // Because autos are laid out in decreasing addresses
69 // on the stack, pointers first, zeroed things first and decreasing size
esc.go     [all...]
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 67 // pointers first, zeroed things first, and then decreasing size.
68 // Because autos are laid out in decreasing addresses
69 // on the stack, pointers first, zeroed things first and decreasing size
esc.go     [all...]
ssa.go     [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
state_space_model.py 113 state, decreasing uncertainty. If both this parameter and
197 Additionally, exogenous regressors can act as observations, decreasing
486 """Update state with exogenous regressors, decreasing uncertainty.
    [all...]
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 591 "@ @\n" + // same file, decreasing line number
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 591 "@ @\n" + // same file, decreasing line number
  /external/v8/benchmarks/
deltablue.js 710 * unsatisfied constraints sorted in order of decreasing strength.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 906 // criteria. The result is sorted in decreasing order for (absolute)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
graph.go 906 // criteria. The result is sorted in decreasing order for (absolute)
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go     [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go     [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go     [all...]
  /prebuilts/go/linux-x86/src/time/
time.go     [all...]

Completed in 1248 milliseconds