/third_party/boost/boost/timer/ |
D | timer.hpp | 49 std::string format(const cpu_times& times, short places, const std::string& format); 52 std::string format(const cpu_times& times, short places = default_places); 66 std::string format(short places, const std::string& format) const in format() argument 67 { return ::boost::timer::format(elapsed(), places, format); } in format() 68 std::string format(short places = default_places) const in format() argument 69 { return ::boost::timer::format(elapsed(), places); } in format() 91 explicit auto_cpu_timer(short places = default_places); // #1 92 auto_cpu_timer(short places, const std::string& format); // #2 94 auto_cpu_timer(std::ostream& os, short places, in auto_cpu_timer() argument 96 : m_places(places), m_os(&os), m_format(format) in auto_cpu_timer() [all …]
|
/third_party/boost/libs/timer/src/ |
D | cpu_timer.cpp | 42 std::ostream& os, const std::string& fmt, short places) in show_time() argument 46 if (places > 9) in show_time() 47 places = 9; in show_time() 48 else if (places < 0) in show_time() 49 places = boost::timer::default_places; in show_time() 54 os.precision(places); in show_time() 89 os.precision(places); in show_time() 174 std::string format(const cpu_times& times, short places, const std::string& fmt) in format() argument 178 show_time(times, ss, fmt, places); in format() 183 std::string format(const cpu_times& times, short places) in format() argument [all …]
|
D | auto_timers_construction.cpp | 36 auto_cpu_timer::auto_cpu_timer(short places) // #1 in auto_cpu_timer() argument 37 : m_places(places), m_os(&std::cout), m_format(default_fmt) { start(); } in auto_cpu_timer() 39 auto_cpu_timer::auto_cpu_timer(short places, const std::string& format) // #2 in auto_cpu_timer() argument 40 : m_places(places), m_os(&std::cout), m_format(format) { start(); } in auto_cpu_timer()
|
/third_party/boost/libs/timer/test/ |
D | cpu_timer_test.cpp | 42 BOOST_TEST_EQ(t1.places(), default_places); in unit_test() 52 BOOST_TEST_EQ(t1a.places(), default_places); in unit_test() 63 BOOST_TEST_EQ(t1b.places(), default_places); in unit_test() 69 BOOST_TEST_EQ(t2.places(), 1); in unit_test() 75 BOOST_TEST_EQ(t3.places(), default_places); in unit_test() 81 BOOST_TEST_EQ(t4.places(), 1); in unit_test() 87 BOOST_TEST_EQ(t5.places(), default_places); in unit_test() 93 BOOST_TEST_EQ(t6.places(), 1); in unit_test() 99 BOOST_TEST_EQ(t7.places(), default_places); in unit_test() 105 BOOST_TEST_EQ(t8.places(), 1); in unit_test()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | grid_list_demo.dart | 259 assetName: 'places/india_chennai_flower_market.png', 265 assetName: 'places/india_tanjore_bronze_works.png', 271 assetName: 'places/india_tanjore_market_merchant.png', 277 assetName: 'places/india_tanjore_thanjavur_temple.png', 283 assetName: 'places/india_tanjore_thanjavur_temple_carvings.png', 289 assetName: 'places/india_pondicherry_salt_farm.png', 295 assetName: 'places/india_chennai_highway.png', 301 assetName: 'places/india_chettinad_silk_maker.png', 307 assetName: 'places/india_chettinad_produce.png', 313 assetName: 'places/india_tanjore_market_technology.png', [all …]
|
/third_party/python/Lib/unittest/test/ |
D | test_assertions.py | 18 self.assertAlmostEqual(1.1, 1.0, places=0) 20 self.assertAlmostEqual, 1.1, 1.0, places=1) 22 self.assertAlmostEqual(0, .1+.1j, places=0) 23 self.assertNotAlmostEqual(0, .1+.1j, places=1) 25 self.assertAlmostEqual, 0, .1+.1j, places=1) 27 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 49 1.1, 1.0, places=2, delta=2) 51 1.1, 1.0, places=2, delta=2)
|
/third_party/openssl/doc/man3/ |
D | BN_add.pod | 50 BN_add() adds I<a> and I<b> and places the result in I<r> (C<r=a+b>). 53 BN_sub() subtracts I<b> from I<a> and places the result in I<r> (C<r=a-b>). 56 BN_mul() multiplies I<a> and I<b> and places the result in I<r> (C<r=a*b>). 60 BN_sqr() takes the square of I<a> and places the result in I<r> 64 BN_div() divides I<a> by I<d> and places the result in I<dv> and the 73 BN_nnmod() reduces I<a> modulo I<m> and places the nonnegative 76 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the nonnegative 79 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the 89 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the 98 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r> [all …]
|
D | BN_set_bit.pod | 39 BN_lshift() shifts B<a> left by B<n> bits and places the result in 41 B<a> left by one and places the result in B<r> (C<r=2*a>). 43 BN_rshift() shifts B<a> right by B<n> bits and places the result in 45 B<a> right by one and places the result in B<r> (C<r=a/2>).
|
D | RIPEMD160_Init.pod | 25 bytes at B<d> and places it in B<md> (which must have space for 37 RIPEMD160_Final() places the message digest in B<md>, which must have
|
D | MDC2_Init.pod | 26 bytes at B<d> and places it in B<md> (which must have space for 38 MDC2_Final() places the message digest in B<md>, which must have space
|
D | DSA_sign.pod | 22 digest B<dgst> using the private key B<dsa> and places its ASN.1 DER 23 encoding at B<sigret>. The length of the signature is places in
|
D | BIO_read.pod | 22 BIO_read_ex() attempts to read B<dlen> bytes from BIO B<b> and places the data 29 BIO_read() attempts to read B<len> bytes from BIO B<b> and places 32 BIO_gets() performs the BIOs "gets" operation and places the data
|
/third_party/boost/libs/endian/test/ |
D | loop_time_test.cpp | 43 int places = 2; // decimal places for times variable 72 places = atoi( argv[2]+2 ); in process_command_line() 99 " -p# Decimal places for times; default -p" << places << "\n" in process_command_line() 140 cout << "<td align=\"right\">" << t.format(places, "%t") << " s</td>"; in time() 156 cout << "<td align=\"right\">" << t.format(places, "%t") << " s</td>"; in time()
|
D | benchmark.cpp | 34 int places = 2; variable 56 boost::timer::auto_cpu_timer t(places); in benchmark() 73 cout.precision(places); in benchmark() 106 places = atoi( argv[2]+2 ); in process_command_line() 123 " -p# Decimal places for times; default -p" << places << "\n"; in process_command_line()
|
D | speed_test.cpp | 34 int places = 2; // decimal places for times variable 58 places = atoi( argv[2]+2 ); in process_command_line() 75 " -p# Decimal places for times; default -p" << places << "\n"; in process_command_line() 93 cout << "<td align=\"right\">" << t.format(places, "%t") << " s</td>"; in time()
|
/third_party/boost/libs/chrono/example/ |
D | run_timer_example2.cpp | 16 int places = argc > 2 ? std::atoi( argv[2] ) : 2; in main() local 18 boost::chrono::run_timer t( format, places ); in main()
|
/third_party/openssl/crypto/bn/ |
D | README.pod | 114 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result 118 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places 123 word-wise, and places the low and high bytes of the result in B<rp>. 129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the 133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the 138 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the 142 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the 159 array B<r>. It computes B<a>*B<b> and places the result in B<r>. 163 B<a>*B<b> and places the result in B<r>. 169 B<a>*B<b> and places the result in B<r>. [all …]
|
/third_party/python/Lib/unittest/ |
D | case.py | 856 def assertAlmostEqual(self, first, second, places=None, msg=None, argument 873 if delta is not None and places is not None: 887 if places is None: 888 places = 7 890 if round(diff, places) == 0: 896 places, 901 def assertNotAlmostEqual(self, first, second, places=None, msg=None, argument 913 if delta is not None and places is not None: 925 if places is None: 926 places = 7 [all …]
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-misused-promises.md | 1 # Avoid using promises in places not designed to handle them (`no-misused-promises`) 3 This rule forbids using promises in places where the TypeScript compiler
|
/third_party/python/Lib/test/ |
D | test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 17 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 26 self.assertAlmostEqual(sm.ratio(), 0.994, places=3) 55 self.assertAlmostEqual(sm.ratio(), 0, places=3) 60 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/third_party/grpc/src/core/lib/gprpp/ |
D | README.md | 7 Note that this is one of the few places in src/core where we allow
|
/third_party/harfbuzz/ |
D | README.OpenSource | 9 …romeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt, XeTeX, and other places."
|
/third_party/grpc/src/core/lib/gpr/ |
D | README.md | 7 Note that this is one of the few places in src/core where we allow
|
/third_party/e2fsprogs/ |
D | .release-checklist | 12 doc/libext2fs.texinfo (three places)
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFUtils.cpp | 258 static size_t print_permil_as_decimal(int x, char* result, unsigned places) { in print_permil_as_decimal() argument 260 for (int i = places; i > 0; --i) { in print_permil_as_decimal() 265 for (j = places; j > 1; --j) { in print_permil_as_decimal()
|