OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFAULT_WEIGHT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h
29
// TODO:
DEFAULT_WEIGHT
makes sense during static predication, when none of
34
static const uint32_t
DEFAULT_WEIGHT
= 16;
/external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h
30
// TODO:
DEFAULT_WEIGHT
makes sense during static predication, when none of
35
static const uint32_t
DEFAULT_WEIGHT
= 16;
53
//
DEFAULT_WEIGHT
.
/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;
Completed in 241 milliseconds