Home
last modified time | relevance | path

Searched defs:Weight (Results 1 – 25 of 124) sorted by relevance

12345

/external/openfst/src/include/fst/
Drandom-weight.h50 typedef TropicalWeightTpl<T> Weight; typedef
82 typedef LogWeightTpl<T> Weight; typedef
115 typedef MinMaxWeightTpl<T> Weight; typedef
149 typedef StringWeight<L, S> Weight; typedef
190 typedef W Weight; typedef
216 typedef LexicographicWeight<W1, W2> Weight; typedef
253 typedef GallicWeight<L, W, S> Weight; typedef
267 typedef PowerWeight<W, n> Weight; typedef
291 typedef SignedLogWeightTpl<T> Weight; typedef
327 typedef SparsePowerWeight<W, K> Weight; typedef
Dprune.h37 typedef typename A::Weight Weight; typedef
68 typedef W Weight; typedef
102 typedef typename Arc::Weight Weight; in Prune() typedef
220 typedef typename Arc::Weight Weight; in Prune() typedef
Dcompose-filter.h218 typedef typename Arc::Weight Weight; typedef
268 void FilterFinal(Weight *, Weight *) const {} in FilterFinal() argument
303 typedef typename Arc::Weight Weight; typedef
353 void FilterFinal(Weight *, Weight *) const {} in FilterFinal() argument
389 typedef typename Arc::Weight Weight; typedef
453 void FilterFinal(Weight *, Weight *) const {} in FilterFinal() argument
492 typedef typename Arc::Weight Weight; typedef
Dequal.h33 typedef typename Arc::Weight Weight; typedef
Dshortest-path.h43 typedef typename Arc::Weight Weight; typedef
83 typedef typename Arc::Weight Weight; in SingleShortestPath() typedef
211 typedef W Weight; typedef
284 typedef typename Arc::Weight Weight; typedef
417 typedef typename Arc::Weight Weight; in ShortestPath() typedef
Darc.h45 typedef W Weight; typedef
79 typedef StringWeight<int, S> Weight; typedef
110 typedef GallicWeight<Label, typename A::Weight, S> Weight; typedef
142 typedef typename AWeight::ReverseWeight Weight; typedef
166 typedef LexicographicWeight<W1, W2> Weight; typedef
190 typedef ProductWeight<W1, W2> Weight; typedef
218 typedef PowerWeight<typename A::Weight, n> Weight; typedef
249 typedef SparsePowerWeight<typename A::Weight, K> Weight; typedef
283 typedef ExpectationWeight<X1, X2> Weight; typedef
Dconcat.h50 typedef typename Arc::Weight Weight; in Concat() typedef
116 typedef typename Arc::Weight Weight; in Concat() typedef
198 typedef typename A::Weight Weight; typedef
Ddeterminize.h56 typedef W Weight; typedef
69 typedef StringWeight<L, S> Weight; typedef
99 typedef GallicWeight<L, W, S> Weight; typedef
148 typedef typename A::Weight Weight; typedef
245 typedef typename A::Weight Weight; typedef
581 typedef typename A::Weight Weight; typedef
679 typedef typename A::Weight Weight; typedef
817 typedef typename Arc::Weight Weight; typedef
856 typedef typename Arc::Weight Weight; typedef
Dverify.h34 typedef typename Arc::Weight Weight; typedef
Dshortest-distance.h74 typedef typename Arc::Weight Weight; typedef
285 typedef typename Arc::Weight Weight; typedef
323 typedef typename Arc::Weight Weight; typedef
Drandgen.h50 typedef typename A::Weight Weight; typedef
73 typedef typename A::Weight Weight; typedef
114 typedef typename A::Weight Weight; typedef
165 typedef typename A::Weight Weight; typedef
241 typedef typename A::Weight Weight; typedef
345 typedef typename A::Weight Weight; typedef
516 typedef typename A::Weight Weight; typedef
608 typedef typename IArc::Weight Weight; typedef
686 typedef typename OArc::Weight Weight; in RandGen() typedef
Dunion.h47 typedef typename Arc::Weight Weight; in Union() typedef
137 typedef typename A::Weight Weight; typedef
Dequivalent.h56 typedef typename Arc::Weight Weight; typedef
132 typedef typename Arc::Weight Weight; typedef
Dstate-map.h92 typedef typename A::Weight Weight; in StateMap() typedef
132 typedef typename A::Weight Weight; in StateMap() typedef
207 typedef typename B::Weight Weight; typedef
332 typedef typename B::Weight Weight; typedef
404 typedef typename A::Weight Weight; typedef
445 typedef typename A::Weight Weight; typedef
529 typedef typename A::Weight Weight; typedef
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drandom-weight.h39 typedef TropicalWeight Weight; typedef
66 typedef LogWeight Weight; typedef
94 typedef StringWeight<L, S> Weight; typedef
129 typedef ProductWeight<W1, W2> Weight; typedef
154 typedef GallicWeight<L, W, S> Weight; typedef
Dprune.h31 typedef typename A::Weight Weight; typedef
58 typedef typename Arc::Weight Weight; in Prune() typedef
144 typedef typename Arc::Weight Weight; in Prune() typedef
Drandgen.h44 typedef typename A::Weight Weight; typedef
65 typedef typename A::Weight Weight; typedef
119 typedef typename Arc::Weight Weight; in RandGen() typedef
Darc.h32 typedef TropicalWeight Weight; typedef
56 typedef LogWeight Weight; typedef
81 typedef StringWeight<int, S> Weight; typedef
112 typedef GallicWeight<Label, typename A::Weight, S> Weight; typedef
144 typedef typename AWeight::ReverseWeight Weight; typedef
Ddeterminize.h49 typedef W Weight; typedef
62 typedef StringWeight<L, S> Weight; typedef
91 typedef GallicWeight<L, W, S> Weight; typedef
131 typedef typename A::Weight Weight; typedef
210 typedef typename A::Weight Weight; typedef
476 typedef typename A::Weight Weight; typedef
540 typedef typename A::Weight Weight; typedef
Dconcat.h42 typedef typename Arc::Weight Weight; in Concat() typedef
110 typedef typename A::Weight Weight; typedef
Dunion.h40 typedef typename Arc::Weight Weight; in Union() typedef
112 typedef typename A::Weight Weight; typedef
Dequivalent.h48 typedef typename Arc::Weight Weight; typedef
114 typedef typename Arc::Weight Weight; in Equivalent() typedef
/external/llvm/lib/CodeGen/
DMachineBranchProbabilityInfo.cpp41 uint32_t Weight = getEdgeWeight(MBB, *I); in getSumForBlock() local
56 uint32_t Weight = getEdgeWeight(MBB, *I); in getSumForBlock() local
66 uint32_t Weight = Src->getSuccWeight(Dst); in getEdgeWeight() local
85 uint32_t Weight = getEdgeWeight(MBB, *I); in getHotSucc() local
/external/openfst/src/include/fst/script/
Dweight-class.h198 #define REGISTER_FST_WEIGHT__(Weight, line) \ argument
204 #define REGISTER_FST_WEIGHT_EXPANDER(Weight, line) \ argument
210 #define REGISTER_FST_WEIGHT(Weight) \ argument
Dreweight.h37 typedef typename Arc::Weight Weight; in Reweight() typedef

12345