Home
last modified time | relevance | path

Searched refs:promote_arg (Results 1 – 2 of 2) 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.hpp69 struct promote_arg struct
75 template <> struct promote_arg<float> { typedef float type; }; argument
76 template <> struct promote_arg<double>{ typedef double type; }; struct
77 template <> struct promote_arg<long double> { typedef long double type; }; struct
78 template <> struct promote_arg<int> { typedef double type; }; struct
84 typedef typename promote_arg<T1>::type T1P; // T1 perhaps promoted.
85 typedef typename promote_arg<T2>::type T2P; // T2 perhaps promoted.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp1038 struct promote_arg;
1041 struct promote_arg<boost::multiprecision::detail::expression<tag, A1, A2, A3, A4> > struct