HomeSort by relevance Sort by last modified time
    Searched refs:CALL_SUBTEST_2 (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/eigen/test/eigen2/
eigen2_cholesky.cpp 106 CALL_SUBTEST_2( cholesky(Matrix2d()) );
eigen2_linearstructure.cpp 76 CALL_SUBTEST_2( linearStructure(Matrix2f()) );
eigen2_visitor.cpp 104 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) );
main.h 238 #define CALL_SUBTEST_2(FUNC) CALL_SUBTEST(FUNC)
240 #define CALL_SUBTEST_2(FUNC)
eigen2_eigensolver.cpp 137 CALL_SUBTEST_2( selfadjointeigensolver(Matrix4d()) );
eigen2_hyperplane.cpp 120 CALL_SUBTEST_2( hyperplane(Hyperplane<float,3>()) );
eigen2_packetmath.cpp 128 CALL_SUBTEST_2( packetmath<double>() );
eigen2_sparse_product.cpp 110 CALL_SUBTEST_2( sparse_product(SparseMatrix<std::complex<double> >(16, 16)) );
eigen2_sparse_solvers.cpp 197 CALL_SUBTEST_2( sparse_solvers<std::complex<double> >(16, 16) );
eigen2_submatrices.cpp 142 CALL_SUBTEST_2( submatrices(Matrix4d()) );
  /external/eigen/test/
linearstructure.cpp 74 CALL_SUBTEST_2( linearStructure(Matrix2f()) );
nullary.cpp 112 CALL_SUBTEST_2( testMatrixType(MatrixXcf(internal::random<int>(1,300),internal::random<int>(1,300))) );
packetmath.cpp 334 CALL_SUBTEST_2( packetmath<double>() );
337 CALL_SUBTEST_2( packetmath<std::complex<double> >() );
340 CALL_SUBTEST_2( packetmath_real<double>() );
343 CALL_SUBTEST_2( packetmath_complex<std::complex<double> >() );
product_selfadjoint.cpp 69 CALL_SUBTEST_2( product_selfadjoint(Matrix<float, 2, 2>()) );
sparse_vector.cpp 87 CALL_SUBTEST_2( sparse_vector<std::complex<double> >(16, 16) );
visitor.cpp 106 CALL_SUBTEST_2( matrixVisitor(Matrix2f()) );
basicstuff.cpp 199 CALL_SUBTEST_2( basicStuff(Matrix4d()) );
214 CALL_SUBTEST_2(casting());
mapstaticmethods.cpp 155 CALL_SUBTEST_2(( mapstaticmethods(Vector3f()) ));
156 CALL_SUBTEST_2(( mapstaticmethods(Matrix2f()) ));
product_extra.cpp 142 CALL_SUBTEST_2( product_extra(MatrixXd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
143 CALL_SUBTEST_2( mat_mat_scalar_scalar_product() );
cholesky.cpp 295 CALL_SUBTEST_2( cholesky(MatrixXd(s,s)) );
303 CALL_SUBTEST_2( cholesky_verify_assert<MatrixXd>() );
redux.cpp 139 CALL_SUBTEST_2( matrixRedux(Matrix2f()) );
140 CALL_SUBTEST_2( matrixRedux(Array2f()) );
sparse_product.cpp 200 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, ColMajor > >()) );
201 CALL_SUBTEST_2( (sparse_product<SparseMatrix<std::complex<double>, RowMajor > >()) );
adjoint.cpp 111 CALL_SUBTEST_2( adjoint(Matrix3d()) );
diagonalmatrices.cpp 85 CALL_SUBTEST_2( diagonalmatrices(Matrix3f()) );
  /external/eigen/unsupported/test/
sparse_extra.cpp 139 CALL_SUBTEST_2( sparse_extra(SparseMatrix<std::complex<double> >(s, s)) );

Completed in 146 milliseconds

1 2 34 5 6