Searched defs:OtherScalar (Results 1 - 6 of 6) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp46 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
H A Deigen2_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
H A Deigen2_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>();
/external/eigen/test/
H A Dgeo_alignedbox.cpp95 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
H A Dgeo_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
H A Dgeo_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar; typedef
73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();

Completed in 342 milliseconds