Home
last modified time | relevance | path

Searched defs:floatfield (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/spirit/test/karma/
Dreal.hpp34 static int floatfield(T) { return base_type::fmtflags::scientific; } in floatfield() function
45 static int floatfield(T) { return base_type::fmtflags::fixed; } in floatfield() function
Dregression_real_scientific.cpp22 static int floatfield(Num) { return std::ios_base::scientific; } in floatfield() function
/third_party/boost/boost/spirit/home/karma/numeric/
Dreal_policies.hpp143 static int floatfield(T n) in floatfield() function
/third_party/boost/libs/spirit/example/karma/
Dprintf_style_double_format.cpp138 int floatfield(T n) const in floatfield() function
/third_party/boost/boost/log/expressions/
Dformatter.hpp96 static BOOST_CONSTEXPR_OR_CONST fmtflags floatfield = StreamT::floatfield; member in boost::expressions::aux::stream_ref
262 BOOST_CONSTEXPR_OR_CONST typename stream_ref< StreamT >::fmtflags stream_ref< StreamT >::floatfield; member in boost::expressions::aux::stream_ref< StreamT >
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp195 static BOOST_CONSTEXPR_OR_CONST fmtflags floatfield = ostream_type::floatfield; member in boost::basic_formatting_ostream
816 …TraitsT, AllocatorT >::fmtflags basic_formatting_ostream< CharT, TraitsT, AllocatorT >::floatfield; member in boost::basic_formatting_ostream< CharT, TraitsT, AllocatorT >