• Home
  • Raw
  • Download

Lines Matching defs:xs

11     let xs: Vec<_> = repeat(1i32).take(20).collect();  in slice_iter()  localVariable
23 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter_rev() localVariable
35 let xs = vec![0; 1024]; in zip_default_zip() localVariable
37 let xs = black_box(xs); in zip_default_zip() localVariable
51 let xs = vec![2; 1024]; in zipdot_i32_default_zip() localVariable
53 let xs = black_box(xs); in zipdot_i32_default_zip() localVariable
68 let xs = vec![2f32; 1024]; in zipdot_f32_default_zip() localVariable
70 let xs = black_box(xs); in zipdot_f32_default_zip() localVariable
85 let xs = vec![0; 1024]; in zip_default_zip3() localVariable
88 let xs = black_box(xs); in zip_default_zip3() localVariable
104 let xs = vec![0; 1024]; in zip_slices_ziptuple() localVariable
109 let xs = black_box(&xs); in zip_slices_ziptuple() localVariable
120 let xs = vec![0; 1024]; in zip_checked_counted_loop() localVariable
122 let xs = black_box(xs); in zip_checked_counted_loop() localVariable
129 let xs = &xs[..len]; in zip_checked_counted_loop() localVariable
143 let xs = vec![2; 1024]; in zipdot_i32_checked_counted_loop() localVariable
145 let xs = black_box(xs); in zipdot_i32_checked_counted_loop() localVariable
152 let xs = &xs[..len]; in zipdot_i32_checked_counted_loop() localVariable
166 let xs = vec![2f32; 1024]; in zipdot_f32_checked_counted_loop() localVariable
168 let xs = black_box(xs); in zipdot_f32_checked_counted_loop() localVariable
175 let xs = &xs[..len]; in zipdot_f32_checked_counted_loop() localVariable
189 let xs = vec![2f32; 1024]; in zipdot_f32_checked_counted_unrolled_loop() localVariable
191 let xs = black_box(xs); in zipdot_f32_checked_counted_unrolled_loop() localVariable
198 let mut xs = &xs[..len]; in zipdot_f32_checked_counted_unrolled_loop() localVariable
234 let xs = vec![0; 1024]; in zip_unchecked_counted_loop() localVariable
236 let xs = black_box(xs); in zip_unchecked_counted_loop() localVariable
255 let xs = vec![2; 1024]; in zipdot_i32_unchecked_counted_loop() localVariable
257 let xs = black_box(xs); in zipdot_i32_unchecked_counted_loop() localVariable
277 let xs = vec![2.; 1024]; in zipdot_f32_unchecked_counted_loop() localVariable
279 let xs = black_box(xs); in zipdot_f32_unchecked_counted_loop() localVariable
299 let xs = vec![0; 1024]; in zip_unchecked_counted_loop3() localVariable
302 let xs = black_box(xs); in zip_unchecked_counted_loop3() localVariable
606 let xs = vec![0; 16]; in cartesian_product_iterator() localVariable
622 let xs = [vec![0; 16], vec![0; 16], vec![0; 16]]; in multi_cartesian_product_iterator() localVariable
638 let xs = vec![0; 16]; in cartesian_product_nested_for() localVariable
658 let mut xs = vec![0; 5_000_000]; in all_equal() localVariable
665 let mut xs = vec![0; 5_000_000]; in all_equal_for() localVariable
681 let mut xs = vec![0; 5_000_000]; in all_equal_default() localVariable