const math.MaxFloat64

11 uses

	math (current package)
		bits.go#L56: 	return f > MaxFloat64
		const.go#L34: 	MaxFloat64             = 0x1p1023 * (1 + (1 - 0x1p-52)) // 1.79769313486231570814527423731704356798070e+308
		j0.go#L110: 		if x < MaxFloat64/2 {
		j0.go#L203: 		if x < MaxFloat64/2 {
		j1.go#L109: 		if x < MaxFloat64/2 {
		j1.go#L187: 		if x < MaxFloat64/2 {
		remainder.go#L48: 		HalfMax = MaxFloat64 / 2

	github.com/andybalholm/brotli
		histogram.go#L17: 	self.bit_cost_ = math.MaxFloat64
		histogram.go#L66: 	self.bit_cost_ = math.MaxFloat64
		histogram.go#L115: 	self.bit_cost_ = math.MaxFloat64

	reflect
		value.go#L1991: 	return math.MaxFloat32 < x && x <= math.MaxFloat64