var zero_ … func TestFloatSetFloat64String(t *testing.T) { … } func fdiv(a, b float64) float64 { … } const below1e23 … const above1e23 … func TestFloat64Text(t *testing.T) { … } // actualPrec returns the number of actually used mantissa bits. func actualPrec(x float64) uint { … } func TestFloatText(t *testing.T) { … } func TestFloatFormat(t *testing.T) { … } func BenchmarkParseFloatSmallExp(b *testing.B) { … } func BenchmarkParseFloatLargeExp(b *testing.B) { … } func TestFloatScan(t *testing.T) { … }