Home | History | Annotate | Download | only in test

Lines Matching refs:test_first_aligned_helper

13 void test_first_aligned_helper(Scalar *array, int size)
32 test_first_aligned_helper(array_float, 50);
33 test_first_aligned_helper(array_float+1, 50);
34 test_first_aligned_helper(array_float+2, 50);
35 test_first_aligned_helper(array_float+3, 50);
36 test_first_aligned_helper(array_float+4, 50);
37 test_first_aligned_helper(array_float+5, 50);
40 test_first_aligned_helper(array_double, 50);
41 test_first_aligned_helper(array_double+1, 50);
42 test_first_aligned_helper(array_double+2, 50);
49 test_first_aligned_helper(array_nonvec, 100);