Home
last modified time | relevance | path

Searched refs:array3u (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dgeo_parametrizedline.cpp72 Scalar* array3u = array3+1; in parametrizedline_alignment() local
76 Line4u *p3 = ::new(reinterpret_cast<void*>(array3u)) Line4u; in parametrizedline_alignment()
90 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Line4a)); in parametrizedline_alignment()
Dgeo_hyperplane.cpp164 Scalar* array3u = array3+1; in hyperplane_alignment() local
168 Plane3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Plane3u; in hyperplane_alignment()
179 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Plane3a)); in hyperplane_alignment()
Dgeo_transformations.cpp571 Scalar* array3u = array3+1; in transform_alignment() local
575 Projective3u *p3 = ::new(reinterpret_cast<void*>(array3u)) Projective3u; in transform_alignment()
588 VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective3a)); in transform_alignment()