Home
last modified time | relevance | path

Searched refs:check_is_negative (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.hpp43 inline void check_is_negative(const mpl::true_&) BOOST_NOEXCEPT {} in check_is_negative() function
44 inline void check_is_negative(const mpl::false_&) in check_is_negative() function
76 check_is_negative(boost::is_signed<R>()); in eval_convert_to()
569check_is_negative(mpl::bool_<is_signed_number<R>::value || (number_category<R>::value == number_ki… in eval_convert_to()