HomeSort by relevance Sort by last modified time
    Searched defs:Low (Results 1 - 25 of 25) sorted by null

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 79 const APInt &Low = r.getLow();
82 for (APInt V = Low; V != High; V++) {
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 79 const APInt &Low = r.getLow();
82 for (APInt V = Low; V != High; V++) {
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 21 UInt64 Low;
30 Low = 0;
38 // Low += 1;
49 Low += start * (Range /= total);
60 if ((UInt32)Low < (UInt32)0xFF000000 || (int)(Low >> 32) != 0)
65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32)));
69 _cache = (Byte)((UInt32)Low >> 24);
72 Low = (UInt32)Low << 8;
    [all...]
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 11 public UInt64 Low;
32 Low = 0;
56 Low += start * (Range /= total);
67 if ((uint)Low < (uint)0xFF000000 || (uint)(Low >> 32) == 1)
72 Stream.WriteByte((byte)(temp + (Low >> 32)));
76 _cache = (byte)(((uint)Low) >> 24);
79 Low = ((uint)Low) << 8;
88 Low += Range;
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 14 long Low;
34 Low = 0;
53 int LowHi = (int)(Low >>> 32);
54 if (LowHi != 0 || Low < 0xFF000000L)
64 _cache = (((int)Low) >>> 24);
67 Low = (Low & 0xFFFFFF) << 8;
76 Low += Range;
113 Low += (newBound & 0xFFFFFFFFL);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 107 Low RN 2
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
298 CMP diffMVdx,Low ;// If diffMVdx<Low
312 CMP diffMVdx,Low
313 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 107 Low RN 2
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
298 CMP diffMVdx,Low ;// If diffMVdx<Low
312 CMP diffMVdx,Low
313 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 68 Low;
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 50 Constant* Low;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
108 O << *B->Low << " -" << *B->High;
135 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
151 Val, Pivot.Low, "Pivot");
174 if (Leaf.Low == Leaf.High) {
177 Leaf.Low, "SwitchLeaf");
180 if (cast<ConstantInt>(Leaf.Low)->isMinValue(true /*isSigned*/))
    [all...]
  /external/lzma/C/
Ppmd7.h 126 UInt64 Low;
7z.h 90 UInt32 Low;
  /external/chromium_org/third_party/lzma_sdk/
7z.h 90 UInt32 Low;
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 251 std::set<ArgPromotion::IndicesVector>::iterator Low;
252 Low = Set.upper_bound(Indices);
253 if (Low != Set.begin())
254 Low--;
255 // Low is now the last element smaller than or equal to Indices. This means
260 return Low != Set.end() && IsPrefix(*Low, Indices);
270 std::set<ArgPromotion::IndicesVector>::iterator Low;
271 Low = Safe.upper_bound(ToMark);
273 if (Low != Safe.begin()
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 542 unsigned Low = PluralNumber(Start, End);
548 return Low <= Val && Val <= High;
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 181 IntType Low;
192 Low(RHS.Low), High(RHS.High),
195 Low(C), High(C), IsEmpty(false), IsSingleNumber(true) {}
197 IntRange(const IntType &L, const IntType &H) : Low(L), High(H),
198 IsEmpty(false), IsSingleNumber(Low == High) {}
205 return Low;
215 if (Low == RHS.Low) {
220 if (Low < RHS.Low
    [all...]
IntegersSubsetMapping.h 318 const IntTy *Low = &OldItems.begin()->first.getLow();
330 RangeEx R(*Low, *High, Weight);
332 Low = &j->first.getLow();
338 RangeEx R(*Low, *High, Weight);
351 void add(const IntTy &Low, const IntTy &High, SuccessorClass *S = 0) {
352 RangeTy R(Low, High);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 132 const Constant *Low;
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
138 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb,
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
144 const APInt &rLow = cast<ConstantInt>(Low)->getValue();
SelectionDAGBuilder.cpp 64 /// LimitFloatPrecision - Generate low-precision inline sequences for
70 cl::desc("Generate low-precision inline sequences "
    [all...]
  /external/stressapptest/src/
worker.h 206 // Enum to mark a thread as low/med/high priority.
208 Low,
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 351 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
357 SDValue LowShifted = DAG.getNode(ISD::SRL, DL, MVT::i32, Low, LowShift);
360 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
413 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
425 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
426 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
475 SDValue Low = Value;
478 SDValue StoreLow = DAG.getTruncStore(Chain, dl, Low, BasePtr,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 359 // Otherwise, if Mask is 0+1+0+, and if B is known to have the low 0+
767 // Check that the low bits are zero.
768 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize);
769 if ((Low & AndCst->getValue()) == 0 && (Low & BigCst->getValue()) == 0) {
770 Value *NewAnd = Builder->CreateAnd(V, Low | AndCst->getValue());
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 430 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low,
434 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul);
540 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);
546 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High);
    [all...]

Completed in 743 milliseconds