Lines Matching refs:SignedLog64Weight
218 typedef SignedLogWeightTpl<double> SignedLog64Weight; typedef
245 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))
320 struct WeightConvert<SignedLog64Weight, SignedLogWeight> {
321 SignedLogWeight operator()(SignedLog64Weight w) const {
330 struct WeightConvert<TropicalWeight, SignedLog64Weight> {
331 SignedLog64Weight operator()(TropicalWeight w) const {
334 return SignedLog64Weight(x1, x2);
339 struct WeightConvert<LogWeight, SignedLog64Weight> {
340 SignedLog64Weight operator()(LogWeight w) const {
343 return SignedLog64Weight(x1, x2);
348 struct WeightConvert<Log64Weight, SignedLog64Weight> {
349 SignedLog64Weight operator()(Log64Weight w) const {
352 return SignedLog64Weight(x1, x2);
357 struct WeightConvert<SignedLogWeight, SignedLog64Weight> {
358 SignedLog64Weight operator()(SignedLogWeight w) const {
361 return SignedLog64Weight(x1, x2);