Home
last modified time | relevance | path

Searched refs:checked_add (Results 1 – 3 of 3) 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 Dchecked.hpp60 inline A checked_add(A a, A b, const mpl::int_<checked>&) in checked_add() function
65 inline A checked_add(A a, A b, const mpl::int_<unchecked>&) in checked_add() function
H A Dadd.hpp486 …*result.limbs() = detail::checked_add(*result.limbs(), *o.limbs(), typename cpp_int_backend<MinBit… in eval_add()
500 …*result.limbs() = detail::checked_add(*result.limbs(), *o.limbs(), typename cpp_int_backend<MinBit… in eval_add()
517 …*result.limbs() = detail::checked_add(*result.limbs(), *o.limbs(), typename cpp_int_backend<MinBit… in eval_subtract()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp1359 …*this->limbs() = detail::checked_add(*this->limbs(), static_cast<typename base_type::local_limb_ty… in do_assign_string()