Searched refs:promote_args_2 (Results 1 – 1 of 1) sorted by relevance
81 struct promote_args_2 struct108 template <> struct promote_args_2<float, float> { typedef float type; }; struct109 template <> struct promote_args_2<double, double>{ typedef double type; }; struct110 template <> struct promote_args_2<long double, long double> { typedef long double type; }; struct111 template <> struct promote_args_2<int, int> { typedef double type; }; argument112 template <> struct promote_args_2<int, float> { typedef double type; }; argument113 template <> struct promote_args_2<float, int> { typedef double type; }; argument114 template <> struct promote_args_2<int, double> { typedef double type; }; argument115 template <> struct promote_args_2<double, int> { typedef double type; }; argument116 template <> struct promote_args_2<int, long double> { typedef long double type; }; argument[all …]