Home
last modified time | relevance | path

Searched refs:next_limb (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 Dbitwise.hpp81 limb_type next_limb = 0; in bitwise_op() local
110 next_limb = op(limb_type(0), static_cast<limb_type>(carry)); in bitwise_op()
133 next_limb = op(static_cast<limb_type>(carry), limb_type(0)); in bitwise_op()
159 next_limb = op(static_cast<limb_type>(r_carry), static_cast<limb_type>(o_carry)); in bitwise_op()
165 if(static_cast<signed_limb_type>(next_limb) < 0) in bitwise_op()