Home
last modified time | relevance | path

Searched refs:randomTest (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_exponential.cpp98 void randomTest(const MatrixType& m, double tol) in randomTest() function
132 CALL_SUBTEST_2(randomTest(Matrix2d(), 1e-13)); in test_matrix_exponential()
133 CALL_SUBTEST_7(randomTest(Matrix<double,3,3,RowMajor>(), 1e-13)); in test_matrix_exponential()
134 CALL_SUBTEST_3(randomTest(Matrix4cd(), 1e-13)); in test_matrix_exponential()
135 CALL_SUBTEST_4(randomTest(MatrixXd(8,8), 1e-13)); in test_matrix_exponential()
136 CALL_SUBTEST_1(randomTest(Matrix2f(), 1e-4)); in test_matrix_exponential()
137 CALL_SUBTEST_5(randomTest(Matrix3cf(), 1e-4)); in test_matrix_exponential()
138 CALL_SUBTEST_1(randomTest(Matrix4f(), 1e-4)); in test_matrix_exponential()
139 CALL_SUBTEST_6(randomTest(MatrixXf(8,8), 1e-4)); in test_matrix_exponential()
140 CALL_SUBTEST_9(randomTest(Matrix<long double,Dynamic,Dynamic>(7,7), 1e-13)); in test_matrix_exponential()
/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc477 bool randomTest; in APIRunA() local
480 randomTest = _randomTest; in APIRunA()
482 if (randomTest) { in APIRunA()
500 bool randomTest; in APIRunB() local
503 randomTest = _randomTest; in APIRunB()
506 if (randomTest) { in APIRunB()