func math/big.shlVU
6 uses
math/big (current package)
arith_decl.go#L15: func shlVU(z, x []Word, s uint) (c Word)
float.go#L581: c := shlVU(m, m, s)
nat.go#L512: t[2*n-1] = shlVU(t[1:2*n-1], t[1:2*n-1], 1) // double the j < i products
nat.go#L712: shlVU(v, vIn, shift)
nat.go#L716: u[len(uIn)] = shlVU(u[0:len(uIn)], uIn, shift)
nat.go#L1011: z[n] = shlVU(z[n-m:n], x, s%_W)
 |
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. |