Home
last modified time | relevance | path

Searched refs:g_repeat (Results 1 – 25 of 127) sorted by relevance

123456

/external/eigen/test/
Dprec_inverse_4x4.cpp61 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) )); in test_prec_inverse_4x4()
64 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 * g_repeat) )); in test_prec_inverse_4x4()
67 CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 * g_repeat))); in test_prec_inverse_4x4()
Ddynalloc.cpp98 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
115 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
125 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
Dsparse_solver.h194 for (int i = 0; i < g_repeat; i++) { in check_sparse_spd_solving()
254 for (int i = 0; i < g_repeat; i++) { in check_sparse_spd_determinant()
289 for (int i = 0; i < g_repeat; i++) { in check_sparse_square_solving()
339 for (int i = 0; i < g_repeat; i++) { in check_sparse_square_determinant()
355 for (int i = 0; i < g_repeat; i++) { in check_sparse_square_abs_determinant()
Darray_for_matrix.cpp217 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
225 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
232 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
239 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
247 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
Dmain.h87 static int g_repeat; variable
456 g_repeat = int(strtoul(str, 0, 10));
457 if(errno || g_repeat <= 0)
528 if(!g_has_set_repeat) g_repeat = DEFAULT_REPEAT;
535 std::cout << "Repeating each test " << g_repeat << " times" << std::endl;
Darray.cpp267 for(int i = 0; i < g_repeat; i++) { in test_array()
275 for(int i = 0; i < g_repeat; i++) { in test_array()
282 for(int i = 0; i < g_repeat; i++) { in test_array()
289 for(int i = 0; i < g_repeat; i++) { in test_array()
295 for(int i = 0; i < g_repeat; i++) { in test_array()
Dqr.cpp102 for(int i = 0; i < g_repeat; i++) { in test_qr()
111 for(int i = 0; i < g_repeat; i++) { in test_qr()
Dvisitor.cpp115 for(int i = 0; i < g_repeat; i++) { in test_visitor()
123 for(int i = 0; i < g_repeat; i++) { in test_visitor()
Dproduct_small.cpp34 for(int i = 0; i < g_repeat; i++) { in test_product_small()
Dqr_colpivoting.cpp125 for(int i = 0; i < g_repeat; i++) { in test_qr_colpivoting()
134 for(int i = 0; i < g_repeat; i++) { in test_qr_colpivoting()
Dupperbidiagonalization.cpp34 for(int i = 0; i < g_repeat; i++) { in test_upperbidiagonalization()
Dselfadjoint.cpp47 for(int i = 0; i < g_repeat ; i++) in test_selfadjoint()
Dmiscmatrices.cpp40 for(int i = 0; i < g_repeat; i++) { in test_miscmatrices()
Dhessenberg.cpp19 for(int counter = 0; counter < g_repeat; ++counter) { in hessenberg()
/external/eigen/test/eigen2/
Deigen2_prec_inverse_4x4.cpp77 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) )); in test_eigen2_prec_inverse_4x4()
80 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 * g_repeat) )); in test_eigen2_prec_inverse_4x4()
83 CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 * g_repeat))); in test_eigen2_prec_inverse_4x4()
Deigen2_dynalloc.cpp97 for (int i=0; i<g_repeat*100; ++i) in test_eigen2_dynalloc()
113 for (int i=0; i<g_repeat*100; ++i) in test_eigen2_dynalloc()
123 for (int i=0; i<g_repeat*100; ++i) in test_eigen2_dynalloc()
Deigen2_sum.cpp58 for(int i = 0; i < g_repeat; i++) { in test_eigen2_sum()
66 for(int i = 0; i < g_repeat; i++) { in test_eigen2_sum()
Deigen2_array.cpp119 for(int i = 0; i < g_repeat; i++) { in test_eigen2_array()
127 for(int i = 0; i < g_repeat; i++) { in test_eigen2_array()
134 for(int i = 0; i < g_repeat; i++) { in test_eigen2_array()
Deigen2_visitor.cpp102 for(int i = 0; i < g_repeat; i++) { in test_eigen2_visitor()
110 for(int i = 0; i < g_repeat; i++) { in test_eigen2_visitor()
Deigen2_product_small.cpp15 for(int i = 0; i < g_repeat; i++) { in test_eigen2_product_small()
Deigen2_smallvectors.cpp37 for(int i = 0; i < g_repeat; i++) { in test_eigen2_smallvectors()
Deigen2_product_large.cpp14 for(int i = 0; i < g_repeat; i++) { in test_eigen2_product_large()
Deigen2_miscmatrices.cpp41 for(int i = 0; i < g_repeat; i++) { in test_eigen2_miscmatrices()
Deigen2_inverse.cpp54 for(int i = 0; i < g_repeat; i++) { in test_eigen2_inverse()
/external/eigen/unsupported/test/
Dmatrix_square_root.cpp23 for (int i = 0; i < g_repeat; i++) { in test_matrix_square_root()

123456