Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp50 inline Integer negate_integer(Integer i, const mpl::true_&) BOOST_NOEXCEPT in negate_integer() function
55 inline Integer negate_integer(Integer i, const mpl::false_&) BOOST_NOEXCEPT in negate_integer() function
77 *result = negate_integer(*result, boost::is_signed<R>()); in eval_convert_to()
570 …*result = negate_integer(*result, mpl::bool_<is_signed_number<R>::value || (number_category<R>::va… in eval_convert_to()