Home
last modified time | relevance | path

Searched refs:CALL_SUBTEST (Results 1 – 25 of 35) sorted by relevance

12

/external/eigen/unsupported/test/
DFFTW.cpp230 CALL_SUBTEST( test_return_by_value(32) ); in test_FFTW()
233 CALL_SUBTEST( test_complex<float>(32) ); CALL_SUBTEST( test_complex<double>(32) ); in test_FFTW()
234 CALL_SUBTEST( test_complex<float>(256) ); CALL_SUBTEST( test_complex<double>(256) ); in test_FFTW()
235 CALL_SUBTEST( test_complex<float>(3*8) ); CALL_SUBTEST( test_complex<double>(3*8) ); in test_FFTW()
236 CALL_SUBTEST( test_complex<float>(5*32) ); CALL_SUBTEST( test_complex<double>(5*32) ); in test_FFTW()
237 CALL_SUBTEST( test_complex<float>(2*3*4) ); CALL_SUBTEST( test_complex<double>(2*3*4) ); in test_FFTW()
238 CALL_SUBTEST( test_complex<float>(2*3*4*5) ); CALL_SUBTEST( test_complex<double>(2*3*4*5) ); in test_FFTW()
239 CALL_SUBTEST( test_complex<float>(2*3*4*5*7) ); CALL_SUBTEST( test_complex<double>(2*3*4*5*7) ); in test_FFTW()
241 CALL_SUBTEST( test_scalar<float>(32) ); CALL_SUBTEST( test_scalar<double>(32) ); in test_FFTW()
242 CALL_SUBTEST( test_scalar<float>(45) ); CALL_SUBTEST( test_scalar<double>(45) ); in test_FFTW()
[all …]
Dkronecker_product.cpp113 CALL_SUBTEST(check_kronecker_product(DM_fix_ab)); in test_kronecker_product()
122 CALL_SUBTEST(check_kronecker_product(DM_block_ab.block<6,6>(2,5))); in test_kronecker_product()
126 CALL_SUBTEST(check_kronecker_product(DM_ab)); in test_kronecker_product()
130 CALL_SUBTEST(check_kronecker_product(SM_ab)); in test_kronecker_product()
132 CALL_SUBTEST(check_kronecker_product(SM_ab2)); in test_kronecker_product()
138 CALL_SUBTEST(check_kronecker_product(SM_ab)); in test_kronecker_product()
142 CALL_SUBTEST(check_kronecker_product(SM_ab2)); in test_kronecker_product()
148 CALL_SUBTEST(check_kronecker_product(SM_ab)); in test_kronecker_product()
152 CALL_SUBTEST(check_kronecker_product(SM_ab2)); in test_kronecker_product()
170 CALL_SUBTEST(check_sparse_kronecker_product(SM_ab)); in test_kronecker_product()
[all …]
DBVH.cpp200 CALL_SUBTEST(test2.testIntersect1()); in test_BVH()
201 CALL_SUBTEST(test2.testMinimize1()); in test_BVH()
202 CALL_SUBTEST(test2.testIntersect2()); in test_BVH()
203 CALL_SUBTEST(test2.testMinimize2()); in test_BVH()
208 CALL_SUBTEST(test3.testIntersect1()); in test_BVH()
209 CALL_SUBTEST(test3.testMinimize1()); in test_BVH()
210 CALL_SUBTEST(test3.testIntersect2()); in test_BVH()
211 CALL_SUBTEST(test3.testMinimize2()); in test_BVH()
216 CALL_SUBTEST(test4.testIntersect1()); in test_BVH()
217 CALL_SUBTEST(test4.testMinimize1()); in test_BVH()
[all …]
Dminres.cpp34 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_lower_I) ); in test_minres_T()
35 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_upper_I) ); in test_minres_T()
37 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_lower_diag) ); in test_minres_T()
38 CALL_SUBTEST( check_sparse_spd_solving(minres_colmajor_upper_diag) ); in test_minres_T()
Dforward_adolc.cpp129 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,2,2>()) )); in test_forward_adolc()
130 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,2,3>()) )); in test_forward_adolc()
131 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,3,2>()) )); in test_forward_adolc()
132 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double,3,3>()) )); in test_forward_adolc()
133 CALL_SUBTEST(( adolc_forward_jacobian(TestFunc1<double>(3,3)) )); in test_forward_adolc()
Dautodiff.cpp158 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,2,2>()) )); in test_autodiff_jacobian()
159 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,2,3>()) )); in test_autodiff_jacobian()
160 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,3,2>()) )); in test_autodiff_jacobian()
161 CALL_SUBTEST(( forward_jacobian(TestFunc1<double,3,3>()) )); in test_autodiff_jacobian()
162 CALL_SUBTEST(( forward_jacobian(TestFunc1<double>(3,3)) )); in test_autodiff_jacobian()
Dsplines.cpp240 CALL_SUBTEST( eval_spline3d() ); in test_splines()
241 CALL_SUBTEST( eval_spline3d_onbrks() ); in test_splines()
242 CALL_SUBTEST( eval_closed_spline2d() ); in test_splines()
243 CALL_SUBTEST( check_global_interpolation2d() ); in test_splines()
Dgmres.cpp21 CALL_SUBTEST( check_sparse_square_solving(gmres_colmajor_diag) ); in test_gmres_T()
23 CALL_SUBTEST( check_sparse_square_solving(gmres_colmajor_ilut) ); in test_gmres_T()
Ddgmres.cpp21 CALL_SUBTEST( check_sparse_square_solving(dgmres_colmajor_diag) ); in test_dgmres_T()
23 CALL_SUBTEST( check_sparse_square_solving(dgmres_colmajor_ilut) ); in test_dgmres_T()
Dlevenberg_marquardt.cpp1422 CALL_SUBTEST(testLmder1()); in test_levenberg_marquardt()
1423 CALL_SUBTEST(testLmder()); in test_levenberg_marquardt()
1424 CALL_SUBTEST(testLmdif1()); in test_levenberg_marquardt()
1427 CALL_SUBTEST(testLmdif()); in test_levenberg_marquardt()
1430 CALL_SUBTEST(testNistMisra1a()); in test_levenberg_marquardt()
1431 CALL_SUBTEST(testNistChwirut2()); in test_levenberg_marquardt()
1434 CALL_SUBTEST(testNistHahn1()); in test_levenberg_marquardt()
1435 CALL_SUBTEST(testNistMisra1d()); in test_levenberg_marquardt()
1436 CALL_SUBTEST(testNistMGH17()); in test_levenberg_marquardt()
1437 CALL_SUBTEST(testNistLanczos1()); in test_levenberg_marquardt()
[all …]
DNonLinearOptimization.cpp1816 CALL_SUBTEST/*_1*/(testChkder()); in test_NonLinearOptimization()
1817 CALL_SUBTEST/*_1*/(testLmder1()); in test_NonLinearOptimization()
1818 CALL_SUBTEST/*_1*/(testLmder()); in test_NonLinearOptimization()
1819 CALL_SUBTEST/*_2*/(testHybrj1()); in test_NonLinearOptimization()
1820 CALL_SUBTEST/*_2*/(testHybrj()); in test_NonLinearOptimization()
1821 CALL_SUBTEST/*_2*/(testHybrd1()); in test_NonLinearOptimization()
1822 CALL_SUBTEST/*_2*/(testHybrd()); in test_NonLinearOptimization()
1823 CALL_SUBTEST/*_3*/(testLmstr1()); in test_NonLinearOptimization()
1824 CALL_SUBTEST/*_3*/(testLmstr()); in test_NonLinearOptimization()
1825 CALL_SUBTEST/*_3*/(testLmdif1()); in test_NonLinearOptimization()
[all …]
/external/eigen/test/
Dqtvector.cpp133 CALL_SUBTEST(check_qtvector_matrix(Vector2f())); in test_qtvector()
134 CALL_SUBTEST(check_qtvector_matrix(Matrix3f())); in test_qtvector()
135 CALL_SUBTEST(check_qtvector_matrix(Matrix3d())); in test_qtvector()
138 CALL_SUBTEST(check_qtvector_matrix(Matrix2f())); in test_qtvector()
139 CALL_SUBTEST(check_qtvector_matrix(Vector4f())); in test_qtvector()
140 CALL_SUBTEST(check_qtvector_matrix(Matrix4f())); in test_qtvector()
141 CALL_SUBTEST(check_qtvector_matrix(Matrix4d())); in test_qtvector()
144 CALL_SUBTEST(check_qtvector_matrix(MatrixXd(1,1))); in test_qtvector()
145 CALL_SUBTEST(check_qtvector_matrix(VectorXd(20))); in test_qtvector()
146 CALL_SUBTEST(check_qtvector_matrix(RowVectorXf(20))); in test_qtvector()
[all …]
Dsizeof.cpp23 CALL_SUBTEST(verifySizeOf(Matrix<float, 1, 1>()) ); in test_sizeof()
24 CALL_SUBTEST(verifySizeOf(Matrix4d()) ); in test_sizeof()
25 CALL_SUBTEST(verifySizeOf(Matrix<double, 4, 2>()) ); in test_sizeof()
26 CALL_SUBTEST(verifySizeOf(Matrix<bool, 7, 5>()) ); in test_sizeof()
27 CALL_SUBTEST(verifySizeOf(MatrixXcf(3, 3)) ); in test_sizeof()
28 CALL_SUBTEST(verifySizeOf(MatrixXi(8, 12)) ); in test_sizeof()
29 CALL_SUBTEST(verifySizeOf(MatrixXcd(20, 20)) ); in test_sizeof()
30 CALL_SUBTEST(verifySizeOf(Matrix<float, 100, 100>()) ); in test_sizeof()
Ddynalloc.cpp93 CALL_SUBTEST(check_handmade_aligned_malloc()); in test_dynalloc()
94 CALL_SUBTEST(check_aligned_malloc()); in test_dynalloc()
95 CALL_SUBTEST(check_aligned_new()); in test_dynalloc()
96 CALL_SUBTEST(check_aligned_stack_alloc()); in test_dynalloc()
100 CALL_SUBTEST(check_dynaligned<Vector4f>() ); in test_dynalloc()
101 CALL_SUBTEST(check_dynaligned<Vector2d>() ); in test_dynalloc()
102 CALL_SUBTEST(check_dynaligned<Matrix4f>() ); in test_dynalloc()
103 CALL_SUBTEST(check_dynaligned<Vector4d>() ); in test_dynalloc()
104 CALL_SUBTEST(check_dynaligned<Vector4i>() ); in test_dynalloc()
Dconjugate_gradient.cpp21 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_lower_diag) ); in test_conjugate_gradient_T()
22 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_upper_diag) ); in test_conjugate_gradient_T()
23 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_loup_diag) ); in test_conjugate_gradient_T()
24 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_lower_I) ); in test_conjugate_gradient_T()
25 CALL_SUBTEST( check_sparse_spd_solving(cg_colmajor_upper_I) ); in test_conjugate_gradient_T()
Djacobisvd.cpp177 CALL_SUBTEST(( jacobisvd_check_full(m, fullSvd) )); in jacobisvd_test_all_computation_options()
178 CALL_SUBTEST(( jacobisvd_solve<MatrixType, QRPreconditioner>(m, ComputeFullU | ComputeFullV) )); in jacobisvd_test_all_computation_options()
187 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullU, fullSvd) )); in jacobisvd_test_all_computation_options()
188 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullV, fullSvd) )); in jacobisvd_test_all_computation_options()
189 CALL_SUBTEST(( jacobisvd_compare_to_full(m, 0, fullSvd) )); in jacobisvd_test_all_computation_options()
193 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullU|ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
194 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
195 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU|ComputeFullV, fullSvd) )); in jacobisvd_test_all_computation_options()
196 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU , fullSvd) )); in jacobisvd_test_all_computation_options()
197 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU|ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
[all …]
Dresize.cpp38 CALL_SUBTEST(resizeLikeTest12() ); in test_resize()
39 CALL_SUBTEST(resizeLikeTest1020() ); in test_resize()
40 CALL_SUBTEST(resizeLikeTest31() ); in test_resize()
Dsmallvectors.cpp63 CALL_SUBTEST(smallVectors<int>() ); in test_smallvectors()
64 CALL_SUBTEST(smallVectors<float>() ); in test_smallvectors()
65 CALL_SUBTEST(smallVectors<double>() ); in test_smallvectors()
Dbicgstab.cpp20 CALL_SUBTEST( check_sparse_square_solving(bicgstab_colmajor_diag) ); in test_bicgstab_T()
22 CALL_SUBTEST( check_sparse_square_solving(bicgstab_colmajor_ilut) ); in test_bicgstab_T()
Dvectorization_logic.cpp211 CALL_SUBTEST( vectorization_logic<float>::run() ); in test_vectorization_logic()
212 CALL_SUBTEST( vectorization_logic<double>::run() ); in test_vectorization_logic()
213 CALL_SUBTEST( vectorization_logic<std::complex<float> >::run() ); in test_vectorization_logic()
214 CALL_SUBTEST( vectorization_logic<std::complex<double> >::run() ); in test_vectorization_logic()
/external/eigen/test/eigen2/
Deigen2_sizeof.cpp23 CALL_SUBTEST( verifySizeOf(Matrix<float, 1, 1>()) ); in test_eigen2_sizeof()
24 CALL_SUBTEST( verifySizeOf(Matrix4d()) ); in test_eigen2_sizeof()
25 CALL_SUBTEST( verifySizeOf(Matrix<double, 4, 2>()) ); in test_eigen2_sizeof()
26 CALL_SUBTEST( verifySizeOf(Matrix<bool, 7, 5>()) ); in test_eigen2_sizeof()
27 CALL_SUBTEST( verifySizeOf(MatrixXcf(3, 3)) ); in test_eigen2_sizeof()
28 CALL_SUBTEST( verifySizeOf(MatrixXi(8, 12)) ); in test_eigen2_sizeof()
29 CALL_SUBTEST( verifySizeOf(MatrixXcd(20, 20)) ); in test_eigen2_sizeof()
30 CALL_SUBTEST( verifySizeOf(Matrix<float, 100, 100>()) ); in test_eigen2_sizeof()
Deigen2_regression.cpp94 CALL_SUBTEST(check_linearRegression(10, points2f_ptrs, coeffs2f, 0.05f)); in test_eigen2_regression()
95 CALL_SUBTEST(check_linearRegression(100, points2f_ptrs, coeffs2f, 0.01f)); in test_eigen2_regression()
96 CALL_SUBTEST(check_linearRegression(1000, points2f_ptrs, coeffs2f, 0.002f)); in test_eigen2_regression()
106 CALL_SUBTEST(check_fitHyperplane(10, points2f_ptrs, coeffs3f, 0.05f)); in test_eigen2_regression()
107 CALL_SUBTEST(check_fitHyperplane(100, points2f_ptrs, coeffs3f, 0.01f)); in test_eigen2_regression()
108 CALL_SUBTEST(check_fitHyperplane(1000, points2f_ptrs, coeffs3f, 0.002f)); in test_eigen2_regression()
118 CALL_SUBTEST(check_fitHyperplane(10, points4d_ptrs, coeffs5d, 0.05)); in test_eigen2_regression()
119 CALL_SUBTEST(check_fitHyperplane(100, points4d_ptrs, coeffs5d, 0.01)); in test_eigen2_regression()
120 CALL_SUBTEST(check_fitHyperplane(1000, points4d_ptrs, coeffs5d, 0.002)); in test_eigen2_regression()
129 CALL_SUBTEST(check_fitHyperplane(100, points11cd_ptrs, *coeffs12cd, 0.025)); in test_eigen2_regression()
[all …]
Deigen2_dynalloc.cpp92 CALL_SUBTEST(check_handmade_aligned_malloc()); in test_eigen2_dynalloc()
93 CALL_SUBTEST(check_aligned_malloc()); in test_eigen2_dynalloc()
94 CALL_SUBTEST(check_aligned_new()); in test_eigen2_dynalloc()
95 CALL_SUBTEST(check_aligned_stack_alloc()); in test_eigen2_dynalloc()
99 CALL_SUBTEST( check_dynaligned<Vector4f>() ); in test_eigen2_dynalloc()
100 CALL_SUBTEST( check_dynaligned<Vector2d>() ); in test_eigen2_dynalloc()
101 CALL_SUBTEST( check_dynaligned<Matrix4f>() ); in test_eigen2_dynalloc()
102 CALL_SUBTEST( check_dynaligned<Vector4d>() ); in test_eigen2_dynalloc()
103 CALL_SUBTEST( check_dynaligned<Vector4i>() ); in test_eigen2_dynalloc()
Dmain.h143 #define CALL_SUBTEST(FUNC) do { \ macro
232 #define CALL_SUBTEST_1(FUNC) CALL_SUBTEST(FUNC)
238 #define CALL_SUBTEST_2(FUNC) CALL_SUBTEST(FUNC)
244 #define CALL_SUBTEST_3(FUNC) CALL_SUBTEST(FUNC)
250 #define CALL_SUBTEST_4(FUNC) CALL_SUBTEST(FUNC)
256 #define CALL_SUBTEST_5(FUNC) CALL_SUBTEST(FUNC)
262 #define CALL_SUBTEST_6(FUNC) CALL_SUBTEST(FUNC)
268 #define CALL_SUBTEST_7(FUNC) CALL_SUBTEST(FUNC)
274 #define CALL_SUBTEST_8(FUNC) CALL_SUBTEST(FUNC)
280 #define CALL_SUBTEST_9(FUNC) CALL_SUBTEST(FUNC)
[all …]
Deigen2_smallvectors.cpp38 CALL_SUBTEST( smallVectors<int>() ); in test_eigen2_smallvectors()
39 CALL_SUBTEST( smallVectors<float>() ); in test_eigen2_smallvectors()
40 CALL_SUBTEST( smallVectors<double>() ); in test_eigen2_smallvectors()

12