Home
last modified time | relevance | path

Searched refs:bench_planned_multi_f64 (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/benches/
H A Dbench_rustfft_sse.rs50 fn bench_planned_multi_f64(b: &mut Bencher, len: usize) { in bench_planned_multi_f64() function
83 #[bench] fn butterfly64_02(b: &mut Bencher) { bench_planned_multi_f64(b, 2);} in butterfly64_02()
84 #[bench] fn butterfly64_03(b: &mut Bencher) { bench_planned_multi_f64(b, 3);} in butterfly64_03()
85 #[bench] fn butterfly64_04(b: &mut Bencher) { bench_planned_multi_f64(b, 4);} in butterfly64_04()
86 #[bench] fn butterfly64_05(b: &mut Bencher) { bench_planned_multi_f64(b, 5);} in butterfly64_05()
87 #[bench] fn butterfly64_06(b: &mut Bencher) { bench_planned_multi_f64(b, 6);} in butterfly64_06()
88 #[bench] fn butterfly64_07(b: &mut Bencher) { bench_planned_multi_f64(b, 7);} in butterfly64_07()
89 #[bench] fn butterfly64_08(b: &mut Bencher) { bench_planned_multi_f64(b, 8);} in butterfly64_08()
90 #[bench] fn butterfly64_09(b: &mut Bencher) { bench_planned_multi_f64(b, 9);} in butterfly64_09()
91 #[bench] fn butterfly64_10(b: &mut Bencher) { bench_planned_multi_f64(b, 10);} in butterfly64_10()
[all …]