func runtime/internal/math.Mul64
3 uses
runtime/internal/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#L200: hi, lo := math.Mul64(mp.cheaprand, mp.cheaprand^0xe7037ed1a0b428db)
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |