Searched refs:add_unsigned (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 D | add.hpp | 22 inline void add_unsigned(CppInt1& result, const CppInt2& a, const CppInt3& b) BOOST_MP_NOEXCEPT_IF(… in add_unsigned() function 97 inline void add_unsigned(CppInt1& result, const CppInt2& a, const limb_type& o) BOOST_MP_NOEXCEPT_I… in add_unsigned() function 300 add_unsigned(result, a, b); in eval_add() 311 add_unsigned(result, result, o); in eval_add() 325 add_unsigned(result, a, o); in eval_add() 360 add_unsigned(result, result, o); in eval_subtract() 374 add_unsigned(result, a, o); in eval_subtract() 454 add_unsigned(result, a, b); in eval_subtract()
|