const runtime.c0
9 uses
runtime (current package)
alg.go#L14: c0 = uintptr((8-sys.PtrSize)/4*2860486313 + (sys.PtrSize-4)/4*33054211828000289)
alg.go#L66: return c1 * (c0 ^ h) // +0, -0
alg.go#L68: return c1 * (c0 ^ h ^ uintptr(fastrand())) // any kind of NaN
alg.go#L78: return c1 * (c0 ^ h) // +0, -0
alg.go#L80: return c1 * (c0 ^ h ^ uintptr(fastrand())) // any kind of NaN
alg.go#L111: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L113: return c1 * typehash(t, a.data, h^c0)
alg.go#L128: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L130: return c1 * typehash(t, a.data, h^c0)
 |
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. |