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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 168 inline TropicalWeight Divide(const TropicalWeight &w1,
241 inline LogWeight Divide(const LogWeight &w1,
product-weight.h 185 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w,
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
string-weight.h 432 Divide(const StringWeight<L, S> &w1,
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined "
457 Divide(const StringWeight<L, STRING_RIGHT> &w1,
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1,
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined "

Completed in 1612 milliseconds