OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_repeat
(Results
1 - 25
of
119
) sorted by null
1
2
3
4
5
/external/eigen/test/
prec_inverse_4x4.cpp
61
CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 *
g_repeat
) ));
64
CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 *
g_repeat
) ));
67
CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 *
g_repeat
)));
dynalloc.cpp
97
for (int i=0; i<
g_repeat
*100; ++i)
114
for (int i=0; i<
g_repeat
*100; ++i)
124
for (int i=0; i<
g_repeat
*100; ++i)
product_small.cpp
34
for(int i = 0; i <
g_repeat
; i++) {
upperbidiagonalization.cpp
32
for(int i = 0; i <
g_repeat
; i++) {
qr.cpp
101
for(int i = 0; i <
g_repeat
; i++) {
110
for(int i = 0; i <
g_repeat
; i++) {
visitor.cpp
104
for(int i = 0; i <
g_repeat
; i++) {
112
for(int i = 0; i <
g_repeat
; i++) {
geo_eulerangles.cpp
50
for(int i = 0; i <
g_repeat
; i++) {
miscmatrices.cpp
41
for(int i = 0; i <
g_repeat
; i++) {
selfadjoint.cpp
48
for(int i = 0; i <
g_repeat
; i++)
smallvectors.cpp
62
for(int i = 0; i <
g_repeat
; i++) {
array_for_matrix.cpp
175
for(int i = 0; i <
g_repeat
; i++) {
183
for(int i = 0; i <
g_repeat
; i++) {
190
for(int i = 0; i <
g_repeat
; i++) {
197
for(int i = 0; i <
g_repeat
; i++) {
/external/eigen/test/eigen2/
eigen2_product_small.cpp
15
for(int i = 0; i <
g_repeat
; i++) {
eigen2_dynalloc.cpp
97
for (int i=0; i<
g_repeat
*100; ++i)
113
for (int i=0; i<
g_repeat
*100; ++i)
123
for (int i=0; i<
g_repeat
*100; ++i)
eigen2_prec_inverse_4x4.cpp
77
CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 *
g_repeat
) ));
80
CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 *
g_repeat
) ));
83
CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 *
g_repeat
)));
eigen2_sum.cpp
58
for(int i = 0; i <
g_repeat
; i++) {
66
for(int i = 0; i <
g_repeat
; i++) {
eigen2_smallvectors.cpp
37
for(int i = 0; i <
g_repeat
; i++) {
eigen2_visitor.cpp
102
for(int i = 0; i <
g_repeat
; i++) {
110
for(int i = 0; i <
g_repeat
; i++) {
eigen2_alignedbox.cpp
55
for(int i = 0; i <
g_repeat
; i++) {
eigen2_inverse.cpp
55
for(int i = 0; i <
g_repeat
; i++) {
eigen2_miscmatrices.cpp
41
for(int i = 0; i <
g_repeat
; i++) {
eigen2_product_large.cpp
14
for(int i = 0; i <
g_repeat
; i++) {
eigen2_array.cpp
119
for(int i = 0; i <
g_repeat
; i++) {
127
for(int i = 0; i <
g_repeat
; i++) {
134
for(int i = 0; i <
g_repeat
; i++) {
/external/eigen/unsupported/test/
gmres.cpp
29
for(int i = 0; i <
g_repeat
; i++) {
matrix_square_root.cpp
54
for (int i = 0; i <
g_repeat
; i++) {
mpreal_support.cpp
22
for(int i = 0; i <
g_repeat
; i++) {
Completed in 706 milliseconds
1
2
3
4
5