func internal/runtime/math.Mul64
3 uses
internal/runtime/math (current package)
math.go#L33: 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.8.4. (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. |