Searched defs:SseF32Butterfly23 (Results 1 – 1 of 1) sorted by relevance
2437 pub struct SseF32Butterfly23<T> { struct2438 direction: FftDirection,2439 _phantom: std::marker::PhantomData<T>,2440 rotate: Rotate90F32,2441 twiddle1re: __m128,2465 boilerplate_fft_sse_f32_butterfly!(SseF32Butterfly23, 23, |this: &SseF32Butterfly23<_>| this argument2469 impl<T: FftNum> SseF32Butterfly23<T> { impl