Home
last modified time | relevance | path

Searched defs:Weight (Results 1 – 25 of 117) sorted by relevance

12345

/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/
DWeight.java32 public class Weight implements OptimizationData { class
41 public Weight(double[] weight) { in Weight() method in Weight
49 public Weight(RealMatrix weight) { in Weight() method in Weight
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/vector/
DWeight.java36 public class Weight implements OptimizationData { class
45 public Weight(double[] weight) { in Weight() method in Weight
54 public Weight(RealMatrix weight) { in Weight() method in Weight
/external/rust/crates/rand/src/distributions/
Dweighted.rs35 pub trait Weight {} interface
39 impl Weight for $T {} impl
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
DOperations.cpp91 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()
218 OpDescriptor llvm::fuzzerop::extractValueDescriptor(unsigned Weight) { in extractValueDescriptor()
277 OpDescriptor llvm::fuzzerop::insertValueDescriptor(unsigned Weight) { in insertValueDescriptor()
289 OpDescriptor llvm::fuzzerop::extractElementDescriptor(unsigned Weight) { in extractElementDescriptor()
297 OpDescriptor llvm::fuzzerop::insertElementDescriptor(unsigned Weight) { in insertElementDescriptor()
322 OpDescriptor llvm::fuzzerop::shuffleVectorDescriptor(unsigned Weight) { in shuffleVectorDescriptor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp91 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-16.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h365 struct Weight { struct
371 Weight() = default; argument
372 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h356 struct Weight { struct
362 Weight() = default; argument
363 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount) in Weight() function
/external/rust/crates/http/tests/
Dheader_map_fuzz.rs35 struct Weight { struct
36 insert: usize,
37 remove: usize,
38 append: usize,
119 fn gen_step(&mut self, weight: &Weight, rng: &mut StdRng) -> Step { in gen_step()
129 fn gen_action(&mut self, weight: &Weight, rng: &mut StdRng) -> Action { in gen_action()
/external/flatbuffers/tests/union_vector/
DFallingTub.cs16 public int Weight { get { return __p.bb.GetInt(__p.bb_pos + 0); } } property
43 public int Weight { get; set; } property in FallingTubT
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
DRandom.h60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample()
83 uint64_t Weight) { in makeSampler()
DOpDescriptor.h89 unsigned Weight; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample()
83 uint64_t Weight) { in makeSampler()
DOpDescriptor.h90 unsigned Weight; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp141 float Weight = weightCalcHelper(LI); in calculateSpillWeightAndHint() local
200 const float Weight; in weightCalcHelper() member
239 float Weight = 1.0f; in weightCalcHelper() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DProfiledCallGraph.h32 uint64_t Weight; member
103 uint64_t Weight; in ProfiledCallGraph() local
/external/llvm/lib/ProfileData/
DInstrProf.cpp338 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/rust/crates/arbitrary/tests/
Dderive.rs239 struct Weight(u8); in test_field_attributes() struct
258 fn arbitrary_weight(u: &mut Unstructured) -> arbitrary::Result<Weight> { in test_field_attributes()
/external/llvm/utils/TableGen/
DCodeGenRegisters.h439 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/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp602 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPFixedPoint.h48 FixedPointSemantics(unsigned Width, Lsb Weight, bool IsSigned, in FixedPointSemantics()
/external/skia/include/core/
DSkFontStyle.h18 enum Weight { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h104 uint64_t Weight = 2; in buildEdges() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp68 float Weight = 0.0f; in computeWeight() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp53 typedef BlockFrequencyInfoImplBase::Weight Weight; typedef
92 BlockMass DitheringDistributer::takeMass(uint32_t Weight) { in takeMass()
270 uint64_t Weight) { in addToDist()

12345