HomeSort by relevance Sort by last modified time
    Searched refs:array_float (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_first_aligned.cpp 29 EIGEN_ALIGN_128 float array_float[100]; local
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);
  /external/eigen/test/
first_aligned.cpp 31 EIGEN_ALIGN16 float array_float[100]; local
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);

Completed in 63 milliseconds