Home | History | Annotate | Download | only in test

Lines Matching defs:F32

20 	f32 float32
22 F32 Float32
41 c64 = complex(f32, f32)
45 _ = complex(f32, f64) // ERROR "complex"
46 _ = complex(f64, f32) // ERROR "complex"
47 _ = complex(f32, F32) // ERROR "complex"
48 _ = complex(F32, f32) // ERROR "complex"
57 c128 = complex(f32, f32) // ERROR "cannot use"
65 C64 = complex(f32, f32) // ERROR "cannot use"