HomeSort by relevance Sort by last modified time
    Searched refs:randomTest (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/test/
matrix_exponential.cpp 98 void randomTest(const MatrixType& m, double tol)
113 std::cout << "randomTest: error funm = " << relerr(identity, m2);
132 CALL_SUBTEST_2(randomTest(Matrix2d(), 1e-13));
133 CALL_SUBTEST_7(randomTest(Matrix<double,3,3,RowMajor>(), 1e-13));
134 CALL_SUBTEST_3(randomTest(Matrix4cd(), 1e-13));
135 CALL_SUBTEST_4(randomTest(MatrixXd(8,8), 1e-13));
136 CALL_SUBTEST_1(randomTest(Matrix2f(), 1e-4));
137 CALL_SUBTEST_5(randomTest(Matrix3cf(), 1e-4));
138 CALL_SUBTEST_1(randomTest(Matrix4f(), 1e-4));
139 CALL_SUBTEST_6(randomTest(MatrixXf(8,8), 1e-4))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
APITest.cc 514 bool randomTest;
517 randomTest = _randomTest;
519 if (randomTest) {
538 bool randomTest;
541 randomTest = _randomTest;
544 if (randomTest) {
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
AdapterHelperTest.java 764 randomTest(random, Math.max(40, 10 + nextInt(random, i)));
772 public void randomTest(Random random, int opCount) {
775 log("randomTest");

Completed in 110 milliseconds