Home
last modified time | relevance | path

Searched defs:b_result_might_overflow (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/multiprecision/
Dcpp_dec_float.hpp862 const bool b_result_might_overflow = (exp >= static_cast<ExponentType>(cpp_dec_float_max_exp10)); in operator +=() local
924 …const bool b_result_might_overflow = ((exp + v.exp) >= static_cast<ExponentType>(cpp_dec_float_ma… in operator *=() local
1070 const bool b_result_might_overflow = (exp >= cpp_dec_float_max_exp10); in mul_unsigned_long_long() local