HomeSort by relevance Sort by last modified time
    Searched refs:array3u (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
geo_parametrizedline.cpp 72 Scalar* array3u = array3+1; local
76 Line4u *p3 = ::new(reinterpret_cast<void*>(array3u)) Line4u;
90 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Line4a));
geo_hyperplane.cpp 151 Scalar* array3u = array3+1; local
155 Plane3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Plane3u;
166 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Plane3a));
geo_transformations.cpp 450 Scalar* array3u = array3+1; local
454 Projective3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Projective3u;
467 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective3a));

Completed in 572 milliseconds