OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_first_aligned_helper
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
first_aligned.cpp
13
void
test_first_aligned_helper
(Scalar *array, int size)
function
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)
[
all
...]
/external/eigen/test/eigen2/
eigen2_first_aligned.cpp
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)
[
all
...]
Completed in 1969 milliseconds