func runtime/internal/math.Mul64
4 uses
runtime/internal/math (current package)
math.go#L26: func Mul64(x, y uint64) (hi, lo uint64) {
runtime
hash64.go#L82: hi, lo := math.Mul64(uint64(a), uint64(b))
stubs.go#L133: hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
stubs.go#L166: hi, lo := math.Mul64(mp.fastrand, mp.fastrand^0xe7037ed1a0b428db)
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |