Home
last modified time | relevance | path

Searched defs:digits2 (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/detail/
H A Dnumber_base.hpp809 struct digits2 struct
815 … == 10 ? (((std::numeric_limits<T>::digits + 1) * 1000L) / 301L) : std::numeric_limits<T>::digits;
816 static inline BOOST_CONSTEXPR long value()BOOST_NOEXCEPT { return m_value; } in value()