MCPcopy Create free account
hub / github.com/blastrain/vitess-sqlparser / DecimalMul

Function DecimalMul

tidbparser/dependency/types/mydecimal.go:1714–1834  ·  view source on GitHub ↗

* DecimalMul multiplies two decimals. from1, from2 - factors to - product RETURN VALUE E_DEC_OK/E_DEC_TRUNCATED/E_DEC_OVERFLOW; NOTES in this implementation, with wordSize=4 we have digitsPerWord=9, and 63-digit number will take only 7 words (basically a 7-digit

(from1, from2, to *MyDecimal)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

digitsToWordsFunction · 0.85
myMinInt8Function · 0.85
fixWordCntErrorFunction · 0.85
addFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…