const math.MaxFloat32

3 uses

	math (current package)
		const.go#L31: 	MaxFloat32             = 3.40282346638528859811704183484516925440e+38  // 2**127 * (2**24 - 1) / 2**23

	encoding/gob
		decode.go#L332: 	if math.MaxFloat32 < av && av <= math.MaxFloat64 {

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