HomeSort by relevance Sort by last modified time
    Searched refs:Weight (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/FuzzMutate/
Operations.h 38 OpDescriptor binOpDescriptor(unsigned Weight, Instruction::BinaryOps Op);
39 OpDescriptor cmpOpDescriptor(unsigned Weight, Instruction::OtherOps CmpOp,
41 OpDescriptor splitBlockDescriptor(unsigned Weight);
42 OpDescriptor gepDescriptor(unsigned Weight);
43 OpDescriptor extractValueDescriptor(unsigned Weight);
44 OpDescriptor insertValueDescriptor(unsigned Weight);
45 OpDescriptor extractElementDescriptor(unsigned Weight);
46 OpDescriptor insertElementDescriptor(unsigned Weight);
47 OpDescriptor shuffleVectorDescriptor(unsigned Weight);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 36 uint32_t Weight = getEdgeWeight(MBB, Succ);
39 Sum += Weight;
49 uint32_t Weight = Src->getSuccWeight(Dst);
50 if (!Weight)
52 return Weight;
58 uint32_t Weight = getEdgeWeight(Src, Dst);
63 return (uint64_t)Weight * 5 > (uint64_t)Sum * 4;
75 uint32_t Weight = getEdgeWeight(MBB, Succ);
78 Sum += Weight;
81 if (Weight > MaxWeight)
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 120 /// Optionally scale sample count \p S by \p Weight.
124 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
126 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
132 /// Optionally scale sample count \p S by \p Weight.
137 uint64_t Weight = 1) {
141 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
153 /// Optionally scale sample counts by \p Weight.
154 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
155 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
157 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /frameworks/minikin/include/minikin/
FontStyle.h 25 enum class Weight : uint16_t {
43 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {}
44 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {}
45 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {}
46 constexpr FontStyle(Weight weight, Slant slant)
47 : FontStyle(static_cast<uint16_t>(weight), slant) {}
48 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {
50 constexpr uint16_t weight() const { return mWeight; } function in class:minikin::FontStyle
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
WeightTest.java 27 import android.widget.layout.linear.Weight;
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
35 super("com.android.frameworks.coretests", Weight.class);
Weight.java 24 public class Weight extends Activity {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
Weight.java 25 * Exercise table layout with cells having a weight.
27 public class Weight extends Activity {
WeightTest.java 19 import android.widget.layout.table.Weight;
27 * {@link android.widget.layout.table.Weight} is
28 * setup to exercise tables in which cells use a weight.
30 public class WeightTest extends ActivityInstrumentationTestCase<Weight> {
37 super("com.android.frameworks.coretests", Weight.class);
44 final Weight activity = getActivity();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
SampleProf.h 133 /// Optionally scale sample count \p S by \p Weight.
137 sampleprof_error addSamples(uint64_t S, uint64_t Weight = 1) {
139 NumSamples = SaturatingMultiplyAdd(S, Weight, NumSamples, &Overflowed);
145 /// Optionally scale sample count \p S by \p Weight.
150 uint64_t Weight = 1) {
154 SaturatingMultiplyAdd(S, Weight, TargetSamples, &Overflowed);
166 /// Optionally scale sample counts by \p Weight.
167 sampleprof_error merge(const SampleRecord &Other, uint64_t Weight = 1) {
168 sampleprof_error Result = addSamples(Other.getSamples(), Weight);
170 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
    [all...]

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 910