Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Ddist.rs16 pub(crate) struct Dist { struct
21 impl Dist { argument
277 impl From<Complex> for Dist { implementation
285 impl From<Real> for Dist { implementation
291 impl From<u64> for Dist { implementation
297 impl fmt::Debug for Dist { implementation
306 impl Neg for Dist { implementation
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/fuzzing/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A 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
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/llvm/lib/Analysis/
H A 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
/aosp_15_r20/build/soong/android/
H A Dmodule.go176 type Dist struct { struct
180 Targets []string `android:"arch_variant"`
184 Dest *string `android:"arch_variant"`
188 Dir *string `android:"arch_variant"`
191 Suffix *string `android:"arch_variant"`
197 Append_artifact_with_product *bool `android:"arch_variant"`
205 Tag *string `android:"arch_variant"`
524 Dist Dist `android:"arch_variant"` member
2213 func checkDistProperties(ctx *moduleContext, property string, dist *Dist) {
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp308 int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
489 int Dist; in removeRedundantAddrCalc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp343 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
531 int Dist; in removeRedundantAddrCalc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp342 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
528 int Dist; in removeRedundantAddrCalc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h101 DenseMap<const MachineInstr*,unsigned> &Dist; member
105 DenseMap<const MachineInstr*,unsigned> Dist; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h101 DenseMap<const MachineInstr*,unsigned> &Dist; member
105 DenseMap<const MachineInstr*,unsigned> Dist; member
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dgradient_paint.inl34 tvec2<T, P> Dist = Point1 - Point0; local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dgradient_paint.inl34 tvec2<T, P> Dist = Point1 - Point0; local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmultinomial_op_gpu.cu.cc68 typedef random::UniformDistribution<random::PhiloxRandom, float> Dist; in operator ()() typedef
/aosp_15_r20/external/go-cmp/cmp/internal/diff/
H A Ddiff.go82 func (es EditScript) Dist() int { return len(es) - es.stats().NI } func
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_ApplyNewSettings.cpp360 LVM_INT32 Tot_Dist, Dist; in LVREV_ApplyNewSettings() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp138 const uint64_t Dist = DstAddr - (SrcAddr + SrcSize); in extTSPScore() local
144 const uint64_t Dist = SrcAddr + SrcSize - DstAddr; in extTSPScore() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTTypeTraits.cpp49 unsigned Dist = 0; in isBaseOf() local

123