OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randomTest
(Results
1 - 4
of
4
) 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
...]
/frameworks/minikin/tests/unittest/
SparseBitSetTest.cpp
24
TEST(SparseBitSetTest,
randomTest
) {
/external/webrtc/webrtc/modules/audio_coding/test/
APITest.cc
477
bool
randomTest
;
480
randomTest
= _randomTest;
482
if (
randomTest
) {
500
bool
randomTest
;
503
randomTest
= _randomTest;
506
if (
randomTest
) {
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java
848
randomTest
(random, Math.max(40, 10 + nextInt(random, i)));
856
public void
randomTest
(Random random, int opCount) {
859
log("
randomTest
");
[
all
...]
Completed in 3321 milliseconds