func math/big.nlz
7 uses
math/big (current package)
arith.go#L59: func nlz(x Word) uint {
arith.go#L208: s := nlz(y)
arith.go#L282: u := uint(d1 << nlz(d1))
float.go#L579: s := nlz(m[len(m)-1])
int.go#L580: h := nlz(A.abs[n-1])
nat.go#L708: shift := nlz(vIn[n-1])
nat.go#L1268: shift := nlz(v) + 1
![]() |
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. |