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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Matrix_resize_int_int.cpp 4 cout << "let's resize m to 3x2. This is a conservative resizing because 2*3==3*2." << endl;
7 cout << "now let's resize m to size 2x2. This is NOT a conservative resizing, so it becomes uninitialized:" << endl;
  /external/autotest/frontend/migrations/
035_job_max_runtime.py 4 -- conservative value for existing jobs, to make sure they don't get
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
arguments.ll 1 ; This testcase ensures that CFL AA gives conservative answers on variables
arguments-globals.ll 1 ; This testcase ensures that CFL AA gives conservative answers on variables
basic-interproc.ll 1 ; This testcase ensures that CFL AA won't be too conservative when trying to do
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.h 77 /// If either the scissor rect or conservative rast is enabled,
81 /// @tparam ConservativeT: is this a conservative rasterization
93 /// nor conservative rast is enabled, only test 3 triangle edges
100 // no need for degenerate edge masking in non-conservative case; rasterize all triangle edges
109 /// @tparam ConservativeT: is this a conservative rasterization
111 /// (only used with conservative rasterization)
124 // If conservative rast is enabled, only need a single sample coverage test, with the result copied to all samples
128 "Rasterizer edge fixed point precision < required conservative rast precision");
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ldm.ll 2 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -mattr=+thumb2 -arm-assume-misaligned-load-store | FileCheck %s -check-prefix=ALL -check-prefix=CONSERVATIVE
10 ; CONSERVATIVE-NOT: ldrd
11 ; CONSERVATIVE-NOT: ldm
23 ; CONSERVATIVE-NOT: ldrd
24 ; CONSERVATIVE-NOT: ldm
37 ; CONSERVATIVE-NOT: ldrd
38 ; CONSERVATIVE-NOT: ldm
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
special-tests.sh 34 # switch to conservative
35 __switch_governor $1 "conservative"
  /external/llvm/test/CodeGen/ARM/
ldrd.ll 8 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -arm-assume-misaligned-load-store | FileCheck %s -check-prefix=CHECK -check-prefix=CONSERVATIVE
25 ; CONSERVATIVE-NOT: ldrd
89 ; CONSERVATIVE-NOT: ldrd
103 ; CONSERVATIVE-NOT: ldrd
123 ; CONSERVATIVE: strd r0, r1, [sp, #-8]!
130 ; CONSERVATIVE: ldrd r1, r2, [sp]
144 ; CONSERVATIVE-NOT: ldrd
157 ; CONSERVATIVE-NOT: ldrd
170 ; CONSERVATIVE-NOT: strd
182 ; CONSERVATIVE-NOT: str
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCPRTriangleProcessor.h 18 * Pass 1: Draw the triangle's conservative raster hull with a coverage of 1. (Conservative raster
22 * Pass 2: Smooth the edges that were over-rendered during Pass 1. Draw the conservative raster of
  /external/v8/src/heap/
gc-idle-time-handler.h 74 // mark with a conservative lower bound for the marking speed.
85 // conservative lower bound for the mark-compact speed.
89 // use conservative lower bound for the mark-compact speed.
  /external/mesa3d/src/egl/main/
egldefines.h 45 /* Hardcoded, conservative default for EGL_LARGEST_PBUFFER,
  /external/skia/src/core/
SkPaintPriv.h 29 * Note: returns conservative true, meaning it may return false even though the paint might
  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 28 // This is an over/conservative estimate since each set may contain more than count descriptors.
  /prebuilts/go/darwin-x86/test/
deferfin.go 21 // Does not work on 32-bits due to partially conservative GC.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5493.go 35 // conservative GC.
  /prebuilts/go/linux-x86/test/
deferfin.go 21 // Does not work on 32-bits due to partially conservative GC.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5493.go 35 // conservative GC.
  /art/compiler/optimizing/
escape.cc 47 // BoundType shouldn't normally be necessary for an allocation. Just be conservative
70 // we hit the unresolved access, but the conservative assumption is the simplest.
  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 106 // Otherwise, be conservative.
110 // Otherwise, be conservative.
  /external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
atomic.ll 83 ; DSE seq_cst store (be conservative; DSE doesn't have infrastructure
94 ; DSE and seq_cst load (be conservative; DSE doesn't have infrastructure
  /frameworks/base/core/java/android/os/storage/
StorageManagerInternal.java 58 * The mount mode is the most conservative result from querying all registered
59 * policies. Similarly, the reported state is the most conservative result from
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 106 // Otherwise, be conservative.
110 // Otherwise, be conservative.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 106 // Otherwise, be conservative.
110 // Otherwise, be conservative.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 106 // Otherwise, be conservative.
110 // Otherwise, be conservative.

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 91011>>