/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | benchmarks.cc | 169 template <typename Engine, typename Dist, typename... Args> 171 using value_type = typename Dist::result_type; in BM_Dist() 173 Dist dis{std::forward<Args>(args)...}; in BM_Dist() 181 template <typename Engine, typename Dist> 183 using value_type = typename Dist::result_type; in BM_Large() 186 BM_Dist<Engine, Dist>(state, kMin, kMax); in BM_Large() 189 template <typename Engine, typename Dist> 191 using value_type = typename Dist::result_type; in BM_Small() 194 BM_Dist<Engine, Dist>(state, kMin, kMax); in BM_Small() 197 template <typename Engine, typename Dist, int A> [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 359 template <class T, class Dist> 361 T operator()() const { return Dist{}(T{}); } in operator ()() 364 template <class Dist, int Align> 365 struct Random<Ptr<Align>*, Dist> { 367 return MakePtr<Align>(Random<uintptr_t, Dist>{}() * Align); in operator ()() 371 template <class Dist> 372 struct Random<IntIdentity, Dist> { 374 return IntIdentity{Random<uint64_t, Dist>{}()}; in operator ()() 378 template <class Dist, int Align> 379 struct Random<PtrIdentity<Align>, Dist> { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 98 DitheringDistributer(Distribution &Dist, const BlockMass &Mass); 105 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer() argument 107 Dist.normalize(); in DitheringDistributer() 108 RemWeight = Dist.Total; in DitheringDistributer() 290 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist() argument 319 Dist.addBackedge(Resolved, Weight); in addToDist() 325 Dist.addExit(Resolved, Weight); in addToDist() 348 Dist.addLocal(Resolved, Weight); in addToDist() 353 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist() argument 356 if (!addToDist(Dist, OuterLoop, Loop.getHeader(), I.first, in addLoopSuccessorsToDist() [all …]
|
D | LoopAccessAnalysis.cpp | 1353 const SCEV &Dist, uint64_t Stride, in isSafeDependenceDistance() argument 1377 const SCEV *CastedDist = &Dist; in isSafeDependenceDistance() 1379 uint64_t DistTypeSize = DL.getTypeAllocSize(Dist.getType()); in isSafeDependenceDistance() 1386 CastedProduct = SE.getZeroExtendExpr(Product, Dist.getType()); in isSafeDependenceDistance() 1388 CastedDist = SE.getNoopOrSignExtend(&Dist, Product->getType()); in isSafeDependenceDistance() 1478 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src); in isDependent() local 1483 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent() 1498 const SCEVConstant *C = dyn_cast<SCEVConstant>(Dist); in isDependent() 1502 *(PSE.getBackedgeTakenCount()), *Dist, Stride, in isDependent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 131 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef); 134 MachineInstr *MI, unsigned Dist); 137 unsigned RegBIdx, unsigned RegCIdx, unsigned Dist); 143 unsigned RegA, unsigned RegB, unsigned Dist); 145 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI); 157 unsigned Dist, bool shouldOnlyCommute); 163 unsigned Dist); 172 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist); 384 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() argument 387 unsigned LastUse = Dist; in noUseAfterLastDef() [all …]
|
D | LiveVariables.cpp | 202 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local 203 if (Dist > LastDefDist) { in FindLastPartialDef() 206 LastDefDist = Dist; in FindLastPartialDef() 296 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local 297 if (Dist > LastPartDefDist) in FindLastRefOrPartRef() 298 LastPartDefDist = Dist; in FindLastRefOrPartRef() 300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local 301 if (Dist > LastRefOrPartRefDist) { in FindLastRefOrPartRef() 302 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef() 345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | gradient_paint.inl | 34 tvec2<T, P> Dist = Point1 - Point0; local 35 …return (Dist.x * (Position.x - Point0.x) + Dist.y * (Position.y - Point0.y)) / glm::dot(Dist, Dist…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 437 Distribution &Dist); 446 bool addToDist(Distribution &Dist, const LoopData *OuterLoop, 481 Distribution &Dist); 496 void distributeIrrLoopHeaderMass(Distribution &Dist); 1160 Distribution Dist; 1184 Dist.addLocal(HeaderNode, HeaderWeightValue); 1203 Dist.addLocal(HeaderNode, MinWeight); 1205 distributeIrrLoopHeaderMass(Dist); 1313 Distribution Dist; 1316 if (!addLoopSuccessorsToDist(OuterLoop, *Loop, Dist)) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.h | 75 UseQueueType() : Uses(Dist) {} in UseQueueType() 95 Dist.clear(); in reset() 99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp() 101 DenseMap<const MachineInstr*,unsigned> &Dist; member 105 DenseMap<const MachineInstr*,unsigned> Dist; member
|
D | HexagonHardwareLoops.cpp | 782 int64_t Dist = EndV - StartV; in computeCount() local 783 if (Dist == 0) in computeCount() 786 bool Exact = (Dist % IVBump) == 0; in computeCount() 791 if ((Dist < 0) ^ (IVBump < 0)) in computeCount() 798 Dist = Dist > 0 ? Dist+1 : Dist-1; in computeCount() 804 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount() 808 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount() 809 : (-Dist + (-IVBump - 1)) / (-IVBump); in computeCount()
|
D | BitTracker.cpp | 783 auto F = Dist.find(MI); in operator ()() 784 if (F != Dist.end()) in operator ()() 789 Dist.insert(std::make_pair(MI, D)); in operator ()()
|
D | HexagonLoopIdiomRecognition.cpp | 2209 Value *Dist = Builder.CreateSub(LowA, HighA); in processCopyingStore() local 2210 Value *CmpD = Builder.CreateICmpSLE(NumBytes, Dist); in processCopyingStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 272 int64_t &AddrDispShift, int &Dist); 343 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA() argument 385 Dist = DistTemp; in chooseBestLEA() 531 int Dist; in removeRedundantAddrCalc() local 532 if (!chooseBestLEA(Insns->second, MI, DefMI, AddrDispShift, Dist)) in removeRedundantAddrCalc() 541 if (Dist < 0) { in removeRedundantAddrCalc()
|
/third_party/openssl/external/perl/Text-Template-1.56/ |
D | MANIFEST | 1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
|
D | Changes | 44 the Dist::Zilla generated LICENSE file. 47 with Dist::Zilla and avoids maintenance issue of updating the tests for
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/ |
D | MANIFEST | 1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
|
D | Changes | 44 the Dist::Zilla generated LICENSE file. 47 with Dist::Zilla and avoids maintenance issue of updating the tests for
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 125 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local 127 const APInt &Val = Dist->getAPInt(); in isDependenceDistanceOfOne()
|
/third_party/python/Doc/library/ |
D | importlib.metadata.rst | 64 … 'Classifier', 'Classifier', 'Requires-Python', 'Provides-Extra', 'Requires-Dist', 'Requires-Dist']
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILoadStoreOptimizer.cpp | 1839 int64_t Dist = MAddr.Offset - MAddrNext.Offset; in promoteConstantOffsetToImm() local 1842 AM.BaseOffs = Dist; in promoteConstantOffsetToImm() 1844 (uint32_t)std::abs(Dist) > MaxDist) { in promoteConstantOffsetToImm() 1845 MaxDist = std::abs(Dist); in promoteConstantOffsetToImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 386 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers() local 387 if (C == Dist) in areConsecutivePointers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 4017 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() argument 4018 Dist = 0; in getBundledDefMI() 4030 ++Dist; in getBundledDefMI() 4040 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI() argument 4041 Dist = 0; in getBundledUseMI() 4054 ++Dist; in getBundledUseMI() 4059 Dist = 0; in getBundledUseMI()
|
/third_party/libexif/po/ |
D | pt_BR.po | 1418 msgstr "Distância do foco" 1565 msgstr "Distância de foco superior" 1569 msgstr "Distância de foco inferior" 2815 msgstr "Distância até o destino" 3475 msgstr "Distância do assunto" 3863 msgstr "Distância focal em filme de 35mm" 4216 msgstr "Distância focal mínima" 4220 msgstr "Distância focal máxima" 4756 msgstr "Distância do foco manual" 5490 msgstr "Distância do objeto" [all …]
|
/third_party/zlib/doc/ |
D | rfc1951.txt | 642 Code Bits Dist Code Bits Dist Code Bits Distance
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5099 APInt Dist = Val - PrevVal; in SwitchLookupTable() local 5101 DistToPrev = Dist; in SwitchLookupTable() 5102 } else if (Dist != DistToPrev) { in SwitchLookupTable()
|