/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/ |
D | pynative_profiling.cc | 67 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/ |
D | real.hpp | 34 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
|
D | regression_real_scientific.cpp | 22 static int floatfield(Num) { return std::ios_base::scientific; } in floatfield() function
|
/third_party/boost/libs/spirit/example/karma/ |
D | printf_style_double_format.cpp | 138 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/ |
D | format.cpp | 90 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/ |
D | test_float_io.cpp | 316 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/ |
D | progress.hpp | 55 std::istream::floatfield ); in ~progress_timer()
|
/third_party/boost/boost/log/expressions/ |
D | formatter.hpp | 96 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/ |
D | real_policies.hpp | 143 static int floatfield(T n) in floatfield() function
|
/third_party/boost/boost/spirit/home/karma/numeric/detail/ |
D | real_utils.hpp | 75 int flags = p.floatfield(n); in call_n()
|
/third_party/boost/libs/endian/test/ |
D | benchmark.cpp | 72 cout.setf(std::ios_base::fixed, std::ios_base::floatfield); in benchmark()
|
/third_party/boost/libs/timer/src/ |
D | cpu_timer.cpp | 53 os.setf(std::ios_base::fixed, std::ios_base::floatfield); in show_time()
|
/third_party/boost/libs/locale/src/icu/ |
D | formatter.cpp | 399 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/ |
D | jsontest.h | 88 oss.setf(std::ios_base::floatfield);
|
/third_party/boost/boost/log/utility/ |
D | formatting_ostream.hpp | 195 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/ |
D | time_point_io.hpp | 993 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/ |
D | index.idx | 287 #!exclude if floatfield precision trailing_zeros force_sign in pointer
|
/third_party/boost/libs/spirit/doc/karma/ |
D | numeric.qbk | 769 static int floatfield(Num n) { return fmtflags::scientific; } 841 int floatfield(Num n); 975 (this is called only if the `floatfield()` function returned the
|