const math/big.Exact

50 uses

	math/big (current package)
		float.go#L153: 	Exact Accuracy = 0
		float.go#L165: 	z.acc = Exact // optimistically assume no rounding is needed
		float.go#L202: 	z.acc = Exact
		float.go#L398: 	z.acc = Exact
		float.go#L506: 	z.acc = Exact
		float.go#L553: 	z.acc = Exact
		float.go#L602: 	z.acc = Exact
		float.go#L636: 	z.acc = Exact
		float.go#L652: 	z.acc = Exact
		float.go#L755: 				return u, Exact
		float.go#L763: 		return 0, Exact
		float.go#L803: 				return i, Exact
		float.go#L810: 				acc = Exact
		float.go#L818: 		return 0, Exact
		float.go#L936: 			return -z, Exact
		float.go#L938: 		return 0.0, Exact
		float.go#L942: 			return float32(math.Inf(-1)), Exact
		float.go#L944: 		return float32(math.Inf(+1)), Exact
		float.go#L1056: 			return -z, Exact
		float.go#L1058: 		return 0.0, Exact
		float.go#L1062: 			return math.Inf(-1), Exact
		float.go#L1064: 		return math.Inf(+1), Exact
		float.go#L1100: 			acc = Exact
		float.go#L1118: 		return z.SetInt64(0), Exact
		float.go#L1162: 		return z, Exact
		float.go#L1165: 		return z.SetInt64(0), Exact
		float.go#L1300: 		z.acc = Exact
		float.go#L1478: 		if z.form == zero && z.mode == ToNegativeInf && z.acc == Exact {
		float.go#L1488: 		z.acc = Exact
		float.go#L1496: 		z.acc = Exact
		float.go#L1545: 		if z.form == zero && z.mode == ToNegativeInf && z.acc == Exact {
		float.go#L1555: 		z.acc = Exact
		float.go#L1563: 		z.acc = Exact
		float.go#L1602: 	z.acc = Exact
		float.go#L1647: 	z.acc = Exact
		floatconv.go#L66: 		z.acc = Exact
		sqrt.go#L49: 		z.acc = Exact

	github.com/aws/smithy-go/encoding/httpbinding
		header.go#L111: 	if i, accuracy := v.Int64(); accuracy == big.Exact {
		query.go#L102: 	if i, accuracy := v.Int64(); accuracy == big.Exact {
		uri.go#L90: 	if i, accuracy := v.Int64(); accuracy == big.Exact {

	github.com/aws/smithy-go/encoding/xml
		value.go#L183: 	if i, accuracy := v.Int64(); accuracy == big.Exact {

	go/constant
		value.go#L532: 		return f, acc == big.Exact
		value.go#L537: 		return f, acc == big.Exact
		value.go#L557: 		return f, acc == big.Exact
		value.go#L562: 		return f, acc == big.Exact
		value.go#L860: 			if _, acc := x.val.Int(i); acc == big.Exact {
		value.go#L875: 			if _, acc := t.Int(i); acc == big.Exact {
		value.go#L882: 			if _, acc := t.Int(i); acc == big.Exact {

	golang.org/x/tools/internal/gcimporter
		bexport.go#L642: 	if acc != big.Exact {
		iexport.go#L1075: 	if acc != big.Exact {