Lines Matching refs:VERIFY
31 // Verify that MatrixBase::reverse() works
39 // Verify that a Reverse default (in both directions) of an expression works
47 // Verify that a Reverse in both directions of an expression works
55 // Verify that a Reverse in the vertical directions of an expression works
63 // Verify that a Reverse in the horizontal directions of an expression works
71 // Verify that a VectorType::reverse() of an expression works
77 // Verify that PartialRedux::reverse() works (for colwise())
85 // Verify that PartialRedux::reverse() works (for rowwise())
125 VERIFY(x.reverse()[1] == 3);
126 VERIFY(x.reverse() == y);