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

1 2

  /hardware/intel/img/psb_video/src/
tng_VP8.h 46 typedef IMG_UINT8 Probability;
48 extern const Probability b_mode_prob[10][10][9];
tng_VP8.c 59 const Probability b_mode_prob[10][10][9] =
267 /* Probability tables */
324 /* Probability tables */
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceRNG.cpp 51 bool RandomNumberGeneratorWrapper::getTrueWithProbability(float Probability) {
52 return RNG.next(MAX) < Probability * MAX;
IceRNG.h 66 bool getTrueWithProbability(float Probability);
IceTargetLowering.cpp 384 int Probability = getFlags().getNopProbabilityAsPercentage();
386 randomlyInsertNop(Probability / 100.0, RNG);
    [all...]
  /external/libchrome/base/metrics/
field_trial.h 80 typedef int Probability; // Probability type for being selected in a trial.
141 // Establish the name and probability of the next group in this trial.
145 int AppendGroup(const std::string& name, Probability group_probability);
191 Probability total_probability,
229 Probability total_probability,
272 const Probability divisor_;
277 // The randomly selected probability that is used to select a group (or have
280 Probability random_;
283 Probability accumulated_group_probability_
    [all...]
field_trial.cc 58 // groups for a given |divisor| (total probability) and |entropy_value|.
59 FieldTrial::Probability GetGroupBoundaryValue(
60 FieldTrial::Probability divisor,
65 // static_cast<FieldTrial::Probability>(100 * 0.56) == 56
66 // static_cast<FieldTrial::Probability>(100 * 0.57) == 56
67 // static_cast<FieldTrial::Probability>(100 * 0.58) == 57
68 // static_cast<FieldTrial::Probability>(100 * 0.59) == 59
70 const FieldTrial::Probability result =
71 static_cast<FieldTrial::Probability>(divisor * entropy_value + kEpsilon);
152 Probability group_probability)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 179 BranchProbability Probability) const override;
183 BranchProbability Probability) const override ;
189 BranchProbability Probability) const override;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 211 BranchProbability Probability) const override {
219 BranchProbability Probability) const override;
222 BranchProbability Probability) const override {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 179 BranchProbability Probability) const override;
184 BranchProbability Probability) const override;
186 BranchProbability Probability) const override;
SystemZInstrInfo.cpp 558 BranchProbability Probability) const {
561 // making the loop body longer). This doesn't apply for low-probability
563 // probability instead of looping structure.
566 // into a Conditional Compare regardless of the branch probability.
568 MBB.succ_empty() && Probability < BranchProbability(1, 8))
579 BranchProbability Probability) const {
586 BranchProbability Probability) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 124 /// of the specified basic block, where the probability of the instructions
125 /// being executed is given by Probability, and Confidence is a measure
129 BranchProbability Probability) const override;
134 /// predicates, where the probability of the true path being taken is given
135 /// by Probability, and Confidence is a measure of our confidence that it
141 BranchProbability Probability) const override;
146 /// The probability of the instructions being executed is given by
147 /// Probability, and Confidence is a measure of our confidence that it
150 BranchProbability Probability) const override;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 319 /// of the specified basic block, where the probability of the instructions
320 /// being executed is given by Probability, and Confidence is a measure
325 const BranchProbability &Probability) const {
332 /// predicates, where the probability of the true path being taken is given
333 /// by Probability, and Confidence is a measure of our confidence that it
340 const BranchProbability &Probability) const {
347 /// The probability of the instructions being executed is given by
348 /// Probability, and Confidence is a measure of our confidence that it
352 const BranchProbability &Probability) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 172 const BranchProbability &Probability) const;
178 const BranchProbability &Probability) const;
183 &Probability) const {
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 234 BranchProbability Probability) const override;
239 BranchProbability Probability) const override;
242 BranchProbability Probability) const override {
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 618 /// of the specified basic block, where the probability of the instructions
619 /// being executed is given by Probability, and Confidence is a measure
624 BranchProbability Probability) const {
631 /// predicates, where the probability of the true path being taken is given
632 /// by Probability, and Confidence is a measure of our confidence that it
639 BranchProbability Probability) const {
646 /// The probability of the instructions being executed is given by
647 /// Probability, and Confidence is a measure of our confidence that it
651 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 624 /// of the specified basic block, where the probability of the instructions
625 /// being executed is given by Probability, and Confidence is a measure
630 BranchProbability Probability) const {
637 /// predicates, where the probability of the true path being taken is given
638 /// by Probability, and Confidence is a measure of our confidence that it
645 BranchProbability Probability) const {
652 /// The probability of the instructions being executed is given by
653 /// Probability, and Confidence is a measure of our confidence that it
657 BranchProbability Probability) const {
    [all...]

Completed in 1534 milliseconds

1 2