Searched refs:hp1f (Results 1 - 6 of 6) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); local
48 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0);
H A Deigen2_parametrizedline.cpp48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); local
49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
H A Deigen2_hyperplane.cpp73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>(); local
74 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),pl1);
/external/eigen/test/
H A Dgeo_parametrizedline.cpp48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); local
49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
H A Dgeo_alignedbox.cpp96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); local
97 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0);
H A Dgeo_hyperplane.cpp73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>(); local
74 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),pl1);

Completed in 893 milliseconds