Searched refs:DEFAULT_WEIGHT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.h71 a default weight DEFAULT_WEIGHT defined in this file is used
88 the 70% is calculated from (DEFAULT_WEIGHT - weight)
140 const int DEFAULT_WEIGHT = 100; variable
H A Dwbnf.cpp446 for (int i=0; i<size; ++i) weights.append(DEFAULT_WEIGHT);
451 for (int i=s; i<size; ++i) weights.append(DEFAULT_WEIGHT);
609 static WeightedRand wr(& Buffer_int().append(DEFAULT_WEIGHT * 10), 5);
768 Alternation & append (Pick * node, int weight = DEFAULT_WEIGHT){ argument
1058 w2.append(DEFAULT_WEIGHT - weights[0]).append(weights[0]);
1172 int w = DEFAULT_WEIGHT;
1191 w = DEFAULT_WEIGHT;
/external/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h28 // TODO: DEFAULT_WEIGHT makes sense during static predication, when none of
33 static const uint32_t DEFAULT_WEIGHT = 16; member in class:llvm::MachineBranchProbabilityInfo
48 // DEFAULT_WEIGHT.
/external/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h120 // TODO: DEFAULT_WEIGHT makes sense during static predication, when none of
125 static const uint32_t DEFAULT_WEIGHT = 16; member in class:llvm::BranchProbabilityInfo
/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp68 return DEFAULT_WEIGHT;
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp588 /// DEFAULT_WEIGHT value. Here an edge is specified using PredBlock and an index
598 return DEFAULT_WEIGHT;
618 return (Weight == 0) ? DEFAULT_WEIGHT : Weight;

Completed in 1833 milliseconds