Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dmath_fwd.hpp43 typename tools::promote_args<RT1, RT2>::type
47 typename tools::promote_args<RT1, RT2, A>::type
51 typename tools::promote_args<RT1, RT2, RT3>::type
55 typename tools::promote_args<RT1, RT2, RT3>::type
59 typename tools::promote_args<RT1, RT2, RT3>::type
63 typename tools::promote_args<RT1, RT2, RT3>::type
67 typename tools::promote_args<RT1, RT2, RT3>::type
71 typename tools::promote_args<RT1, RT2, RT3>::type
75 typename tools::promote_args<RT1, RT2, RT3>::type
79 typename tools::promote_args<T1, T2, T3, T4>::type
[all …]
H A Dtrunc.hpp21 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol, const mpl::false_… in trunc()
24 typedef typename tools::promote_args<T>::type result_type; in trunc()
31 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy&, const mpl::true_&) in trunc()
39 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol) in trunc()
44 inline typename tools::promote_args<T>::type trunc(const T& v) in trunc()
61 typedef typename tools::promote_args<T>::type result_type; in itrunc()
77 typedef typename tools::promote_args<T>::type result_type; in ltrunc()
95 typedef typename tools::promote_args<T>::type result_type; in lltrunc()
H A Dhypot.hpp63 inline typename tools::promote_args<T1, T2>::type
66 typedef typename tools::promote_args<T1, T2>::type result_type; in hypot()
72 inline typename tools::promote_args<T1, T2>::type
75 typedef typename tools::promote_args<T1, T2>::type result_type; in hypot()
H A Dnext.hpp264 inline typename tools::promote_args<T>::type float_next(const T& val, const Policy& pol) in float_next()
266 typedef typename tools::promote_args<T>::type result_type; in float_next()
294 inline typename tools::promote_args<T>::type float_next(const T& val) in float_next()
396 inline typename tools::promote_args<T>::type float_prior(const T& val, const Policy& pol) in float_prior()
398 typedef typename tools::promote_args<T>::type result_type; in float_prior()
426 inline typename tools::promote_args<T>::type float_prior(const T& val) in float_prior()
432 inline typename tools::promote_args<T, U>::type nextafter(const T& val, const U& direction, const P… in nextafter()
434 typedef typename tools::promote_args<T, U>::type result_type; in nextafter()
439 inline typename tools::promote_args<T, U>::type nextafter(const T& val, const U& direction) in nextafter()
659 inline typename tools::promote_args<T, U>::type float_distance(const T& a, const U& b, const Policy… in float_distance()
[all …]
H A Dlog1p.hpp78 typedef typename tools::promote_args<T>::type result_type; in log1p_imp()
294 inline typename tools::promote_args<T>::type log1p(T x, const Policy&) in log1p()
296 typedef typename tools::promote_args<T>::type result_type; in log1p()
451 inline typename tools::promote_args<T>::type log1p(T x) in log1p()
459 inline typename tools::promote_args<T>::type
462 typedef typename tools::promote_args<T>::type result_type; in log1pmx()
494 inline typename tools::promote_args<T>::type log1pmx(T x) in log1pmx()
H A Datanh.hpp97 inline typename tools::promote_args<T>::type atanh(T x, const Policy&) in atanh()
99 typedef typename tools::promote_args<T>::type result_type; in atanh()
112 inline typename tools::promote_args<T>::type atanh(T x) in atanh()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/
H A Dround_fwd.hpp24 typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol);
26 typename tools::promote_args<T>::type trunc(const T& v);
42 typename tools::promote_args<T>::type round(const T& v, const Policy& pol);
44 typename tools::promote_args<T>::type round(const T& v);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dpromotion.hpp126 struct promote_args struct