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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 65 value1_ = w.Value1();
95 W1 Value1() const { return value1_; }
107 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
128 return strm << w.Value1() << separator << w.Value2();
173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1())
    [all...]
factor-weight.h 111 : weight_(w), done_(w.Value1().Size() <= 1) {}
118 StringFactor<L, S> iter(weight_.Value1());
124 void Reset() { done_ = weight_.Value1().Size() <= 1; }
determinize.h 94 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
map.h 731 SW w1 = arc.weight.Value1();
785 SW w1 = arc.weight.Value1();

Completed in 92 milliseconds