Home | History | Annotate | Download | only in test

Lines Matching refs:F64

21 	f64 float64
23 F64 Float64
42 c128 = complex(f64, f64)
45 _ = complex(f32, f64) // ERROR "complex"
46 _ = complex(f64, f32) // ERROR "complex"
49 _ = complex(f64, F64) // ERROR "complex"
50 _ = complex(F64, f64) // ERROR "complex"
58 c64 = complex(f64, f64) // ERROR "cannot use"
66 C128 = complex(f64, f64) // ERROR "cannot use"