HomeSort by relevance Sort by last modified time
    Searched full:overestimate (Results 1 - 25 of 50) sorted by null

1 2

  /external/skia/tools/VisualBench/
TimingStateMachine.cpp 13 DEFINE_int32(gpuFrameLag, 5, "Overestimate of maximum number of frames GPU is allowed to lag.");
  /external/valgrind/massif/tests/
deep.c 7 // trace, which is more than the initial overestimate of 3.
  /external/regex-re2/re2/
mimics_pcre.cc 108 // It is okay to overestimate. For example, \b\B cannot match an empty
prefilter.cc 463 // If the class is too large, it's okay to overestimate.
  /external/skia/src/gpu/
GrProgramDesc.h 133 kIntsPerProcessor = 4, // This is an overestimate of the average effect key size.
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 392 * getActiveCount increases but doesn't overestimate, when a
413 * getCompletedTaskCount increases, but doesn't overestimate,
454 * getLargestPoolSize increases, but doesn't overestimate, when
478 * getPoolSize increases, but doesn't overestimate, when threads
499 * getTaskCount increases, but doesn't overestimate, when tasks
    [all...]
ScheduledExecutorTest.java 336 * getActiveCount increases but doesn't overestimate, when a
357 * getCompletedTaskCount increases, but doesn't overestimate,
398 * getLargestPoolSize increases, but doesn't overestimate, when
422 * getPoolSize increases, but doesn't overestimate, when threads
443 * getTaskCount increases, but doesn't overestimate, when tasks
    [all...]
ThreadPoolExecutorSubclassTest.java 252 * getActiveCount increases but doesn't overestimate, when a
324 * getCompletedTaskCount increases, but doesn't overestimate,
478 * getLargestPoolSize increases, but doesn't overestimate, when
523 * getPoolSize increases, but doesn't overestimate, when threads
547 * getTaskCount increases, but doesn't overestimate, when tasks submitted
    [all...]
ThreadPoolExecutorTest.java 105 * getActiveCount increases but doesn't overestimate, when a
177 * getCompletedTaskCount increases, but doesn't overestimate,
331 * getLargestPoolSize increases, but doesn't overestimate, when
376 * getPoolSize increases, but doesn't overestimate, when threads
400 * getTaskCount increases, but doesn't overestimate, when tasks submitted
    [all...]
  /external/libjpeg-turbo/
jmemsys.h 79 * However, an overestimate will lead to failure. Hence it's wise to subtract
  /external/opencv3/3rdparty/libjpeg/
jmemsys.h 96 * However, an overestimate will lead to failure. Hence it's wise to subtract
  /external/pdfium/third_party/libjpeg/
jmemsys.h 93 * However, an overestimate will lead to failure. Hence it's wise to subtract
  /external/skia/src/gpu/effects/
GrBezierEffect.h 48 * and tends to overestimate the distances. This is much closer to what we are
  /frameworks/base/core/java/android/util/
Base64.java 93 * be an overestimate.
250 * @return an overestimate for the number of bytes {@code
596 * @return an overestimate for the number of bytes {@code
  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 141 // PROGRAM, and an overestimate of its size. Add no zero-length
  /frameworks/av/camera/
CameraParameters2.cpp 119 char str[16]; // 14 should be enough. We overestimate to be safe.
CameraParameters.cpp 263 char str[16]; // 14 should be enough. We overestimate to be safe.
  /external/valgrind/massif/
ms_main.c 825 Int overestimate; local
836 // asked for and remove more than 'overestimate' alloc-fns.
840 for (overestimate = 3; redo; overestimate += 6) {
843 if (overestimate > MAX_OVERESTIMATE)
847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate
    [all...]
  /external/bison/lib/
intprops.h 117 signed, this macro may overestimate the true bound by one byte when
  /frameworks/native/libs/input/
VelocityTracker.cpp 881 // overestimate the velocity at that time point. Most samples might be measured
899 // If the duration between samples is small, we may significantly overestimate
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 40 * 1. Rather than iterating, we use a simple numeric overestimate
gdtoa.c 85 * 1. Rather than iterating, we use a simple numeric overestimate
  /external/autotest/client/bin/
cpuset.py 146 # better here to underestimate than overestimate
  /external/e2fsprogs/lib/ext2fs/
icount.c 199 * This is an overestimate of the size that we will need; the
  /external/eigen/doc/
TutorialSparse.dox 224 - The key ingredient here is the line 2 where we reserve room for 6 non-zeros per column. In many cases, the number of non-zeros per column or row can easily be known in advance. If it varies significantly for each inner vector, then it is possible to specify a reserve size for each inner vector by providing a vector object with an operator[](int j) returning the reserve size of the \c j-th inner vector (e.g., via a VectorXi or std::vector<int>). If only a rought estimate of the number of nonzeros per inner-vector can be obtained, it is highly recommended to overestimate it rather than the opposite. If this line is omitted, then the first insertion of a new element will reserve room for 2 elements per inner vector.

Completed in 446 milliseconds

1 2