Home | Sort by relevance Sort by last modified time |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ | |
promotion.hpp | 69 struct promote_arg struct in namespace:boost::math::tools 75 template <> struct promote_arg<float> { typedef float type; }; struct in namespace:boost::math::tools 76 template <> struct promote_arg<double>{ typedef double type; }; struct in namespace:boost::math::tools 77 template <> struct promote_arg<long double> { typedef long double type; }; struct in namespace:boost::math::tools 78 template <> struct promote_arg<int> { typedef double type; }; struct in namespace:boost::math::tools 84 typedef typename promote_arg<T1>::type T1P; // T1 perhaps promoted. 85 typedef typename promote_arg<T2>::type T2P; // T2 perhaps promoted. |