Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dmin_max.hpp41 return BOOST_MP_MOVE(t); in type()
49 return BOOST_MP_MOVE(t); in type()
58 return BOOST_MP_MOVE(t1); in result_type()
59 return BOOST_MP_MOVE(t2); in result_type()
66 return BOOST_MP_MOVE(t1); in result_type()
67 return BOOST_MP_MOVE(t2); in result_type()
83 return BOOST_MP_MOVE(t); in type()
91 return BOOST_MP_MOVE(t); in type()
100 return BOOST_MP_MOVE(t1); in result_type()
101 return BOOST_MP_MOVE(t2); in result_type()
[all …]
H A Dno_et_ops.hpp28 return BOOST_MP_MOVE(result); in operator -()
35 return BOOST_MP_MOVE(result); in operator ~()
46 return BOOST_MP_MOVE(result); in operator +()
55 return BOOST_MP_MOVE(result); in operator +()
64 return BOOST_MP_MOVE(result); in operator +()
75 return BOOST_MP_MOVE(result); in operator -()
84 return BOOST_MP_MOVE(result); in operator -()
93 return BOOST_MP_MOVE(result); in operator -()
104 return BOOST_MP_MOVE(result); in operator *()
113 return BOOST_MP_MOVE(result); in operator *()
[all …]
H A Ddefault_ops.hpp442 return BOOST_MP_MOVE(t); in make_T()
2075 return BOOST_MP_MOVE(trunc(number_type(v), pol)); in trunc()
2084 return BOOST_MP_MOVE(result); in trunc()
2174 return BOOST_MP_MOVE(round(static_cast<number_type>(v), pol)); in round()
2182 return BOOST_MP_MOVE(result); in round()
2279 return BOOST_MP_MOVE(result); in frexp()
2286 return BOOST_MP_MOVE(frexp(static_cast<number_type>(v), pint)); in frexp()
2294 return BOOST_MP_MOVE(result); in frexp()
2301 return BOOST_MP_MOVE(frexp(static_cast<number_type>(v), pint)); in frexp()
2309 return BOOST_MP_MOVE(result); in frexp()
[all …]
H A Dnumber_base.hpp150 # define BOOST_MP_MOVE(x) std::move(x) macro
152 # define BOOST_MP_MOVE(x) x macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp391 return BOOST_MP_MOVE(temp); in operator ++()
399 return BOOST_MP_MOVE(temp); in operator --()
1208 f(m_backend, BOOST_MP_MOVE(temp1.backend()), function_arg_value(val2)); in do_assign_function_2()
1214 f(m_backend, function_arg_value(val1), BOOST_MP_MOVE(temp2.backend())); in do_assign_function_2()
1221 f(m_backend, BOOST_MP_MOVE(temp1.backend()), BOOST_MP_MOVE(temp2.backend())); in do_assign_function_2()
1244 do_assign_function_3b(f, BOOST_MP_MOVE(t), val2, val3, t2, t3); in do_assign_function_3a()
1255 do_assign_function_3c(f, val1, BOOST_MP_MOVE(t), val3, t3); in do_assign_function_3b()
1266 do_assign_function_3c(f, val1, val2, BOOST_MP_MOVE(t), detail::terminal()); in do_assign_function_3c()