Home | History | Annotate | Download | only in eigen2

Lines Matching refs:test_first_aligned_helper

30   test_first_aligned_helper(array_float, 50);
31 test_first_aligned_helper(array_float+1, 50);
32 test_first_aligned_helper(array_float+2, 50);
33 test_first_aligned_helper(array_float+3, 50);
34 test_first_aligned_helper(array_float+4, 50);
35 test_first_aligned_helper(array_float+5, 50);
38 test_first_aligned_helper(array_double, 50);
39 test_first_aligned_helper(array_double+1, 50);
40 test_first_aligned_helper(array_double+2, 50);
47 test_first_aligned_helper(array_nonvec, 100);