Home
last modified time | relevance | path

Searched defs:Dist (Results 1 – 25 of 56) sorted by relevance

123

/external/pytorch/aten/src/ATen/native/cpu/
DDistanceOpsKernel.cpp17 struct Dist { struct
18 using Vec = vec::Vectorized<scalar_t>;
46 static inline Vec sign(Vec val) { in sign()
51 static inline Vec abs(Vec val) { in abs()
55 static inline scalar_t abs(scalar_t val) { in abs()
59 static inline Vec ceil(Vec val) { in ceil()
63 static inline scalar_t ceil(scalar_t val) { in ceil()
67 static inline Vec min(Vec val, scalar_t other) { in min()
71 static inline scalar_t min(scalar_t val, scalar_t other) { in min()
75 static inline Vec max(Vec val, Vec other) { in max()
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/
Ddist.rs16 pub(crate) struct Dist { struct
21 impl Dist { implementation
289 impl From<Complex> for Dist { implementation
297 impl From<Real> for Dist { implementation
303 impl From<u64> for Dist { implementation
309 impl fmt::Debug for Dist { implementation
318 impl Neg for Dist { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/
Ddist.rs16 pub(crate) struct Dist { struct
21 impl Dist { argument
289 impl From<Complex> for Dist { implementation
297 impl From<Real> for Dist { implementation
303 impl From<u64> for Dist { implementation
309 impl fmt::Debug for Dist { implementation
318 impl Neg for Dist { implementation
/external/cronet/tot/third_party/libc++/src/test/libcxx/fuzzing/
Drandom.pass.cpp94 using Dist = std::poisson_distribution<IntT>; typedef
110 using Dist = std::geometric_distribution<IntT>; typedef
126 using Dist = std::lognormal_distribution<IntT>; typedef
142 using Dist = std::bernoulli_distribution; typedef
/external/cronet/stable/third_party/libc++/src/test/libcxx/fuzzing/
Drandom.pass.cpp94 using Dist = std::poisson_distribution<IntT>; typedef
110 using Dist = std::geometric_distribution<IntT>; typedef
126 using Dist = std::lognormal_distribution<IntT>; typedef
142 using Dist = std::bernoulli_distribution; typedef
/external/llvm/lib/CodeGen/
DLiveVariables.cpp202 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
296 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local
345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local
356 unsigned Dist = DistanceMap[Use]; in HandlePhysRegKill() local
577 unsigned Dist = 0; in runOnBlock() local
DTwoAddressInstructionPass.cpp356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef()
547 MachineInstr *MI, unsigned Dist) { in isProfitableToCommute()
646 unsigned Dist) { in commuteInstruction()
694 unsigned Dist) { in convertInstTo3Addr()
981 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose()
1162 unsigned Dist) { in tryInstructionCommute()
1212 unsigned Dist, bool shouldOnlyCommute) { in tryInstructionTransform()
1445 unsigned &Dist) { in processTiedPairs()
1630 unsigned Dist = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.cpp202 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
296 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local
345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local
356 unsigned Dist = DistanceMap[Use]; in HandlePhysRegKill() local
575 unsigned Dist = 0; in runOnBlock() local
DTwoAddressInstructionPass.cpp384 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef()
584 MachineInstr *MI, unsigned Dist) { in isProfitableToCommute()
684 unsigned Dist) { in commuteInstruction()
732 unsigned Dist) { in convertInstTo3Addr()
1024 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose()
1204 unsigned Dist) { in tryInstructionCommute()
1272 unsigned Dist, bool shouldOnlyCommute) { in tryInstructionTransform()
1504 unsigned &Dist) { in processTiedPairs()
1697 unsigned Dist = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp105 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer()
290 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist()
353 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
427 Distribution &Dist) { in distributeMass()
815 Distribution Dist; in adjustLoopHeaderMass() local
842 void BlockFrequencyInfoImplBase::distributeIrrLoopHeaderMass(Distribution &Dist) { in distributeIrrLoopHeaderMass()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DLiveVariables.cpp199 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
293 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
297 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local
342 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local
353 unsigned Dist = DistanceMap[Use]; in HandlePhysRegKill() local
569 unsigned Dist = 0; in runOnBlock() local
DTwoAddressInstructionPass.cpp245 bool TwoAddressInstructionPass::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef()
530 unsigned Dist) { in isProfitableToCommute()
635 unsigned Dist) { in commuteInstruction()
681 Register RegA, Register RegB, unsigned &Dist) { in convertInstTo3Addr()
971 bool TwoAddressInstructionPass::isDefTooClose(Register Reg, unsigned Dist, in isDefTooClose()
1150 unsigned Dist) { in tryInstructionCommute()
1215 unsigned &Dist, bool shouldOnlyCommute) { in tryInstructionTransform()
1452 unsigned &Dist) { in processTiedPairs()
1759 unsigned Dist = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp126 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer()
311 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist()
374 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
448 Distribution &Dist) { in distributeMass()
845 Distribution Dist; in adjustLoopHeaderMass() local
872 void BlockFrequencyInfoImplBase::distributeIrrLoopHeaderMass(Distribution &Dist) { in distributeIrrLoopHeaderMass()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp85 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer()
266 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist()
329 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
402 Distribution &Dist) { in distributeMass()
771 Distribution Dist; in adjustLoopHeaderMass() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dgradient_paint.inl34 tvec2<T, P> Dist = Point1 - Point0; local
/external/tensorflow/tensorflow/core/kernels/
Dmultinomial_op_gpu.cu.cc68 typedef random::UniformDistribution<random::PhiloxRandom, float> Dist; in operator ()() typedef
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp308 int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
489 int Dist; in removeRedundantAddrCalc() local
/external/go-cmp/cmp/internal/diff/
Ddiff.go82 func (es EditScript) Dist() int { return len(es) - es.stats().NI } func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp343 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
531 int Dist; in removeRedundantAddrCalc() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp342 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
528 int Dist; in removeRedundantAddrCalc() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h101 DenseMap<const MachineInstr*,unsigned> &Dist; member
105 DenseMap<const MachineInstr*,unsigned> Dist; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DBitTracker.h101 DenseMap<const MachineInstr*,unsigned> &Dist; member
105 DenseMap<const MachineInstr*,unsigned> Dist; member
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/unittests/
DResultAnalyzerTest.cpp84 static constexpr DistributionId Dist = {{"A"}}; in TEST() local
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/unittests/
DResultAnalyzerTest.cpp84 static constexpr DistributionId Dist = {{"A"}}; in TEST() local
/external/clang/lib/AST/
DASTTypeTraits.cpp49 unsigned Dist = 0; in isBaseOf() local

123