Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
Dpromotion.hpp81 struct promote_args_2 struct
101 template <> struct promote_args_2<float, float> { typedef float type; }; struct
102 template <> struct promote_args_2<double, double>{ typedef double type; }; struct
103 template <> struct promote_args_2<long double, long double> { typedef long double type; }; argument
104 template <> struct promote_args_2<int, int> { typedef double type; }; argument
105 template <> struct promote_args_2<int, float> { typedef double type; }; argument
106 template <> struct promote_args_2<float, int> { typedef double type; }; argument
107 template <> struct promote_args_2<int, double> { typedef double type; }; struct
108 template <> struct promote_args_2<double, int> { typedef double type; }; argument
109 template <> struct promote_args_2<int, long double> { typedef long double type; }; struct
[all …]