math/big.nat.sticky (method)

4 uses

	math/big (current package)
		float.go#L430: 		sbit = z.mant.sticky(r)
		float.go#L870: 			if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
		float.go#L990: 			if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
		nat.go#L1082: func (x nat) sticky(i uint) uint {