Home | History | Annotate | Download | only in fst

Lines Matching full:to_weight_

118       return to_weight_(f2 - LogPosExp(f1 - f2));
120 return to_weight_(f1 - LogPosExp(f2 - f1));
124 WeightConvert<Log64Weight, Weight> to_weight_;
298 return to_weight_(f2 - LogPosExp(f1 - f2));
300 return to_weight_(f1 - LogPosExp(f2 - f1));
321 return to_weight_(f1);
323 return to_weight_(f1 - LogMinusExp(f2 - f1));
327 WeightConvert<Log64Weight, Weight> to_weight_;
553 return to_weight_(f2 - LogPosExp(f1 - f2));
555 return to_weight_(f1 - LogPosExp(f2 - f1));
576 return to_weight_(f1);
578 return to_weight_(f1 - LogMinusExp(f2 - f1));
582 WeightConvert<Log64Weight, Weight> to_weight_;