Home
last modified time | relevance | path

Searched defs:promote_arg (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
Dpromotion.hpp69 struct promote_arg struct
71 typedef typename mpl::if_<is_integral<T>, double, T>::type type;
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; }; argument
78 template <> struct promote_arg<int> { typedef double type; }; argument