Home
last modified time | relevance | path

Searched refs:checked_subtract (Results 1 – 2 of 2) 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.hpp93 inline A checked_subtract(A a, A b, const mpl::int_<checked>&) in checked_subtract() function
98 inline A checked_subtract(A a, A b, const mpl::int_<unchecked>&) in checked_subtract() function
H A Dadd.hpp479 …*result.limbs() = detail::checked_subtract(*o.limbs(), *result.limbs(), typename cpp_int_backend<M… in eval_add()
483 …*result.limbs() = detail::checked_subtract(*result.limbs(), *o.limbs(), typename cpp_int_backend<M… in eval_add()
521 …*result.limbs() = detail::checked_subtract(*o.limbs(), *result.limbs(), typename cpp_int_backend<M… in eval_subtract()
525 …*result.limbs() = detail::checked_subtract(*result.limbs(), *o.limbs(), typename cpp_int_backend<M… in eval_subtract()
540 …*result.limbs() = detail::checked_subtract(*result.limbs(), *o.limbs(), typename cpp_int_backend<M… in eval_subtract()