Searched refs:checked_multiply (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 D | checked.hpp | 104 inline A checked_multiply(A a, A b, const mpl::int_<checked>&) in checked_multiply() function 112 inline A checked_multiply(A a, A b, const mpl::int_<unchecked>&) in checked_multiply() function
|
| H A D | multiply.hpp | 299 …*result.limbs() = detail::checked_multiply(*result.limbs(), *o.limbs(), typename cpp_int_backend<M… in eval_multiply() 313 …*result.limbs() = detail::checked_multiply(*result.limbs(), *o.limbs(), typename cpp_int_backend<M… in eval_multiply() 329 …*result.limbs() = detail::checked_multiply(*a.limbs(), *b.limbs(), typename cpp_int_backend<MinBit… in eval_multiply() 344 …*result.limbs() = detail::checked_multiply(*a.limbs(), *b.limbs(), typename cpp_int_backend<MinBit… in eval_multiply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | cpp_int.hpp | 1358 …*this->limbs() = detail::checked_multiply(*this->limbs(), static_cast<typename base_type::local_li… in do_assign_string()
|