Searched refs:subtract_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 | 139 inline void subtract_unsigned(CppInt1& result, const CppInt2& a, const CppInt3& b) BOOST_MP_NOEXCEP… in subtract_unsigned() function 223 inline void subtract_unsigned(CppInt1& result, const CppInt2& a, const limb_type& b) BOOST_MP_NOEXC… in subtract_unsigned() function 297 subtract_unsigned(result, a, b); in eval_add() 308 subtract_unsigned(result, result, o); in eval_add() 322 subtract_unsigned(result, a, o); in eval_add() 363 subtract_unsigned(result, result, o); in eval_subtract() 378 subtract_unsigned(result, a, o); in eval_subtract() 457 subtract_unsigned(result, a, b); in eval_subtract()
|