MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / Multiply

Method Multiply

extra/yassl/taocrypt/src/integer.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 }
312
313 static Word Multiply(hword a, hword b)
314 {
315 Word r;
316 r.whole_ = (word)a * b;
317 return r;
318 }
319
320 Word operator-(Word a)
321 {

Callers 2

CalculateInverseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected