Searched refs:estimate (Results 1 – 3 of 3) sorted by relevance
65 for (int estimate : estimates) { in test()66 test.walk(estimate); in test()126 void walk(int estimate) { in walk() argument130 depth, estimate, limit, frames.size()); in walk()
1330 long estimate; field in StreamSpliterators.AbstractWrappingSpliterator.InfiniteSupplyingSpliterator1332 protected InfiniteSupplyingSpliterator(long estimate) { in InfiniteSupplyingSpliterator() argument1333 this.estimate = estimate; in InfiniteSupplyingSpliterator()1338 return estimate; in estimateSize()1364 if (estimate == 0) in trySplit()1366 return new InfiniteSupplyingSpliterator.OfRef<>(estimate >>>= 1, s); in trySplit()1389 if (estimate == 0) in trySplit()1391 return new InfiniteSupplyingSpliterator.OfInt(estimate = estimate >>> 1, s); in trySplit()1414 if (estimate == 0) in trySplit()1416 return new InfiniteSupplyingSpliterator.OfLong(estimate = estimate >>> 1, s); in trySplit()[all …]
475 * $itype$ of input. This heuristic value may be used to estimate the size