/external/libmtp/src/ |
README | 17 We will try to track libptp2 and fold changes back into
|
/external/llvm/test/CodeGen/X86/ |
2006-01-19-ISelFoldingBug.ll | 4 ; Check that the isel does not fold the shld, which already folds a load
|
2007-02-04-OrAddrMode.ll | 3 ;; This example can't fold the or into an LEA.
|
x86-64-disp.ll | 3 ; Fold an offset into an address even if it's not a 32-bit
|
/external/llvm/test/CodeGen/XCore/ |
offset_folding.ll | 23 ; Don't fold negative offsets into cp / dp accesses to avoid a relocation
|
/external/llvm/test/Transforms/InstCombine/ |
preserve-sminmax.ll | 3 ; Instcombine normally would fold the sdiv into the comparison,
|
/external/llvm/test/Transforms/SimplifyCFG/ |
PhiEliminate.ll | 2 ; be able to fold PHI nodes into computation in common cases. Folding the PHI
|
/external/skia/src/ports/ |
SkFontConfigParser_android.h | 26 * Skia to fold into its representation of font families. fNames is the list of
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
fold_impl.hpp | 39 # define AUX778076_FOLD_IMPL_NAME_PREFIX fold
|
/external/llvm/test/CodeGen/ARM/ |
select_xform.ll | 107 ; Fold ORRri into movcc. 122 ; Fold ANDrr into movcc. 137 ; Fold EORrs into movcc. 153 ; Fold ORRri into movcc, reversing the condition. 168 ; Fold ADDri12 into movcc 194 ; Fold zext i1 into predicated add 210 ; Fold sext i1 into predicated sub
|
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
FoldingLayoutActivity.java | 51 * The number of folds, orientation (vertical or horizontal) of the fold, and the 52 * anchor point about which the view will fold can be set to achieve different 73 * To account for this bug, a slightly different approach was taken to fold a 256 getMenuInflater().inflate(R.menu.fold, menu); 360 /** This class uses user touch events to fold and unfold the folding view. */ 371 * scrolling to fold a vertically oriented view and horizontal scrolling to fold 372 * a horizontally oriented fold. Depending on where the anchor point of the fold is, 373 * movements towards or away from the anchor point will either fold or unfol [all...] |
/external/opencv/ml/src/ |
mlestimate.cpp | 98 // it is 1 if all was correct, and it is 2 if current fold wasn't' checked. 108 int k, fold; 115 fold = ++crVal->current_fold; 117 if (fold >= crVal->folds_all) 119 if (fold == crVal->folds_all) 127 k = crVal->folds[fold + 1] - crVal->folds[fold]; 128 crVal->sampleIdxTrain->data.i = crVal->sampleIdxAll + crVal->folds[fold + 1]; 130 crVal->sampleIdxEval->data.i = crVal->sampleIdxAll + crVal->folds[fold]; 277 // Fixing that this fold already checked [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 1 //===-- ConstantFolding.cpp - Fold instructions into constants ------------===// 45 /// FoldBitCast - Constant fold bitcast, symbolically evaluating it with 106 // If this is a bitcast from constant vector -> vector, fold it. 110 // If the element types match, IR can fold it. 130 // Fold to an vector of integers with same size as our FP type. 149 // If IR wasn't able to fold it, bail out. 384 // If this isn't an integer load we can't fold it directly. 525 // Try hard to fold loads from bitcasted strange and non-type-safe things. 548 // Fold (and 0xffffffff00000000, (shl x, 32)) -> shl. 549 // Fold (lshr (or X, Y), 32) -> (lshr [X/Y], 32) if one doesn't contribut [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
TypeAhead.cpp | 102 // String::startWith does not fold non-ASCII characters. This code can be changed 106 // Fold the option string and check if its prefix is equal to the folded prefix.
|
ValidationMessage.h | 44 // FIXME: Fold this class into HTMLFormControlElement. This class is very small.
|
/external/chromium_org/v8/src/ |
hydrogen-removable-simulates.cc | 45 // Never fold simulates from inlined environments into simulates 77 // Fold the ones accumulated so far.
|
/external/clang/test/CodeGen/ |
exprs.c | 42 // this one shouldn't fold 49 // this one shouldn't fold as well
|
/external/llvm/include/llvm/Transforms/Utils/ |
CmpInstAnalysis.h | 1 //===-- CmpInstAnalysis.h - Utils to help fold compare insts ------===// 11 // and fold them into constants or other compare instructions
|
/external/llvm/test/Transforms/IndVarSimplify/ |
iv-fold.ll | 5 ; Indvars should be able to fold IV increments into shr when low bits are zero. 31 ; Invdars should not fold an increment into shr unless 2^shiftBits is
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2843.js | 35 var b = x + 2; // Need another Simulate to fold the first one into.
|
regress-crbug-280333.js | 35 var b = x + 2; // Need another Simulate to fold the first one into.
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-first-local-read-after-block-merge.js | 25 "Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it."
|
dfg-constant-fold-logical-not-branch.js | 25 "Tests what happens if we fail to constant fold a LogicalNot that leads into a branch, when the CFA proves that the LogicalNot has a constant value."
|
/external/llvm/lib/Target/Sparc/ |
README.txt | 7 * We can fold small constant offsets into the %hi/%lo references to constant
|
/external/llvm/test/CodeGen/PowerPC/ |
vcmp-fold.ll | 1 ; This should fold the "vcmpbfp." and "vcmpbfp" instructions into a single
|