Searched refs:hp1f (Results 1 - 6 of 6) sorted by relevance
/external/eigen/test/eigen2/ |
H A D | eigen2_alignedbox.cpp | 47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); local 48 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0);
|
H A D | eigen2_parametrizedline.cpp | 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); local 49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
|
H A D | eigen2_hyperplane.cpp | 73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>(); local 74 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),pl1);
|
/external/eigen/test/ |
H A D | geo_parametrizedline.cpp | 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); local 49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
|
H A D | geo_alignedbox.cpp | 96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); local 97 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0);
|
H A D | geo_hyperplane.cpp | 73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>(); local 74 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),pl1);
|
Completed in 537 milliseconds