HomeSort by relevance Sort by last modified time
    Searched refs:ProductWeight (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 30 class ProductWeight {
32 typedef ProductWeight<typename W1::ReverseWeight, typename W2::ReverseWeight>
35 ProductWeight() {}
37 ProductWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {}
39 static const ProductWeight<W1, W2> &Zero() {
40 static const ProductWeight<W1, W2> zero(W1::Zero(), W2::Zero());
44 static const ProductWeight<W1, W2> &One() {
45 static const ProductWeight<W1, W2> one(W1::One(), W2::One());
64 ProductWeight<W1, W2> &operator=(const ProductWeight<W1, W2> &w)
    [all...]
random-weight.h 129 typedef ProductWeight<W1, W2> Weight;
string-weight.h 507 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> {
514 : ProductWeight<StringWeight<L, S>, W>(w1, w2) {}
517 : ProductWeight<StringWeight<L, S>, W>(s, nread) {}
519 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w)
520 : ProductWeight<StringWeight<L, S>, W>(w) {}

Completed in 44 milliseconds