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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 157 inline TropicalWeight Times(const TropicalWeight &w1,
231 inline LogWeight Times(const LogWeight &w1, const LogWeight &w2) {
product-weight.h 178 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w,
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
181 Times(w.Value2(), v.Value2()));
string-weight.h 416 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1,

Completed in 150 milliseconds