HomeSort by relevance Sort by last modified time
    Searched refs:GetDifferentType (Results 1 - 8 of 8) sorted by null

  /external/eigen/test/eigen2/
eigen2_alignedbox.cpp 46 typedef typename GetDifferentType<Scalar>::type OtherScalar;
eigen2_parametrizedline.cpp 47 typedef typename GetDifferentType<Scalar>::type OtherScalar;
main.h 219 template<typename T> struct GetDifferentType;
221 template<> struct GetDifferentType<float> { typedef double type; };
222 template<> struct GetDifferentType<double> { typedef float type; };
223 template<typename T> struct GetDifferentType<std::complex<T> >
224 { typedef std::complex<typename GetDifferentType<T>::type> type; };
eigen2_hyperplane.cpp 72 typedef typename GetDifferentType<Scalar>::type OtherScalar;
  /external/eigen/test/
main.h 367 template<typename T> struct GetDifferentType;
369 template<> struct GetDifferentType<float> { typedef double type; };
370 template<> struct GetDifferentType<double> { typedef float type; };
371 template<typename T> struct GetDifferentType<std::complex<T> >
372 { typedef std::complex<typename GetDifferentType<T>::type> type; };
geo_parametrizedline.cpp 48 typedef typename GetDifferentType<Scalar>::type OtherScalar;
geo_alignedbox.cpp 88 typedef typename GetDifferentType<Scalar>::type OtherScalar;
geo_hyperplane.cpp 73 typedef typename GetDifferentType<Scalar>::type OtherScalar;

Completed in 57 milliseconds