Home
last modified time | relevance | path

Searched defs:cast_impl (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dboostmultiprec.cpp88 struct cast_impl<Real,NewType> { struct
89 static inline NewType run(const Real& x) { in run()
95 struct cast_impl<Real,std::complex<Real> > { struct
96 static inline std::complex<Real> run(const Real& x) { in run()