Lines Matching refs:LogWeight
17 // LogWeight along with sign information that represents the value X in the
255 struct WeightConvert<SignedLogWeight, LogWeight> {
256 LogWeight operator()(SignedLogWeight w) const {
257 if (!SignedLogConvertCheck<SignedLogWeight, LogWeight>(w))
258 return LogWeight::NoWeight();
264 struct WeightConvert<SignedLog64Weight, LogWeight> {
265 LogWeight operator()(SignedLog64Weight w) const {
266 if (!SignedLogConvertCheck<SignedLog64Weight, LogWeight>(w))
267 return LogWeight::NoWeight();
296 LogWeight x2 = w.Value();
302 struct WeightConvert<LogWeight, SignedLogWeight> {
303 SignedLogWeight operator()(LogWeight w) const {
305 LogWeight x2 = w.Value();
314 LogWeight x2 = w.Value();
323 LogWeight x2 = w.Value2().Value();
339 struct WeightConvert<LogWeight, SignedLog64Weight> {
340 SignedLog64Weight operator()(LogWeight w) const {