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