Home
last modified time | relevance | path

Searched refs:promote_args_2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dpromotion.hpp81 struct promote_args_2 struct
108 template <> struct promote_args_2<float, float> { typedef float type; }; struct
109 template <> struct promote_args_2<double, double>{ typedef double type; }; struct
110 template <> struct promote_args_2<long double, long double> { typedef long double type; }; struct
111 template <> struct promote_args_2<int, int> { typedef double type; }; argument
112 template <> struct promote_args_2<int, float> { typedef double type; }; argument
113 template <> struct promote_args_2<float, int> { typedef double type; }; argument
114 template <> struct promote_args_2<int, double> { typedef double type; }; argument
115 template <> struct promote_args_2<double, int> { typedef double type; }; argument
116 template <> struct promote_args_2<int, long double> { typedef long double type; }; argument
[all …]