Searched refs:SignedLogWeight (Results 1 – 3 of 3) sorted by relevance
216 typedef SignedLogWeightTpl<float> SignedLogWeight; typedef236 struct WeightConvert<SignedLogWeight, TropicalWeight> {237 TropicalWeight operator()(SignedLogWeight w) const {238 if (!SignedLogConvertCheck<SignedLogWeight, TropicalWeight>(w))255 struct WeightConvert<SignedLogWeight, LogWeight> {256 LogWeight operator()(SignedLogWeight w) const {257 if (!SignedLogConvertCheck<SignedLogWeight, LogWeight>(w))274 struct WeightConvert<SignedLogWeight, Log64Weight> {275 Log64Weight operator()(SignedLogWeight w) const {276 if (!SignedLogConvertCheck<SignedLogWeight, Log64Weight>(w))[all …]
70 typedef ArcTpl<SignedLogWeight> SignedLogArc;
37 * Added SignedLogWeight and SignedLogArc (1.2.4)