Home
last modified time | relevance | path

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

1234

/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
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.h46 typedef W Weight; typedef
80 typedef StringWeight<int, S> Weight; typedef
111 typedef GallicWeight<Label, typename A::Weight, S> Weight; typedef
143 typedef typename AWeight::ReverseWeight Weight; typedef
167 typedef LexicographicWeight<W1, W2> Weight; typedef
191 typedef ProductWeight<W1, W2> Weight; typedef
219 typedef PowerWeight<typename A::Weight, n> Weight; typedef
250 typedef SparsePowerWeight<typename A::Weight, K> Weight; typedef
284 typedef ExpectationWeight<X1, X2> Weight; typedef
Ddeterminize.h57 typedef W Weight; typedef
70 typedef StringWeight<L, S> Weight; typedef
100 typedef GallicWeight<L, W, S> Weight; typedef
117 typedef typename A::Weight Weight; typedef
196 typedef typename Arc::Weight Weight; typedef
369 typedef typename A::Weight Weight; typedef
466 typedef typename A::Weight Weight; typedef
700 typedef typename A::Weight Weight; typedef
800 typedef typename A::Weight Weight; typedef
945 typedef typename Arc::Weight Weight; typedef
[all …]
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
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
Dstate-map.h92 typedef typename A::Weight Weight; in StateMap() typedef
132 typedef typename A::Weight Weight; in StateMap() typedef
205 typedef typename B::Weight Weight; typedef
334 typedef typename B::Weight Weight; typedef
406 typedef typename A::Weight Weight; typedef
447 typedef typename A::Weight Weight; typedef
531 typedef typename A::Weight Weight; typedef
Dshortest-distance.h75 typedef typename Arc::Weight Weight; typedef
286 typedef typename Arc::Weight Weight; typedef
324 typedef typename Arc::Weight Weight; typedef
Drmepsilon.h53 typedef typename Arc::Weight Weight; typedef
75 typedef typename Arc::Weight Weight; typedef
232 typedef typename Arc::Weight Weight; in RmEpsilon() typedef
355 typedef typename Arc::Weight Weight; typedef
395 typedef typename A::Weight Weight; typedef
Dunion.h47 typedef typename Arc::Weight Weight; in Union() typedef
137 typedef typename A::Weight Weight; typedef
Dequal.h33 typedef typename Arc::Weight Weight; typedef
Dequivalent.h57 typedef typename Arc::Weight Weight; typedef
133 typedef typename Arc::Weight Weight; typedef
Dverify.h34 typedef typename Arc::Weight Weight; typedef
Dmatcher.h109 typedef typename A::Weight Weight; typedef
144 typedef typename Arc::Weight Weight; typedef
401 typedef typename Arc::Weight Weight; typedef
575 typedef typename Arc::Weight Weight; typedef
764 typedef typename Arc::Weight Weight; typedef
996 typedef typename Arc::Weight Weight; typedef
1164 typedef typename Arc::Weight Weight; typedef
Dstate-reachable.h49 typedef typename A::Weight Weight; typedef
145 typedef typename A::Weight Weight; typedef
Drandequivalent.h48 typedef typename Arc::Weight Weight; typedef
Dcompact-fst.h213 typedef typename A::Weight Weight; in CompactFstData() typedef
284 typedef typename Arc::Weight Weight; in CompactFstData() typedef
459 typedef typename A::Weight Weight; typedef
933 typedef typename A::Weight Weight; in WriteFst() typedef
1223 typedef typename A::Weight Weight; typedef
1262 typedef typename A::Weight Weight; typedef
1305 typedef typename A::Weight Weight; typedef
1347 typedef typename A::Weight Weight; typedef
1389 typedef typename A::Weight Weight; 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
94 uint32_t Weight = getEdgeWeight(MBB, I); in getHotSucc() local
/external/openfst/src/include/fst/script/
Dweight-class.h205 #define REGISTER_FST_WEIGHT__(Weight, line) \ argument
211 #define REGISTER_FST_WEIGHT_EXPANDER(Weight, line) \ argument
217 #define REGISTER_FST_WEIGHT(Weight) \ argument
Dprune.h56 typedef typename A::Weight Weight; in ConvertPruneOptions() typedef
82 typedef typename Arc::Weight Weight; in Prune() typedef
Dreweight.h37 typedef typename Arc::Weight Weight; in Reweight() typedef
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp200 ConstantInt *Weight = in calcMetadataWeights() local
552 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex()); in getSumForBlock() local
576 uint32_t Weight = getEdgeWeight(BB, Succ); in getHotSucc() local
618 uint32_t Weight = 0; in getEdgeWeight() local
633 uint32_t Weight) { in setEdgeWeight()
/external/llvm/lib/Transforms/Scalar/
DSampleProfile.cpp230 unsigned Weight = Samples->samplesAt(LOffset, Discriminator); in getInstWeight() local
254 unsigned Weight = 0; in getBlockWeight() local
274 unsigned Weight = getBlockWeight(&BB); in computeBlockWeights() local
614 unsigned Weight = EdgeWeights[E]; in propagateWeights() local

1234