HomeSort by relevance Sort by last modified time
    Searched full: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 125 Scalar* array3u = array3+1; local
129 Plane3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Plane3u;
140 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Plane3a));
geo_transformations.cpp 410 Scalar* array3u = array3+1; local
414 Projective3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Projective3u;
427 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective3a));

Completed in 369 milliseconds