Searched refs:One (Results 151 - 175 of 183) sorted by relevance

12345678

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1051 SDValue One = DAG.getConstant(1, VT); local
1064 Overflow = DAG.getNode(ISD::SRL, DL, VT, Overflow, One);
1087 SDValue One = DAG.getConstant(1, VT); local
1102 Overflow = DAG.getNode(ISD::SHL, DL, VT, Overflow, One);
/external/openfst/src/include/fst/
H A Dcompose.h299 Weight::One(), sb);
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h525 // sub-graph (i.e. different paren 'start' state) begins with weight One().
535 sp_data_.SetDistance(q, Weight::One());
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp749 // Zero/One operand expressions
2005 const SCEV *One = SE.getConstant(BackedgeTakenCount->getType(), 1); local
2008 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount);
2041 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One)))
2049 AR->getStart() != One ||
2050 AR->getStepRecurrence(SE) != One)
2136 // One consequence of doing this now is that it disrupts the count-down
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp374 NonLoc One = svalBuilder.makeIntVal(1, sizeTy).castAs<NonLoc>();
376 .evalBinOpNN(state, BO_Sub, *Length, One, sizeTy).castAs<NonLoc>();
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex233 One idea is to disallow not privileged user to allocate flow
H A Dip-cref.tex189 in the system. One harmful exception is \verb|ip link| command
1119 One useful exception to this rule is the default route on non-forwarding
1397 even if it does not match any interface prefix. One application of this
2246 One additional feature not present in the example above
2582 One approach to propagating the policy from routing protocols
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1443 Constant *One = ConstantInt::get(Ty, 1); local
1452 Instruction *Add = BinaryOperator::CreateAdd(CanonicalIV, One,
/external/oprofile/events/mips/74K/
H A Devents70 event:0x36 counters:0,2 um:zero minimum:500 name:ONE_INSN_CYCLES : 54-0 One instruction graduated cycles
/external/blktrace/doc/
H A Dblktrace.tex65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
397 & & (One device per line.) \\ \hline
/external/clang/tools/scan-build/
H A Dscan-build1183 analysis. One can override this behavior with this option by using the
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2560 elementSize = CharUnits::One();
2617 llvm::Value *One = llvm::ConstantInt::get(BitsShiftedOff->getType(), 1); local
2618 BitsShiftedOff = Builder.CreateLShr(BitsShiftedOff, One);
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s429 ; One operand instructions
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm766 ;# edges. One of the filters can be null, but both won't be. Needs to use a
/external/libvorbis/doc/
H A D01-introduction.tex455 One point is worth mentioning about this dot product; a common mistake
H A D04-codec.tex543 One point is worth mentioning about this dot product; a common mistake
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm766 ;# edges. One of the filters can be null, but both won't be. Needs to use a
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml129 | One Constructor in type:Fcmp/t
/external/llvm/lib/IR/
H A DConstants.cpp1846 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); local
1847 Constant *Indices[2] = { Zero, One };
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2562 // One of the selected values was a successor, but the other wasn't.
3846 APInt One(TableSize, 1);
3851 MaskInt |= One << Idx;
/external/clang/lib/AST/
H A DExprConstant.cpp411 /// One bit of information passed *into* the request for constant folding
1866 Size = CharUnits::One();
2897 APFloat One(Value.getSemantics(), 1);
2899 Value.add(One, APFloat::rmNearestTiesToEven);
2901 Value.subtract(One, APFloat::rmNearestTiesToEven);
6241 Size == CharUnits::One() ||
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1019 One, enumerator in enum:thread_annot_lock_65::MyFlags
/external/clang/lib/Sema/
H A DSemaChecking.cpp5451 enum ConstantValue { LT_Zero, Zero, One, GT_One, SizeOfConstVal }; enumerator in enum:__anon18010::ConstantValue
5464 // LT_Zero| Zero | One |GT_One| LT_Zero| Zero | One |GT_One|
5484 ConstVal = One;
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1387 Value *One = ConstantInt::get(StrideVal->getType(), 1); local
1389 RewriteMap[StrideVal] = One;
2040 // don't. One example is c++ iterators that often have multiple pointer
4836 // - One use of reduction value (safe).
5702 // second vector operand. One example of this are shifts on x86.
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids530 7611 DeskJet F2492 All-in-One
815 0034 109 Japanese Keyboard with One-touch start buttons
816 003f Wireless Keyboard with One-touch start buttons
819 004f Wireless Keyboard with One-touch start buttons
829 0094 Japanese Keyboard with One-touch start buttons
3060 03a0 Xerox 4800 One Touch
5474 0019 Bamboo One Medium
5507 0069 Bamboo One
6914 0200 All-In-One Multi-Card Reader CA200/B/S
9531 1105 USB One
[all...]

Completed in 1909 milliseconds

12345678