func internal/runtime/math.Mul64
3 uses
internal/runtime/math (current package)
math.go#L26: func Mul64(x, y uint64) (hi, lo uint64) {
runtime
hash64.go#L78: hi, lo := math.Mul64(uint64(a), uint64(b))
rand.go#L236: hi, lo := math.Mul64(mp.cheaprand, mp.cheaprand^0xe7037ed1a0b428db)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)