/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/ |
D | somas_solver_core.cc | 85 const double giga = 1024. * 1024. * 1024.; in MemoryAllocationSolver() local 89 MS_LOG(INFO) << "Best result:" << best << " Bytes " << (best) / (giga) << " GB (" in MemoryAllocationSolver() 90 << (best - lifelong_memory_) / (giga) << " GB + " << lifelong_memory_ / (giga) in MemoryAllocationSolver() 125 const double giga = 1024. * 1024. * 1024.; in Verify() local 127 MS_LOG(INFO) << "Result: " << upperbound_ << " (" << (upperbound_) / (giga) << " GB)"; in Verify() 308 const double giga = 1073741824.; in Search() local 311 << result / giga << " GB)\t" << algorithmTypeNames[algorithm_] << "\t" in Search()
|
D | somas_solver_pre.cc | 110 const double giga = 1024. * 1024. * 1024.; in Solving() local 162 MS_LOG(INFO) << "Best result:" << best << " Bytes " << (best) / (giga) << " GB (" in Solving() 163 << (best - best_solver->Getlifelongmemory()) / (giga) << " GB + " in Solving() 164 << best_solver->Getlifelongmemory() / (giga) << " GB from lifelong tensors)"; in Solving() 185 …(INFO) << "SomasSolver::Solving RESULT: " << max_offset_ << " (" << max_offset_ / (giga) << " GB)"; in Solving()
|
/third_party/boost/libs/ratio/example/ |
D | display_ex.cpp | 28 << ratio_string<boost::giga, char>::prefix() << '\n'; in main() 30 << ratio_string<boost::giga, char>::symbol() << '\n'; in main()
|
/third_party/boost/libs/ratio/test/ |
D | typedefs_pass.cpp | 25 BOOST_RATIO_STATIC_ASSERT(boost::giga::num == 1000000000ULL && boost::giga::den == 1, NOTHING, ());
|
D | ratio_test.cpp | 17 typedef boost::ratio_multiply<boost::ratio<5>, boost::giga>::type _5giga; // _5giga::num == 500000…
|
/third_party/boost/boost/chrono/io/ |
D | duration_units.hpp | 301 rt = rt_ratio(giga()); in match_valid_unit() 467 return do_get_unit(style, giga(), do_get_plural_form(v)); in do_get_unit() 726 virtual string_type do_get_unit(duration_style style, giga u, std::size_t pf) const in do_get_unit() 730 static string_type static_get_unit(duration_style style, giga u, std::size_t pf) in static_get_unit() 874 virtual string_type do_get_ratio_prefix(duration_style style, giga u) const in do_get_ratio_prefix() 878 static string_type static_get_ratio_prefix(duration_style style, giga) in static_get_ratio_prefix() argument 880 if (style == duration_style::symbol) return ratio_string<giga, CharT>::symbol(); in static_get_ratio_prefix() 881 return ratio_string<giga, CharT>::prefix(); in static_get_ratio_prefix() 949 it = static_fill_units(it, giga()); in static_init_valid_units()
|
/third_party/boost/libs/ratio/test/ratio_io/ |
D | ratio_io_pass.cpp | 122 boost::ratio_string<boost::giga, char>::prefix() == "giga" in main() 125 boost::ratio_string<boost::giga, char>::symbol() == "G" in main()
|
/third_party/boost/boost/ratio/ |
D | ratio_io.hpp | 643 struct ratio_string<giga, CharT> : 644 ratio_detail::ratio_string_static<giga,CharT> 650 struct ratio_string<giga, char> 659 struct ratio_string<giga, char16_t> 666 struct ratio_string<giga, char32_t> 676 struct ratio_string<giga, wchar_t>
|
D | ratio_fwd.hpp | 88 typedef ratio< BOOST_RATIO_INTMAX_C(1000000000), BOOST_RATIO_INTMAX_C(1)> giga; typedef
|
/third_party/boost/boost/units/systems/si/ |
D | prefixes.hpp | 43 BOOST_UNITS_METRIC_PREFIX(9, giga);
|
/third_party/boost/boost/chrono/detail/inlined/win/ |
D | process_cpu_clocks.hpp | 40 typedef ratio_divide<giga, ratio<CLOCKS_PER_SEC> >::type R; in now() 63 typedef ratio_divide<giga, ratio<CLOCKS_PER_SEC> >::type R; in now()
|
/third_party/boost/libs/units/example/ |
D | information.cpp | 72 quantity<info> nbytes(1 * si::giga * bit); in main()
|
/third_party/boost/boost/ratio/detail/ |
D | ratio_io.hpp | 814 struct ratio_string<giga, CharT> : 815 ratio_detail::ratio_string_static<giga,CharT> 821 struct ratio_string<giga, char> 832 struct ratio_string<giga, char16_t> 841 struct ratio_string<giga, char32_t> 853 struct ratio_string<giga, wchar_t>
|
/third_party/boost/libs/ratio/doc/ |
D | ratio.qbk | 90 [def __giga [link ratio.reference.std.ratio_hpp.ratio_si_typedefs `giga`]] 326 typedef ratio_multiply<__ratio<5>, giga>::type _5giga; 362 cout << "ratio_string<giga, char>::prefix() = " 363 << ratio_string<giga, char>::prefix() << '\n'; 364 cout << "ratio_string<giga, char>::symbol() = " 365 << ratio_string<giga, char>::symbol() << '\n'; 377 ratio_string<giga, char>::prefix() = giga 378 ratio_string<giga, char>::symbol() = G 387 typedef mpl::times<int_<5>, giga>::type _5giga; 1075 typedef __ratio< 1000000000LL, 1LL> giga; [all …]
|
/third_party/boost/boost/chrono/io_v1/ |
D | chrono_io.hpp | 391 f.template singular<giga>(), in operator >>() 392 f.template plural<giga>(), in operator >>() 393 f.template short_name<giga>(), in operator >>()
|
/third_party/flutter/flutter/dev/ci/docker_linux/ |
D | Dockerfile | 73 RUN wget --progress=dot:giga "${ANDROID_SDK_URL}" -O "${ANDROID_SDK_ARCHIVE}" 96 RUN wget --progress=dot:giga "$GRADLE_URL" -O "${GRADLE_ARCHIVE}"
|
/third_party/boost/boost/units/ |
D | scale.hpp | 112 BOOST_UNITS_SCALE_DEF(9, 1e9, giga, G);
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | gd.txt | 234 dnam{"giga-biod"} 235 few{"{0} giga-biodan"} 237 other{"{0} giga-biod"} 241 dnam{"giga-baidht"} 242 few{"{0} giga-baidht"} 244 other{"{0} giga-baidht"} 459 dnam{"giga-hertz"} 460 few{"{0} giga-hertz"} 462 other{"{0} giga-hertz"} 728 dnam{"giga-watt"} [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | gd.txt | 169 10p9{"giga-{0}"} 327 dnam{"giga-biod"} 328 few{"{0} giga-biodan"} 330 other{"{0} giga-biod"} 334 dnam{"giga-baidht"} 335 few{"{0} giga-baidht"} 337 other{"{0} giga-baidht"} 596 dnam{"giga-hertz"} 597 few{"{0} giga-hertz"} 599 other{"{0} giga-hertz"} [all …]
|
D | qu.txt | 92 10p9{"giga{0}"}
|
D | sw.txt | 135 10p9{"giga{0}"} 1117 10p9{"giga{0}"} 1451 10p9{"giga{0}"}
|
/third_party/icu/icu4c/source/data/unit/ |
D | gd.txt | 169 10p9{"giga-{0}"} 327 dnam{"giga-biod"} 328 few{"{0} giga-biodan"} 330 other{"{0} giga-biod"} 334 dnam{"giga-baidht"} 335 few{"{0} giga-baidht"} 337 other{"{0} giga-baidht"} 596 dnam{"giga-hertz"} 597 few{"{0} giga-hertz"} 599 other{"{0} giga-hertz"} [all …]
|
D | qu.txt | 92 10p9{"giga{0}"}
|
D | sw.txt | 135 10p9{"giga{0}"} 1117 10p9{"giga{0}"} 1451 10p9{"giga{0}"}
|
/third_party/toybox/ |
D | Config.in | 36 kilo, mega, giga, tera, peta, and exabytes, plus an additional
|