OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWeight
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source.h
36
virtual int
GetWeight
() = 0;
suggestions_source_discovery.h
32
virtual int
GetWeight
() OVERRIDE;
suggestions_source_top_sites.h
33
virtual int
GetWeight
() OVERRIDE;
suggestions_source_discovery.cc
48
inline int SuggestionsSourceDiscovery::
GetWeight
() {
suggestions_combiner.cc
96
total_weight += sources_[i]->
GetWeight
();
109
int numerator = sources_[i]->
GetWeight
() * suggestions_count_ + error;
suggestions_source_top_sites.cc
43
inline int SuggestionsSourceTopSites::
GetWeight
() {
suggestions_combiner_unittest.cc
160
virtual int
GetWeight
() OVERRIDE {
/external/openfst/src/include/fst/script/
prune.h
59
Weight weight_threshold = *(opts.weight_threshold.
GetWeight
<Weight>());
66
(*distance)[i] = *((*opts.distance)[i].
GetWeight
<Weight>());
115
typename Arc::Weight w = *(args->arg3.
GetWeight
<typename Arc::Weight>());
126
typename Arc::Weight w = *(args->arg2.
GetWeight
<typename Arc::Weight>());
reweight.h
41
potentials[i] = *(args->arg2[i].
GetWeight
<Weight>());
determinize.h
54
*(opts.weight_threshold.
GetWeight
<typename Arc::Weight>());
disambiguate.h
54
*(opts.weight_threshold.
GetWeight
<typename Arc::Weight>());
weight-class.h
99
const W*
GetWeight
() const;
151
const W* WeightClass::
GetWeight
() const {
rmepsilon.h
72
*(opts.weight_threshold.
GetWeight
<Weight>());
160
typename Arc::Weight w = *(args->arg3.
GetWeight
<typename Arc::Weight>());
shortest-path.h
67
*(opts.weight_threshold.
GetWeight
<Weight>());
164
*(args->arg6.
GetWeight
<typename Arc::Weight>());
map.h
60
typename Arc::Weight w = *(args->args.arg4.
GetWeight
<typename Arc::Weight>());
/external/opencv/cvaux/src/
_cvfacedetection.h
60
inline double
GetWeight
();
85
inline double FaceFeature::
GetWeight
()
88
}//inline long FaceFeature::
GetWeight
()
229
virtual double
GetWeight
() = 0;
248
double dWeight = m_lpIdealFace[i].
GetWeight
();
290
virtual double
GetWeight
();
cvface.cpp
107
m_lpIdealFace[j].SetWeight( lpTmp[j].
GetWeight
() );
128
double RFace::
GetWeight
()
131
}//double RFace::
GetWeight
()
cvfacedetection.cpp
217
CurStat = tmp->
GetWeight
();
225
CurStat = tmp->
GetWeight
();
/external/chromium_org/ui/gfx/
color_analysis.cc
107
inline uint32_t
GetWeight
() const {
113
return a.
GetWeight
() > b.
GetWeight
();
/external/openfst/src/include/fst/extensions/pdt/
pdtscript.h
112
*(args->arg4.weight_threshold.
GetWeight
<typename Arc::Weight>())));
/external/openfst/src/include/fst/
lookahead-filter.h
376
const Weight &fweight = f2.
GetWeight
();
388
const Weight &fweight = f2.
GetWeight
();
compose-filter.h
105
W
GetWeight
() const { return weight_; }
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp
508
DWRITE_FONT_WEIGHT weight = font->
GetWeight
();
[
all
...]
/external/skia/src/ports/
SkFontHost_win_dw.cpp
508
DWRITE_FONT_WEIGHT weight = font->
GetWeight
();
[
all
...]
Completed in 749 milliseconds