Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorization_logic.cpp74 bool test_redux(const Xpr&, int traversal, int unrolling) in test_redux() function
207 VERIFY(test_redux(Vector1(), in run()
210 VERIFY(test_redux(Matrix<Scalar,PacketSize,3>(), in run()
213 VERIFY(test_redux(Matrix3(), in run()
216 VERIFY(test_redux(Matrix44(), in run()
219 …VERIFY(test_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?4:PacketSize,(Matrix1::Fl… in run()
222 VERIFY(test_redux(Matrix44c().template block<2*PacketSize,1>(1,2), in run()
225 VERIFY(test_redux(Matrix44r().template block<1,2*PacketSize>(2,1), in run()
245 VERIFY(test_redux(VectorX(10), in run()
352 VERIFY(test_redux(Vector1(), in run()
[all …]
Dredux.cpp149 void test_redux() in test_redux() function