Searched defs:GallicWeight (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dfactor-weight.h125 // Factor a GallicWeight using StringFactor.
129 GallicFactor(const GallicWeight<L, W, S> &w) argument
136 pair< GallicWeight<L, W, S>, GallicWeight<L, W, S> > Value() const {
138 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
139 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
146 GallicWeight<L, W, S> weight_;
H A Dstring-weight.h542 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> { struct in namespace:fst
543 typedef GallicWeight<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
546 GallicWeight() {} function in struct:fst::GallicWeight
548 GallicWeight(StringWeight<L, S> w1, W w2) function in struct:fst::GallicWeight
551 explicit GallicWeight(const string &s, int *nread = 0) function in struct:fst::GallicWeight
554 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w) function in struct:fst::GallicWeight
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h106 // Factor a GallicWeight using StringFactor.
110 GallicFactor(const GallicWeight<L, W, S> &w) argument
117 pair< GallicWeight<L, W, S>, GallicWeight<L, W, S> > Value() const {
119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
120 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
127 GallicWeight<L, W, S> weight_;
H A Dstring-weight.h507 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> { struct in namespace:fst
508 typedef GallicWeight<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
511 GallicWeight() {} function in struct:fst::GallicWeight
513 GallicWeight(StringWeight<L, S> w1, W w2) function in struct:fst::GallicWeight
516 explicit GallicWeight(const string &s, int *nread = 0) function in struct:fst::GallicWeight
519 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w) function in struct:fst::GallicWeight

Completed in 100 milliseconds