math/big.Int.Neg (method)

10 uses

	math/big (current package)
		int.go#L134: func (z *Int) Neg(x *Int) *Int {
		int.go#L894: 		n = n2.Neg(n)
		natmul.go#L317: 			z1.Neg(z1)

	crypto/elliptic
		elliptic.go#L204: 		y.Neg(y).Mod(y, p)

	encoding/asn1
		asn1.go#L150: 		ret.Neg(ret)
		marshal.go#L205: 		nMinus1 := new(big.Int).Neg(n)

	golang.org/x/crypto/cryptobyte
		asn1.go#L78: 			nMinus1 := new(big.Int).Neg(n)
		asn1.go#L328: 		out.Neg(out)

	vendor/golang.org/x/crypto/cryptobyte
		asn1.go#L78: 			nMinus1 := new(big.Int).Neg(n)
		asn1.go#L328: 		out.Neg(out)