Home
last modified time | relevance | path

Searched refs:floatfield (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_profiling.cc67 of_device.setf(std::ios::fixed, std::ios::floatfield); in ExportDeviceInfoToFile()
96 std::cout.setf(std::ios::fixed, std::ios::floatfield); in ExportDeviceInfoToScreen()
147 of_host.setf(std::ios::fixed, std::ios::floatfield); in ExportStageTimePointToFile()
172 std::cout.setf(std::ios::fixed, std::ios::floatfield); in ExportStageTimePointToScreen()
192 of_host.setf(std::ios::fixed, std::ios::floatfield); in ExportStageStatTimeToFile()
217 std::cout.setf(std::ios::fixed, std::ios::floatfield); in ExportStageStatTimeToScreen()
/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/libs/spirit/example/karma/
Dprintf_style_double_format.cpp138 int floatfield(T n) const in floatfield() function
147 return this->base_policy_type::floatfield(n); in floatfield()
/third_party/boost/libs/locale/src/shared/
Dformat.cpp90 ios_.setf(std::ios_base::scientific,std::ios_base::floatfield); in set_one_flag()
92 ios_.setf(std::ios_base::fixed,std::ios_base::floatfield); in set_one_flag()
/third_party/boost/libs/multiprecision/test/
Dtest_float_io.cpp316 s = x.str(0, std::ios_base::fmtflags(std::ios_base::floatfield)); in test_hexadecimal_floating_point()
320 s = x.str(0, std::ios_base::fmtflags(std::ios_base::floatfield)); in test_hexadecimal_floating_point()
325 s = pi1.str(0, std::ios_base::fmtflags(std::ios_base::floatfield)); in test_hexadecimal_floating_point()
/third_party/boost/boost/
Dprogress.hpp55 std::istream::floatfield ); in ~progress_timer()
/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/spirit/home/karma/numeric/
Dreal_policies.hpp143 static int floatfield(T n) in floatfield() function
/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dreal_utils.hpp75 int flags = p.floatfield(n); in call_n()
/third_party/boost/libs/endian/test/
Dbenchmark.cpp72 cout.setf(std::ios_base::fixed, std::ios_base::floatfield); in benchmark()
/third_party/boost/libs/timer/src/
Dcpu_timer.cpp53 os.setf(std::ios_base::fixed, std::ios_base::floatfield); in show_time()
/third_party/boost/libs/locale/src/icu/
Dformatter.cpp399 std::ios_base::fmtflags how = (ios.flags() & std::ios_base::floatfield); in generate_formatter()
435 std::ios_base::fmtflags how = (ios.flags() & std::ios_base::floatfield); in generate_formatter()
/third_party/jsoncpp/src/test_lib_json/
Djsontest.h88 oss.setf(std::ios_base::floatfield);
/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 >
/third_party/boost/boost/chrono/io/
Dtime_point_io.hpp993 os.setf(std::ios::fixed, std::ios::floatfield); in operator <<()
1144 is.setf(std::ios::fixed, std::ios::floatfield); in operator >>()
/third_party/boost/libs/spirit/doc/
Dindex.idx287 #!exclude if floatfield precision trailing_zeros force_sign in pointer
/third_party/boost/libs/spirit/doc/karma/
Dnumeric.qbk769 static int floatfield(Num n) { return fmtflags::scientific; }
841 int floatfield(Num n);
975 (this is called only if the `floatfield()` function returned the