func math/bits.Mul
5 uses
math/bits (current package)
bits.go#L439: func Mul(x, y uint) (hi, lo uint) {
math/big
arith.go#L45: hi, lo := bits.Mul(uint(x), uint(y))
arith.go#L51: hi, lo := bits.Mul(uint(x), uint(y))
arith.go#L227: t1, t0 := bits.Mul(uint(m), uint(x1))
arith.go#L234: dq1, dq0 := bits.Mul(d, qq)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |