Searched refs:GetDifferentType (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp46 typedef typename GetDifferentType<Scalar>::type OtherScalar;
H A Deigen2_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
H A Dmain.h219 template<typename T> struct GetDifferentType;
221 template<> struct GetDifferentType<float> { typedef double type; }; struct
222 template<> struct GetDifferentType<double> { typedef float type; }; struct
223 template<typename T> struct GetDifferentType<std::complex<T> > struct
224 { typedef std::complex<typename GetDifferentType<T>::type> type; };
H A Deigen2_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar;
/external/eigen/test/
H A Dmain.h431 template<typename T> struct GetDifferentType;
433 template<> struct GetDifferentType<float> { typedef double type; }; struct
434 template<> struct GetDifferentType<double> { typedef float type; }; struct
435 template<typename T> struct GetDifferentType<std::complex<T> > struct
436 { typedef std::complex<typename GetDifferentType<T>::type> type; };
H A Dgeo_parametrizedline.cpp47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
H A Dgeo_alignedbox.cpp95 typedef typename GetDifferentType<Scalar>::type OtherScalar;
H A Dgeo_hyperplane.cpp72 typedef typename GetDifferentType<Scalar>::type OtherScalar;

Completed in 85 milliseconds