Searched refs:hp1f (Results 1 – 3 of 3) sorted by relevance
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>(); in parametrizedline() local49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0); in parametrizedline()
105 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>(); in alignedboxCastTests() local106 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0); in alignedboxCastTests()
83 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>(); in hyperplane() local84 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),pl1); in hyperplane()