Searched refs:test_redux (Results 1 - 2 of 2) sorted by relevance
/external/eigen/test/ |
H A D | vectorization_logic.cpp | 64 bool test_redux(const Xpr&, int traversal, int unrolling) function 163 VERIFY(test_redux(Matrix3(), 166 VERIFY(test_redux(Matrix44(), 169 VERIFY(test_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?4:PacketSize,(Matrix1::Flags&RowMajorBit)?PacketSize:4>(1,2), 172 VERIFY(test_redux(Matrix44c().template block<2*PacketSize,1>(1,2), 175 VERIFY(test_redux(Matrix44r().template block<1,2*PacketSize>(2,1), 194 VERIFY(test_redux(VectorX(10), 221 VERIFY(test_redux(Matrix<float,5,2>(), 230 VERIFY(test_redux(Matrix<double,7,3>(),
|
H A D | redux.cpp | 132 void test_redux() function
|
Completed in 237 milliseconds