| /external/rust/crates/rand/src/distributions/ |
| D | weighted.rs | 35 pub trait Weight {} interface 39 impl Weight for $T {} impl
|
| /external/llvm-project/llvm/lib/FuzzMutate/ |
| D | Operations.cpp | 91 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, in binOpDescriptor() 123 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, in cmpOpDescriptor() 140 OpDescriptor llvm::fuzzerop::splitBlockDescriptor(unsigned Weight) { in splitBlockDescriptor() 170 OpDescriptor llvm::fuzzerop::gepDescriptor(unsigned Weight) { in gepDescriptor() 211 OpDescriptor llvm::fuzzerop::extractValueDescriptor(unsigned Weight) { in extractValueDescriptor() 270 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor() 282 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor() 290 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor() 315 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
| D | Operations.cpp | 91 OpDescriptor llvm::fuzzerop::binOpDescriptor(unsigned Weight, in binOpDescriptor() 123 OpDescriptor llvm::fuzzerop::cmpOpDescriptor(unsigned Weight, in cmpOpDescriptor() 140 OpDescriptor llvm::fuzzerop::splitBlockDescriptor(unsigned Weight) { in splitBlockDescriptor() 170 OpDescriptor llvm::fuzzerop::gepDescriptor(unsigned Weight) { in gepDescriptor() 211 OpDescriptor llvm::fuzzerop::extractValueDescriptor(unsigned Weight) { in extractValueDescriptor() 266 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor() 278 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor() 286 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor() 311 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfoImpl.h | 356 struct Weight { struct 362 Weight() = default; argument 363 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() function
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfoImpl.h | 360 struct Weight { struct 366 Weight() = default; argument 367 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample() 83 uint64_t Weight) { in makeSampler()
|
| D | OpDescriptor.h | 90 unsigned Weight; member
|
| /external/llvm-project/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample() 83 uint64_t Weight) { in makeSampler()
|
| D | OpDescriptor.h | 90 unsigned Weight; member
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | CalcSpillWeights.cpp | 129 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local 192 const float Weight; in weightCalcHelper() member 224 float Weight = 1.0f; in weightCalcHelper() local
|
| /external/llvm/lib/ProfileData/ |
| D | InstrProf.cpp | 338 uint64_t Weight) { in merge() 360 uint64_t Weight) { in scale() 373 uint64_t Weight) { in mergeValueProfData() 388 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight) { in merge() 408 void InstrProfRecord::scaleValueProfData(uint32_t ValueKind, uint64_t Weight) { in scaleValueProfData() 416 void InstrProfRecord::scale(uint64_t Weight) { in scale()
|
| /external/llvm/utils/TableGen/ |
| D | CodeGenRegisters.h | 439 unsigned Weight; member 466 unsigned Weight; // Cache the sum of all unit weights. member 629 unsigned newRegUnit(unsigned Weight) { in newRegUnit() 667 unsigned Weight = 0; in getRegUnitSetWeight() local
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenRegisters.h | 488 unsigned Weight; member 518 unsigned Weight = 0; // Cache the sum of all unit weights. member 695 unsigned newRegUnit(unsigned Weight) { in newRegUnit() 740 unsigned Weight = 0; in getRegUnitSetWeight() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | InstrProf.cpp | 602 uint64_t Weight, in merge() 624 void InstrProfValueSiteRecord::scale(uint64_t Weight, in scale() 637 uint32_t ValueKind, InstrProfRecord &Src, uint64_t Weight, in mergeValueProfData() 655 void InstrProfRecord::merge(InstrProfRecord &Other, uint64_t Weight, in merge() 677 uint32_t ValueKind, uint64_t Weight, in scaleValueProfData() 683 void InstrProfRecord::scale(uint64_t Weight, in scale()
|
| /external/skia/include/core/ |
| D | SkFontStyle.h | 16 enum Weight { enum
|
| /external/skqp/include/core/ |
| D | SkFontStyle.h | 15 enum Weight { enum
|
| /external/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyRegColoring.cpp | 68 float Weight = 0.0f; in computeWeight() local
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | CFGMST.h | 104 uint64_t Weight = 2; in buildEdges() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyRegColoring.cpp | 68 float Weight = 0.0f; in computeWeight() local
|
| /external/harfbuzz_ng/src/ |
| D | hb-aat-fdsc-table.hh | 80 Weight = HB_TAG ('w','g','h','t'), enumerator
|
| /external/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 53 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef 92 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 270 uint64_t Weight) { in addToDist()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 73 using Weight = BlockFrequencyInfoImplBase::Weight; typedef 112 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 294 uint64_t Weight) { in addToDist()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 79 using Weight = BlockFrequencyInfoImplBase::Weight; typedef 118 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass() 300 uint64_t Weight) { in addToDist()
|
| /external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | CFGMST.h | 129 uint64_t Weight = 2; in buildEdges() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | CFGMST.h | 124 uint64_t Weight = 2; in buildEdges() local
|