Home
last modified time | relevance | path

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

/external/eigen/test/
Dvectorization_logic.cpp84 bool test_redux(const Xpr&, int traversal, int unrolling) in test_redux() function
210 VERIFY(test_redux(Vector1(), in run()
213 VERIFY(test_redux(Vector1().array()*Vector1().array(), in run()
216 VERIFY(test_redux((Vector1().array()*Vector1().array()).col(0), in run()
219 VERIFY(test_redux(Matrix<Scalar,PacketSize,3>(), in run()
222 VERIFY(test_redux(Matrix3(), in run()
225 VERIFY(test_redux(Matrix44(), in run()
229 …VERIFY(test_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?4:PacketSize,(Matrix1::Fl… in run()
232 …VERIFY(test_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?2:PacketSize,(Matrix1::Fl… in run()
236 VERIFY(test_redux(Matrix44c().template block<2*PacketSize,1>(1,2), in run()
[all …]