Searched defs:Complex32 (Results 1 – 8 of 8) sorted by relevance
61 Complex32 = 0x0050, // 32 bit complex enumerator
67 Complex32 = 0x0050, // 32 bit complex enumerator
68 Complex32 = 0x0050, // 32 bit complex enumerator
96 pub type Complex32 = Complex<f32>; typedef111 pub fn c32<T: Into<f32>>(re: T, im: T) -> Complex32 { in c32()