Home | History | Annotate | Download | only in fst

Lines Matching defs:Plus

242 inline TropicalWeightTpl<T> Plus(const TropicalWeightTpl<T> &w1,
249 inline TropicalWeightTpl<float> Plus(const TropicalWeightTpl<float> &w1,
251 return Plus<float>(w1, w2);
254 inline TropicalWeightTpl<double> Plus(const TropicalWeightTpl<double> &w1,
256 return Plus<double>(w1, w2);
371 inline LogWeightTpl<T> Plus(const LogWeightTpl<T> &w1,
384 inline LogWeightTpl<float> Plus(const LogWeightTpl<float> &w1,
386 return Plus<float>(w1, w2);
389 inline LogWeightTpl<double> Plus(const LogWeightTpl<double> &w1,
391 return Plus<double>(w1, w2);
503 inline MinMaxWeightTpl<T> Plus(
510 inline MinMaxWeightTpl<float> Plus(
512 return Plus<float>(w1, w2);
515 inline MinMaxWeightTpl<double> Plus(
517 return Plus<double>(w1, w2);