Home
last modified time | relevance | path

Searched refs:double_first (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/
H A Dcpp_int.hpp207 double_limb_type double_first; member
213 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()