Searched defs:weight_ (Results 1 - 15 of 15) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Dkey.h9 Key() : str_(), weight_(0.0), id_(0), terminal_(0) {}
15 weight_ = weight;
28 return weight_;
39 double weight_; member in class:marisa::Key
H A Drange.h42 WRange() : range_(), weight_(0.0) {}
44 : range_(range), weight_(weight) {}
46 : range_(begin, end, pos), weight_(weight) {}
58 weight_ = weight;
74 return weight_;
79 double weight_; member in class:marisa::WRange
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dkey.h11 Key() : str_(), weight_(0.0), id_(0), terminal_(0) {}
17 weight_ = weight;
30 return weight_;
41 double weight_; member in class:marisa_alpha::Key
H A Drange.h42 WRange() : range_(), weight_(0.0) {}
44 : range_(range), weight_(weight) {}
46 : range_(begin, end, pos), weight_(weight) {}
58 weight_ = weight;
74 return weight_;
79 double weight_; member in class:marisa_alpha::WRange
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc140 weight_(weight),
161 return weight_;
198 int weight_; member in class:SuggestionsSourceStub
/external/chromium_org/net/dns/
H A Drecord_rdata.h56 uint16 weight() const { return weight_; }
65 uint16 weight_; member in class:net::SrvRecordRdata
/external/stressapptest/src/
H A Dpattern.h70 unsigned int weight() {return weight_;}
80 int weight_; // This is the likelihood that this member in class:Pattern
/external/openfst/src/include/fst/
H A Dfactor-weight.h101 : weight_(w), done_(w.Size() <= 1) {}
108 StringWeightIterator<L, S> iter(weight_);
116 void Reset() { done_ = weight_.Size() <= 1; }
119 StringWeight<L, S> weight_; member in class:fst::StringFactor
129 : weight_(w), done_(w.Value1().Size() <= 1) {}
136 StringFactor<L, S> iter(weight_.Value1());
137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
142 void Reset() { done_ = weight_.Value1().Size() <= 1; }
145 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
H A Dcompose-filter.h90 WeightFilterState() : weight_(W::Zero()) {}
91 explicit WeightFilterState(W w) : weight_(w) {}
95 size_t Hash() const { return weight_.Hash(); }
98 return weight_ == f.weight_;
102 return weight_ != f.weight_;
105 W GetWeight() const { return weight_; }
107 void SetWeight(W w) { weight_ = w; }
110 W weight_; member in class:fst::WeightFilterState
[all...]
H A Dencode.h64 Tuple(Label ilabel_, Label olabel_, Weight weight_) argument
65 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
H A Dlookahead-matcher.h141 : weight_(Weight::One()),
152 Weight LookAheadWeight() const { return weight_; }
166 void SetLookAheadWeight(const Weight &w) { weight_ = w; }
177 Weight weight_; // Look-ahead weight member in class:fst::LookAheadMatcherBase
H A Darc-map.h976 explicit PlusMapper(Weight w) : weight_(w) {}
981 Weight w = Plus(arc.weight, weight_);
999 Weight weight_; member in struct:fst::PlusMapper
1010 explicit TimesMapper(Weight w) : weight_(w) {}
1015 Weight w = Times(arc.weight, weight_);
1030 Weight weight_; member in struct:fst::TimesMapper
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h49 Tuple(Label ilabel_, Label olabel_, Weight weight_) argument
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
H A Dfactor-weight.h83 : weight_(w), done_(w.Size() <= 1) {}
90 StringWeightIterator<L, S> iter(weight_);
98 void Reset() { done_ = weight_.Size() <= 1; }
101 StringWeight<L, S> weight_; member in class:fst::StringFactor
111 : weight_(w), done_(w.Value1().Size() <= 1) {}
118 StringFactor<L, S> iter(weight_.Value1());
119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
124 void Reset() { done_ = weight_.Value1().Size() <= 1; }
127 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
H A Dmap.h853 explicit PlusMapper(Weight w) : weight_(w) {}
858 Weight w = Plus(arc.weight, weight_);
868 Weight weight_; member in struct:fst::PlusMapper
877 explicit TimesMapper(Weight w) : weight_(w) {}
882 Weight w = Times(arc.weight, weight_);
892 Weight weight_; member in struct:fst::TimesMapper

Completed in 339 milliseconds