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

  /external/clang/lib/AST/
ASTTypeTraits.cpp 53 unsigned Dist = 0;
56 ++Dist;
59 *Distance = Dist;
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 138 unsigned Dist = Sub > 0 ? Sub : -Sub;
139 if (Dist > MAX_LOOP_DISTANCE) {
HexagonHardwareLoops.cpp 656 int64_t Dist = EndV - StartV;
657 if (Dist == 0)
660 bool Exact = (Dist % IVBump) == 0;
665 if ((Dist < 0) ^ (IVBump < 0))
672 Dist = Dist > 0 ? Dist+1 : Dist-1;
674 // assert (CmpLess => Dist > 0);
675 assert ((!CmpLess || Dist > 0) && "Loop should never iterate!")
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 429 LVM_INT32 Tot_Dist,Dist;
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0];
454 Gain = Gain1+ (((Gain2-Gain1)*Dist)/(Tot_Dist));
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 202 unsigned Dist = DistanceMap[Def];
203 if (Dist > LastDefDist) {
206 LastDefDist = Dist;
296 unsigned Dist = DistanceMap[Def];
297 if (Dist > LastPartDefDist)
298 LastPartDefDist = Dist;
300 unsigned Dist = DistanceMap[Use];
301 if (Dist > LastRefOrPartRefDist) {
302 LastRefOrPartRefDist = Dist;
345 unsigned Dist = DistanceMap[Def]
    [all...]
TwoAddressInstructionPass.cpp 104 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
107 MachineInstr *MI, unsigned Dist);
110 unsigned RegB, unsigned RegC, unsigned Dist);
116 unsigned RegA, unsigned RegB, unsigned Dist);
118 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
130 unsigned Dist, bool shouldOnlyCommute);
139 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist);
315 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
318 unsigned LastUse = Dist;
332 return !(LastUse > LastDef && LastUse < Dist);
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 390 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
395 Distribution &Dist);
399 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
404 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
434 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
439 Distribution &Dist);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 264 FLOAT Dist;
689 DWORD *face_index, FLOAT *u, FLOAT *v, FLOAT *dist) PURE;
    [all...]

Completed in 831 milliseconds