Searched
full:combine (Results
401 -
425 of
2847) sorted by null
<<11121314151617181920>>
/external/libbrillo/brillo/ |
secure_blob_unittest.cc | 102 SecureBlob combined_blob = SecureBlob::Combine(blob1, blob2);
|
url_utils.h | 22 BRILLO_EXPORT std::string Combine(
|
/external/libdrm/exynos/ |
exynos_drm.h | 88 /* write-combine mapping. */
|
/external/libdrm/omap/ |
omap_drm.h | 58 #define OMAP_BO_WC 0x00000002 /* write-combine */
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtApplicationConfiguration.java | 46 /** whether to include an alpha channel in the color buffer to combine the color buffer with the rest of the webpage
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btManifoldResult.h | 145 /// in the future we can let the user override the methods to combine restitution and friction
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btContactSolverInfo.h | 91 m_minimumSolverBatchSize = 128; //try to combine islands until the amount of constraints reaches this limit
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/ |
ModelCache.java | 34 /** ModelCache tries to combine multiple render calls into a single render call by merging them where possible. Can be used for 35 * multiple type of models (e.g. varying vertex attributes or materials), the ModelCache will combine where possible. Can be used 36 * dynamically (e.g. every frame) or statically (e.g. to combine part of scenery). Be aware that any combined vertices are 249 * methods and will combine them if possible. */
|
/external/llvm/lib/Support/ |
RandomNumberGenerator.cpp | 39 // Combine seed and salts using std::seed_seq.
|
/external/llvm/test/Analysis/ValueTracking/ |
pr24866.ll | 1 ; RUN: opt -S %s -value-tracking-dom-conditions -licm -load-combine | FileCheck %s
|
/external/llvm/test/CodeGen/AArch64/ |
cmpxchg-idioms.ll | 41 ; FIXME: DAG combine should be able to deal with this.
|
fdiv-combine.ll | 63 ; Following test cases check we never combine two FDIVs if neither of them
|
/external/llvm/test/CodeGen/ARM/ |
2011-11-28-DAGCombineBug.ll | 4 ; DAG combine increases loads from packed types. ARM load / store optimizer then
|
cmpxchg-idioms.ll | 49 ; FIXME: this eor is redundant. Need to teach DAG combine that.
|
/external/llvm/test/CodeGen/PowerPC/ |
crbit-asm.ll | 29 ; The ABI sign_extend should combine with the any_extend from the asm result,
|
/external/llvm/test/CodeGen/X86/ |
dag-optnone.ll | 25 ; The test cases @foo[WithOptnone] prove that the same DAG combine happens
|
fp128-compare.ll | 39 ; The 'shrl' is a special optimization in llvm to combine
|
musttail.ll | 61 ; Combine the complex stack frame with the parameter modification.
|
vec-loadsingles-alignment.ll | 7 ; aligned 32-byte load instruction when we combine the load+insert sequence.
|
x86-fold-pshufb.ll | 20 ; as a result of a late target shuffle combine on the legalized selection dag.
|
/external/llvm/test/Transforms/MemCpyOpt/ |
nontemporal.ll | 5 ; Verify that we don't combine nontemporal stores into memset calls.
|
/external/lzma/DOC/ |
Methods.txt | 121 F1 - Combine Ciphers
|
/external/mesa3d/scons/ |
source_list.py | 95 # combine with previous lines
|
/external/opencv3/modules/calib3d/test/opencl/ |
test_stereobm.cpp | 92 OCL_INSTANTIATE_TEST_CASE_P(StereoMatcher, StereoBMFixture, testing::Combine(testing::Values(32, 64, 128),
|
/external/opencv3/modules/core/perf/opencl/ |
perf_gemm.cpp | 62 OCL_PERF_TEST_P(GemmFixture, Gemm, ::testing::Combine(
|
Completed in 1439 milliseconds
<<11121314151617181920>>