Home | History | Annotate | Download | only in fst

Lines Matching refs:Plus

239 inline TropicalWeightTpl<T> Plus(const TropicalWeightTpl<T> &w1,
246 inline TropicalWeightTpl<float> Plus(const TropicalWeightTpl<float> &w1,
248 return Plus<float>(w1, w2);
251 inline TropicalWeightTpl<double> Plus(const TropicalWeightTpl<double> &w1,
253 return Plus<double>(w1, w2);
368 inline LogWeightTpl<T> Plus(const LogWeightTpl<T> &w1,
381 inline LogWeightTpl<float> Plus(const LogWeightTpl<float> &w1,
383 return Plus<float>(w1, w2);
386 inline LogWeightTpl<double> Plus(const LogWeightTpl<double> &w1,
388 return Plus<double>(w1, w2);
500 inline MinMaxWeightTpl<T> Plus(
507 inline MinMaxWeightTpl<float> Plus(
509 return Plus<float>(w1, w2);
512 inline MinMaxWeightTpl<double> Plus(
514 return Plus<double>(w1, w2);