Home
last modified time | relevance | path

Searched refs:testGeneral (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_power.cpp70 void testGeneral(const MatrixType& m, const typename MatrixType::RealScalar& tol) in testGeneral() function
166 CALL_SUBTEST_2(testGeneral(Matrix2d(), 1e-13)); in test_matrix_power()
167 CALL_SUBTEST_7(testGeneral(Matrix3dRowMajor(), 1e-13)); in test_matrix_power()
168 CALL_SUBTEST_3(testGeneral(Matrix4cd(), 1e-13)); in test_matrix_power()
169 CALL_SUBTEST_4(testGeneral(MatrixXd(8,8), 2e-12)); in test_matrix_power()
170 CALL_SUBTEST_1(testGeneral(Matrix2f(), 1e-4)); in test_matrix_power()
171 CALL_SUBTEST_5(testGeneral(Matrix3cf(), 1e-4)); in test_matrix_power()
172 CALL_SUBTEST_8(testGeneral(Matrix4f(), 1e-4)); in test_matrix_power()
173 CALL_SUBTEST_6(testGeneral(MatrixXf(2,2), 1e-3)); // see bug 614 in test_matrix_power()
174 CALL_SUBTEST_9(testGeneral(MatrixXe(7,7), 1e-13L)); in test_matrix_power()
[all …]
/external/guava/guava-gwt/test/com/google/common/base/
DCharMatcherTest_gwt.java46 public void testGeneral() throws Exception { in testGeneral() method in CharMatcherTest_gwt
48 testCase.testGeneral(); in testGeneral()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCharMatcherTest.java240 public void testGeneral() { in testGeneral() method in CharMatcherTest
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java309 public void testGeneral() { in testGeneral() method in CharMatcherTest