func math.nonzero
8 uses
math (current package)
fma.go#L18: func nonzero(x uint64) uint64 {
fma.go#L52: return 0, u1 | nonzero(u2)
fma.go#L54: return 0, nonzero(u1 | u2)
fma.go#L57: r2 |= nonzero(u2 & (1<fma.go#L60: r2 |= nonzero(u1&(1<<(n-64)-1) | u2)
fma.go#L154: m |= nonzero(pm2)
fma.go#L164: m = m>>n | nonzero(m&(1<fma.go#L168: pe &= -int32(nonzero(m))
 |
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. |