Searched refs:SignedLog64Weight (Results 1 – 2 of 2) sorted by relevance
218 typedef SignedLogWeightTpl<double> SignedLog64Weight; typedef245 struct WeightConvert<SignedLog64Weight, TropicalWeight> {246 TropicalWeight operator()(SignedLog64Weight w) const {247 if (!SignedLogConvertCheck<SignedLog64Weight, TropicalWeight>(w))264 struct WeightConvert<SignedLog64Weight, LogWeight> {265 LogWeight operator()(SignedLog64Weight w) const {266 if (!SignedLogConvertCheck<SignedLog64Weight, LogWeight>(w))283 struct WeightConvert<SignedLog64Weight, Log64Weight> {284 Log64Weight operator()(SignedLog64Weight w) const {285 if (!SignedLogConvertCheck<SignedLog64Weight, Log64Weight>(w))[all …]
71 typedef ArcTpl<SignedLog64Weight> SignedLog64Arc;