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 73 Scalar* array3u = array3+1; local
77 Line4u *p3 = ::new(reinterpret_cast<void*>(array3u)) Line4u;
91 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 416 Scalar* array3u = array3+1; local
420 Projective3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Projective3u;
433 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective3a));

Completed in 37 milliseconds