math/big.Int.Neg (method)
12 uses
math/big (current package)
int.go#L134: func (z *Int) Neg(x *Int) *Int {
int.go#L901: n = n2.Neg(n)
crypto/elliptic
elliptic.go#L204: y.Neg(y).Mod(y, p)
nistec_p256.go#L17: k = new(big.Int).Neg(k)
encoding/asn1
asn1.go#L149: ret.Neg(ret)
marshal.go#L205: nMinus1 := new(big.Int).Neg(n)
go/constant
value.go#L974: return makeInt(newInt().Neg(big.NewInt(int64(y))))
value.go#L976: return makeInt(newInt().Neg(y.val))
golang.org/x/tools/internal/gcimporter
iimport.go#L789: x.Neg(x)
golang.org/x/tools/internal/pkgbits
decoder.go#L463: v.Neg(v)
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L78: nMinus1 := new(big.Int).Neg(n)
asn1.go#L328: out.Neg(out)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)