/external/openfst/src/include/fst/ |
D | random-weight.h | 50 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
|
D | prune.h | 37 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
|
D | compose-filter.h | 218 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
|
D | equal.h | 33 typedef typename Arc::Weight Weight; typedef
|
D | shortest-path.h | 43 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
|
D | arc.h | 45 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
|
D | concat.h | 50 typedef typename Arc::Weight Weight; in Concat() typedef 116 typedef typename Arc::Weight Weight; in Concat() typedef 198 typedef typename A::Weight Weight; typedef
|
D | determinize.h | 56 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
|
D | verify.h | 34 typedef typename Arc::Weight Weight; typedef
|
D | shortest-distance.h | 74 typedef typename Arc::Weight Weight; typedef 285 typedef typename Arc::Weight Weight; typedef 323 typedef typename Arc::Weight Weight; typedef
|
D | randgen.h | 50 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
|
D | union.h | 47 typedef typename Arc::Weight Weight; in Union() typedef 137 typedef typename A::Weight Weight; typedef
|
D | equivalent.h | 56 typedef typename Arc::Weight Weight; typedef 132 typedef typename Arc::Weight Weight; typedef
|
D | state-map.h | 92 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/ |
D | random-weight.h | 39 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
|
D | prune.h | 31 typedef typename A::Weight Weight; typedef 58 typedef typename Arc::Weight Weight; in Prune() typedef 144 typedef typename Arc::Weight Weight; in Prune() typedef
|
D | randgen.h | 44 typedef typename A::Weight Weight; typedef 65 typedef typename A::Weight Weight; typedef 119 typedef typename Arc::Weight Weight; in RandGen() typedef
|
D | arc.h | 32 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
|
D | determinize.h | 49 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
|
D | concat.h | 42 typedef typename Arc::Weight Weight; in Concat() typedef 110 typedef typename A::Weight Weight; typedef
|
D | union.h | 40 typedef typename Arc::Weight Weight; in Union() typedef 112 typedef typename A::Weight Weight; typedef
|
D | equivalent.h | 48 typedef typename Arc::Weight Weight; typedef 114 typedef typename Arc::Weight Weight; in Equivalent() typedef
|
/external/llvm/lib/CodeGen/ |
D | MachineBranchProbabilityInfo.cpp | 41 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/ |
D | weight-class.h | 198 #define REGISTER_FST_WEIGHT__(Weight, line) \ argument 204 #define REGISTER_FST_WEIGHT_EXPANDER(Weight, line) \ argument 210 #define REGISTER_FST_WEIGHT(Weight) \ argument
|
D | reweight.h | 37 typedef typename Arc::Weight Weight; in Reweight() typedef
|