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

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 80 const APInt &High = r.getHigh();
82 for (APInt V = Low; V != High; V++) {
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 80 const APInt &High = r.getHigh();
82 for (APInt V = Low; V != High; V++) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 106 High RN 4
286 M_LDR High,pHigh ;// High=32*scaleFactor
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
295 ADD Range,High,High ;// Range=64*ScaleFactor
296 SUB High,High,#1 ;// High= 32*scaleFactor-1
301 CMP diffMVdx,High
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 106 High RN 4
286 M_LDR High,pHigh ;// High=32*scaleFactor
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
295 ADD Range,High,High ;// Range=64*ScaleFactor
296 SUB High,High,#1 ;// High= 32*scaleFactor-1
301 CMP diffMVdx,High
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 66 High,
116 status1 = Status.High;
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 51 Constant* High;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
108 O << *B->Low << " -" << *B->High;
136 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
174 if (Leaf.Low == Leaf.High) {
182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
194 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7z.h 91 UInt32 High;
  /external/libvorbis/doc/
01-introduction.tex 8 This document provides a high level description of the Vorbis codec's
11 The later sections assume a high-level
18 over an exceptionally wide range of bitrates. At the high
21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps
215 coupled-stereo and high bitrate modes. Floor 1 is also considerably
260 \subsection{High-level Decode Process}
  /external/llvm/include/llvm/IR/
InlineAsm.h 245 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
258 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
296 unsigned High = Flag >> 16;
299 if (!High)
301 RC = High - 1;
  /external/lzma/C/
7z.h 91 UInt32 High;
  /external/clang/lib/Basic/
Diagnostic.cpp 545 unsigned High = PluralNumber(Start, End);
548 return Low <= Val && Val <= High;
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubset.h 182 IntType High;
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) {}
209 return High;
216 if (High > RHS.High)
228 return Low == RHS.Low && High == RHS.High
    [all...]
IntegersSubsetMapping.h 319 const IntTy *High = &OldItems.begin()->first.getHigh();
327 if (*CurHigh > *High)
328 High = CurHigh;
330 RangeEx R(*Low, *High, Weight);
333 High = &j->first.getHigh();
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 133 const Constant *High;
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),
143 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
SelectionDAGBuilder.cpp 82 // MaxParallelChains default is arbitrarily high to avoid affecting
    [all...]
  /external/stressapptest/src/
worker.h 206 // Enum to mark a thread as low/med/high priority.
210 High,
  /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 354 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain,
358 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);
361 High.getValue(1));
418 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain,
423 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High,
427 High.getValue(1));
476 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value,
484 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr,
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 431 llvm::Value *High) {
434 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul);
436 llvm::Value *B0 = Builder.CreateMul(Builder.CreateXor(High, A1), KMul);
544 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty);
546 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 557 milliseconds