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

  /external/eigen/test/eigen2/
eigen2_first_aligned.cpp 37 EIGEN_ALIGN_128 double array_double[100]; local
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);
42 double *array_double_plus_4_bytes = (double*)(std::size_t(array_double)+4);
  /external/eigen/test/
first_aligned.cpp 39 EIGEN_ALIGN16 double array_double[100]; local
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);
44 double *array_double_plus_4_bytes = (double*)(size_t(array_double)+4);

Completed in 23 milliseconds