HomeSort by relevance Sort by last modified time
    Searched refs:VERIFY_RAISES_ASSERT (Results 26 - 41 of 41) sorted by null

12

  /external/eigen/test/
inverse.cpp 75 VERIFY_RAISES_ASSERT(m1 = m1.inverse());
redux.cpp 126 VERIFY_RAISES_ASSERT(v.head(0).mean());
127 VERIFY_RAISES_ASSERT(v.head(0).minCoeff());
128 VERIFY_RAISES_ASSERT(v.head(0).maxCoeff());
geo_parametrizedline.cpp 91 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Line4a));
main.h 117 #define VERIFY_RAISES_ASSERT(a) \
147 #define VERIFY_RAISES_ASSERT(a) { \
164 #define VERIFY_RAISES_ASSERT(a) {}
geo_quaternion.cpp 198 VERIFY_RAISES_ASSERT((MQuaternionA(array3unaligned)));
223 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(arrayunaligned)) QuaternionA));
geo_hyperplane.cpp 140 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Plane3a));
map.cpp 39 VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size)))
product.h 83 VERIFY_RAISES_ASSERT(m3 = m1*m1);
nomalloc.cpp 166 VERIFY_RAISES_ASSERT(MatrixXd dummy(MatrixXd::Random(3,3)));
sparse_basic.cpp 44 VERIFY_RAISES_ASSERT( m.coeffRef(zeroCoords[0].x(),zeroCoords[0].y()) = 5 );
geo_transformations.cpp 433 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective3a));
  /external/eigen/test/eigen2/
main.h 79 #define VERIFY_RAISES_ASSERT(a) \
108 #define VERIFY_RAISES_ASSERT(a) { \
120 #define VERIFY_RAISES_ASSERT(a) {}
eigen2_basicstuff.cpp 80 VERIFY_RAISES_ASSERT(m1 = (m2.block(0,0, rows-1, cols-1)));
product.h 90 VERIFY_RAISES_ASSERT(m3 = m1*m1);
eigen2_sparse_basic.cpp 75 VERIFY_RAISES_ASSERT( m.coeffRef(zeroCoords[0].x(),zeroCoords[0].y()) = 5 );
  /external/eigen/unsupported/test/
sparse_extra.cpp 80 VERIFY_RAISES_ASSERT( m.coeffRef(zeroCoords[0].x(),zeroCoords[0].y()) = 5 );

Completed in 5591 milliseconds

12