Lines Matching defs:xs
15 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter() localVariable
25 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 zipslices() localVariable
122 let xs = black_box(xs); in zipslices() localVariable
136 let xs = vec![0; 1024]; in zipslices_mut() localVariable
138 let xs = black_box(xs); in zipslices_mut() localVariable
152 let xs = vec![2; 1024]; in zipdot_i32_zipslices() localVariable
154 let xs = black_box(xs); in zipdot_i32_zipslices() localVariable
169 let xs = vec![2f32; 1024]; in zipdot_f32_zipslices() localVariable
171 let xs = black_box(xs); in zipdot_f32_zipslices() localVariable
186 let xs = vec![0; 1024]; in zip_checked_counted_loop() localVariable
188 let xs = black_box(xs); in zip_checked_counted_loop() localVariable
195 let xs = &xs[..len]; in zip_checked_counted_loop() localVariable
209 let xs = vec![2; 1024]; in zipdot_i32_checked_counted_loop() localVariable
211 let xs = black_box(xs); in zipdot_i32_checked_counted_loop() localVariable
218 let xs = &xs[..len]; in zipdot_i32_checked_counted_loop() localVariable
232 let xs = vec![2f32; 1024]; in zipdot_f32_checked_counted_loop() localVariable
234 let xs = black_box(xs); in zipdot_f32_checked_counted_loop() localVariable
241 let xs = &xs[..len]; in zipdot_f32_checked_counted_loop() localVariable
255 let xs = vec![2f32; 1024]; in zipdot_f32_checked_counted_unrolled_loop() localVariable
257 let xs = black_box(xs); in zipdot_f32_checked_counted_unrolled_loop() localVariable
264 let mut xs = &xs[..len]; in zipdot_f32_checked_counted_unrolled_loop() localVariable
300 let xs = vec![0; 1024]; in zip_unchecked_counted_loop() localVariable
302 let xs = black_box(xs); in zip_unchecked_counted_loop() localVariable
321 let xs = vec![2; 1024]; in zipdot_i32_unchecked_counted_loop() localVariable
323 let xs = black_box(xs); in zipdot_i32_unchecked_counted_loop() localVariable
343 let xs = vec![2.; 1024]; in zipdot_f32_unchecked_counted_loop() localVariable
345 let xs = black_box(xs); in zipdot_f32_unchecked_counted_loop() localVariable
365 let xs = vec![0; 1024]; in zip_unchecked_counted_loop3() localVariable
368 let xs = black_box(xs); in zip_unchecked_counted_loop3() localVariable
669 let xs = vec![0; 16]; in cartesian_product_iterator() localVariable
685 let xs = vec![0; 16]; in cartesian_product_fold() localVariable
701 let xs = [vec![0; 16], vec![0; 16], vec![0; 16]]; in multi_cartesian_product_iterator() localVariable
717 let xs = [vec![0; 16], vec![0; 16], vec![0; 16]]; in multi_cartesian_product_fold() localVariable
733 let xs = vec![0; 16]; in cartesian_product_nested_for() localVariable
753 let mut xs = vec![0; 5_000_000]; in all_equal() localVariable
762 let mut xs = vec![0; 5_000_000]; in all_equal_for() localVariable
778 let mut xs = vec![0; 5_000_000]; in all_equal_default() localVariable