Searched refs:double_first (Results 1 – 1 of 1) sorted by relevance
207 double_limb_type double_first; member213 BOOST_CONSTEXPR data_type(double_limb_type i) : double_first(i) {} in data_type()214 …BOOST_CONSTEXPR data_type(signed_double_limb_type i) : double_first(i < 0 ? static_cast<double_lim… in data_type()