Home
last modified time | relevance | path

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

12345

/external/eigen/test/
Drand.cpp60 signed char char_offset = (std::min)(g_repeat,64); in test_rand()
61 signed char short_offset = (std::min)(g_repeat,16000); in test_rand()
63 for(int i = 0; i < g_repeat*10000; i++) { in test_rand()
99 CALL_SUBTEST(check_all_in_range<int>(11,11+g_repeat)); in test_rand()
101 CALL_SUBTEST(check_all_in_range<int>(-11-g_repeat,-11)); in test_rand()
102 CALL_SUBTEST(check_all_in_range<int>(-673456,-673456+g_repeat)); in test_rand()
103 CALL_SUBTEST(check_all_in_range<int>(673456,673456+g_repeat)); in test_rand()
106 CALL_SUBTEST(check_all_in_range<long>(11,11+g_repeat)); in test_rand()
108 CALL_SUBTEST(check_all_in_range<long>(-11-g_repeat,-11)); in test_rand()
109 CALL_SUBTEST(check_all_in_range<long>(-long_ref,-long_ref+g_repeat)); in test_rand()
[all …]
Dprec_inverse_4x4.cpp74 CALL_SUBTEST_1(( inverse_general_4x4<Matrix4f>(200000 * g_repeat) )); in test_prec_inverse_4x4()
75 CALL_SUBTEST_1(( inverse_general_4x4<Matrix<float,4,4,RowMajor> >(200000 * g_repeat) )); in test_prec_inverse_4x4()
78 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,ColMajor> >(200000 * g_repeat) )); in test_prec_inverse_4x4()
79 CALL_SUBTEST_2(( inverse_general_4x4<Matrix<double,4,4,RowMajor> >(200000 * g_repeat) )); in test_prec_inverse_4x4()
82 CALL_SUBTEST_3((inverse_general_4x4<Matrix4cf>(50000 * g_repeat))); in test_prec_inverse_4x4()
Ddynalloc.cpp130 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
140 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
156 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
166 for (int i=0; i<g_repeat*100; ++i) in test_dynalloc()
Darray_for_matrix.cpp265 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
273 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
280 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
287 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
297 for(int i = 0; i < g_repeat; i++) { in test_array_for_matrix()
Dproduct_large.cpp35 for(int i = 0; i < g_repeat; i++) { in test_product_large()
103 for(int i = 0; i < g_repeat; i++) { in test_product_large()
Dqr.cpp107 for(int i = 0; i < g_repeat; i++) { in test_qr()
116 for(int i = 0; i < g_repeat; i++) { in test_qr()
Dvisitor.cpp120 for(int i = 0; i < g_repeat; i++) { in test_visitor()
128 for(int i = 0; i < g_repeat; i++) { in test_visitor()
Dsparse_solver.h282 for (int i = 0; i < g_repeat; i++) {
365 for (int i = 0; i < g_repeat; i++) { in check_sparse_spd_determinant()
412 for (int i = 0; i < g_repeat; i++) {
483 for (int i = 0; i < g_repeat; i++) { in check_sparse_square_determinant()
506 for (int i = 0; i < g_repeat; i++) { in check_sparse_square_abs_determinant()
544 for (int i = 0; i < g_repeat; i++) { in check_sparse_leastsquare_solving()
Dupperbidiagonalization.cpp34 for(int i = 0; i < g_repeat; i++) { in test_upperbidiagonalization()
Dnumext.cpp21 for(int k=0; k<g_repeat*100; ++k) in check_abs()
Dmiscmatrices.cpp40 for(int i = 0; i < g_repeat; i++) { in test_miscmatrices()
Dconstructor.cpp42 for(int i = 0; i < g_repeat; i++) { in test_constructor()
Dmain.h131 static int g_repeat; variable
656 g_repeat = int(strtoul(str, 0, 10));
657 if(errno || g_repeat <= 0)
728 if(!g_has_set_repeat) g_repeat = DEFAULT_REPEAT;
735 std::cout << "Repeating each test " << g_repeat << " times" << std::endl;
Dctorleak.cpp41 for(int i = 0; i < g_repeat; i++) { in test_ctorleak()
Dhessenberg.cpp19 for(int counter = 0; counter < g_repeat; ++counter) { in hessenberg()
Dspecial_numbers.cpp54 for(int i = 0; i < 10*g_repeat; i++) { in test_special_numbers()
Dselfadjoint.cpp58 for(int i = 0; i < g_repeat ; i++) in test_selfadjoint()
Dsmallvectors.cpp62 for(int i = 0; i < g_repeat; i++) { in test_smallvectors()
Ddeterminant.cpp56 for(int i = 0; i < g_repeat; i++) { in test_determinant()
Deigen2support.cpp58 for(int i = 0; i < g_repeat; i++) { in test_eigen2support()
Dqr_colpivoting.cpp305 for(int i = 0; i < g_repeat; i++) { in test_qr_colpivoting()
314 for(int i = 0; i < g_repeat; i++) { in test_qr_colpivoting()
323 for(int i = 0; i < g_repeat; i++) { in test_qr_colpivoting()
Darray.cpp456 for(int i = 0; i < g_repeat; i++) { in test_array()
464 for(int i = 0; i < g_repeat; i++) { in test_array()
471 for(int i = 0; i < g_repeat; i++) { in test_array()
478 for(int i = 0; i < g_repeat; i++) { in test_array()
484 for(int i = 0; i < g_repeat; i++) { in test_array()
Dreal_qz.cpp82 for(int i = 0; i < g_repeat; i++) { in test_real_qz()
/external/eigen/unsupported/test/
Dmatrix_power.cpp76 for (int i=0; i < g_repeat; ++i) { in testGeneral()
111 for (int i=0; i < g_repeat; ++i) { in testSingular()
142 for (int i=0; i < g_repeat; ++i) { in testLogThenExp()
Dmatrix_square_root.cpp23 for (int i = 0; i < g_repeat; i++) { in test_matrix_square_root()

12345