Searched defs:digits2 (Results 1 – 1 of 1) sorted by relevance
809 struct digits2 struct815 … == 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()