Searched refs:promote_arg (Results 1 – 1 of 1) sorted by relevance
69 struct promote_arg struct75 template <> struct promote_arg<float> { typedef float type; }; argument76 template <> struct promote_arg<double>{ typedef double type; }; struct77 template <> struct promote_arg<long double> { typedef long double type; }; struct78 template <> struct promote_arg<int> { typedef double type; }; struct84 typedef typename promote_arg<T1>::type T1P; // T1 perhaps promoted.85 typedef typename promote_arg<T2>::type T2P; // T2 perhaps promoted.