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.2.8-preview. (GOOS=darwin GOARCH=arm64)