math/big.Int.SetInt64 (method)
23 uses
math/big (current package)
float.go#L1097: return z.SetInt64(0), acc
float.go#L1124: return z.SetInt64(0), Exact
int.go#L59: func (z *Int) SetInt64(x int64) *Int {
int.go#L205: return z.SetInt64(1) // empty range
int.go#L207: return z.SetInt64(0) // range includes 0
int.go#L225: return z.SetInt64(0)
int.go#L253: N.SetInt64(n)
int.go#L254: K.SetInt64(k)
int.go#L578: return z.SetInt64(1)
int.go#L773: Ua = new(Int).SetInt64(1)
int.go#L1042: n.SetInt64(2)
int.go#L1071: t.SetInt64(0).SetBit(&t, int(r-m-1), 1).Exp(&g, &t, p)
int.go#L1089: return z.SetInt64(0) // sqrt(0) mod p = 0
rat.go#L323: z.a.SetInt64(a)
rat.go#L341: z.a.SetInt64(x)
crypto/dsa
dsa.go#L96: one.SetInt64(1)
dsa.go#L139: h.SetInt64(2)
crypto/ecdsa
ecdsa_legacy.go#L166: var one = new(big.Int).SetInt64(1)
crypto/elliptic
params.go#L81: z.SetInt64(1)
params.go#L295: Bz := new(big.Int).SetInt64(1)
crypto/rsa
rsa.go#L254: de := new(big.Int).SetInt64(int64(priv.E))
github.com/gotd/td/internal/crypto
pq.go#L79: b2.SetInt64(0)
pq.go#L94: z.SetInt64(0)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |