/third_party/boost/libs/math/reporting/performance/ |
D | test_polynomial.cpp | 37 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_add() local 47 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_subtract() local 57 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_add_int() local 67 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_subtract_int() local 77 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_multiply() local 87 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_multiply_int() local 97 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_divide() local 107 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_divide_int() local 118 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_gcd() local 129 for (unsigned repeats = 0; repeats < max_reps; ++repeats) in test_inplace_add() local [all …]
|
D | performance.hpp | 102 unsigned repeats = 1; in exec_timed_test() local
|
/third_party/boost/libs/parameter/test/ |
D | efficiency.cpp | 97 void hammer(Arg const& x, long const repeats) in hammer() 140 double measure(T const& x, long const repeats) in measure() 159 long repeats = 100; in main() local
|
/third_party/boost/libs/spirit/workbench/ |
D | measure.hpp | 31 void hammer(long const repeats) in hammer() 78 double measure(long const repeats) in measure() 95 void report(char const* name, long const repeats) in report()
|
/third_party/boost/libs/fusion/example/performance/ |
D | measure.hpp | 23 void hammer(Arg const& x, long const repeats) in hammer() 70 double measure(T const& x, long const repeats) in measure()
|
D | zip_efficiency.cpp | 72 void measure(T const& seq, char const* info, long const repeats) in measure() 122 long repeats = 100; in main() local
|
D | accumulate.cpp | 45 long long counter, repeats; in time_for_std_accumulate() local 120 long long counter, repeats; in time_for_fusion_accumulate() local
|
D | inner_product.cpp | 80 long long counter, repeats; in time_for_std_inner_product() local 123 long long counter, repeats; in time_for_fusion_inner_product() local
|
D | inner_product2.cpp | 80 long long counter, repeats; in time_for_std_inner_product() local 141 long long counter, repeats; in time_for_fusion_inner_product2() local
|
D | sequence_efficiency.cpp | 121 void measure(T const& seq, char const* info, long const repeats, double base) in measure() 184 long repeats = 100; in main() local
|
D | functional.cpp | 106 long long counter, repeats; in call_unfused() local 149 long long counter, repeats; in call_fused_ra() local 202 long long counter, repeats; in call_fused() local
|
/third_party/glib/tests/ |
D | slice-color.c | 40 guint64 repeats) in access_memory3() 58 guint64 repeats) in touch_mem() 108 guint64 block_size = 512, area_size = 1024 * 1024, n_blocks, repeats = 1000000; in main() local
|
/third_party/boost/libs/xpressive/perf/ |
D | time_dynamic_xpressive.cpp | 26 int counter, repeats; in time_match() local 69 int counter, repeats; in time_find_all() local
|
D | time_boost.cpp | 24 int counter, repeats; in time_match() local 69 int counter, repeats; in time_find_all() local
|
D | time_static_xpressive.cpp | 145 int counter, repeats; in time_match() local 188 int counter, repeats; in time_find_all() local
|
/third_party/toybox/toys/posix/ |
D | uniq.c | 30 GLOBALS( in GLOBALS()
|
/third_party/libsnd/src/ |
D | wve.c | 93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
|
/third_party/ffmpeg/libavcodec/ |
D | acelp_vectors.c | 229 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); in ff_set_fixed_vector() local 247 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); in ff_clear_fixed_vector() local
|
/third_party/benchmark/src/ |
D | benchmark_runner.h | 72 const int repeats; variable
|
D | benchmark_runner.cc | 71 int64_t repetition_index, int64_t repeats) { in CreateRunReport()
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_coordinate_vector_inplace_merge.cpp | 51 for (size_t repeats = 1; repeats < max_repeats; ++repeats ) { in BOOST_UBLAS_TEST_DEF() local
|
D | test_coordinate_matrix_inplace_merge.cpp | 59 for (size_t repeats = 1; repeats < max_repeats; ++repeats ) { in BOOST_UBLAS_TEST_DEF() local
|
/third_party/pixman/test/ |
D | scaling-crash-test.c | 123 static const repeat_info_t repeats[] = variable
|
/third_party/ffmpeg/libavfilter/ |
D | vf_idet.h | 52 uint64_t repeats[3]; member
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_var_batch_map.py | 26 def test_repeat_batch(gen_num, repeats, batch_size, drop, res): argument 31 def test_batch_repeat(gen_num, repeats, batch_size, drop, res): argument
|