Home
last modified time | relevance | path

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

/third_party/boost/boost/log/expressions/
Dformatter.hpp90 static BOOST_CONSTEXPR_OR_CONST fmtflags showpoint = StreamT::showpoint; member in boost::expressions::aux::stream_ref
250 BOOST_CONSTEXPR_OR_CONST typename stream_ref< StreamT >::fmtflags stream_ref< StreamT >::showpoint; member in boost::expressions::aux::stream_ref< StreamT >
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_iostream.hpp191 const bool showpoint = ((f & std::ios_base::showpoint) == std::ios_base::showpoint); in format_float_string() local
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp189 static BOOST_CONSTEXPR_OR_CONST fmtflags showpoint = ostream_type::showpoint; member in boost::basic_formatting_ostream
804 … TraitsT, AllocatorT >::fmtflags basic_formatting_ostream< CharT, TraitsT, AllocatorT >::showpoint; member in boost::basic_formatting_ostream< CharT, TraitsT, AllocatorT >
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp1517 …bool showpoint = (f & std::ios_base::showpoint) == std::ios_base::showpo… in format_float_string() local