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

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
SWITCH.java 37 * sorted in ascending order with gaps no larger than max_gap
48 * @param max_gap maximum gap that may between case branches
50 public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target, final int max_gap) {
57 if (matchIsOrdered(max_gap)) {
58 fillup(max_gap, target);
72 private void fillup( final int max_gap, final InstructionHandle target ) {
73 final int max_size = match_length + match_length * max_gap;
135 * @return match is sorted in ascending order with no gap bigger than max_gap?
137 private boolean matchIsOrdered( final int max_gap ) {
139 if (match[i] - match[i - 1] > max_gap) {
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary.h 296 WeightType max_gap = 0; local
298 max_gap = std::max(max_gap,
302 return static_cast<double>(max_gap) / TotalWeight();
  /external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
weighted_quantiles_summary.h 304 WeightType max_gap = 0; local
306 max_gap = std::max(max_gap,
310 return static_cast<double>(max_gap) / TotalWeight();
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
kalman_filter_test.py 48 state_noise_transform, max_gap=1):
53 max_gap + 1, state_transition,
135 max_gap=5))
356 max_gap=2)
387 max_gap=2)
405 max_gap=2)
  /art/runtime/gc/space/
region_space.cc 934 uintptr_t max_gap = 0u; local
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 383 milliseconds