OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_WEIGHT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
wbnf.h
71
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;
wbnf.cpp
446
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
){
1058
w2.append(
DEFAULT_WEIGHT
- weights[0]).append(weights[0])
[
all
...]
/external/icu4c/test/intltest/
wbnf.h
71
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;
wbnf.cpp
446
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
){
1058
w2.append(
DEFAULT_WEIGHT
- weights[0]).append(weights[0])
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h
28
// TODO:
DEFAULT_WEIGHT
makes sense during static predication, when none of
33
static const uint32_t
DEFAULT_WEIGHT
= 16;
48
//
DEFAULT_WEIGHT
.
/external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h
116
// TODO:
DEFAULT_WEIGHT
makes sense during static predication, when none of
121
static const uint32_t
DEFAULT_WEIGHT
= 16;
/external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp
68
return
DEFAULT_WEIGHT
;
/external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
567
///
DEFAULT_WEIGHT
value. Here an edge is specified using PredBlock and an index
577
return
DEFAULT_WEIGHT
;
592
return (Weight == 0) ?
DEFAULT_WEIGHT
: Weight;
Completed in 92 milliseconds