MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / operation

Method operation

src/function/arithmetic/multiply.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template<>
30bool inline TryMultiply::operation(uint8_t& left, uint8_t& right, uint8_t& result) {
31 return tryMultiplyWithOverflowCheck<uint8_t, uint16_t>(left, right, result);
32}
33
34template<>
35bool inline TryMultiply::operation(uint16_t& left, uint16_t& right, uint16_t& result) {

Callers

nothing calls this directly

Calls 3

absFunction · 0.85
operationFunction · 0.85
toStringFunction · 0.50

Tested by

no test coverage detected