Searched refs:promote_args_2 (Results 1 – 1 of 1) sorted by relevance
81 struct promote_args_2 struct101 template <> struct promote_args_2<float, float> { typedef float type; }; struct102 template <> struct promote_args_2<double, double>{ typedef double type; }; struct103 template <> struct promote_args_2<long double, long double> { typedef long double type; }; argument104 template <> struct promote_args_2<int, int> { typedef double type; }; argument105 template <> struct promote_args_2<int, float> { typedef double type; }; argument106 template <> struct promote_args_2<float, int> { typedef double type; }; argument107 template <> struct promote_args_2<int, double> { typedef double type; }; struct108 template <> struct promote_args_2<double, int> { typedef double type; }; argument109 template <> struct promote_args_2<int, long double> { typedef long double type; }; struct[all …]