Home
last modified time | relevance | path

Searched defs:repeats (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/libs/math/reporting/performance/
Dtest_polynomial.cpp37 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 …]
Dperformance.hpp102 unsigned repeats = 1; in exec_timed_test() local
/third_party/boost/libs/parameter/test/
Defficiency.cpp97 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/
Dmeasure.hpp31 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/
Dmeasure.hpp23 void hammer(Arg const& x, long const repeats) in hammer()
70 double measure(T const& x, long const repeats) in measure()
Dzip_efficiency.cpp72 void measure(T const& seq, char const* info, long const repeats) in measure()
122 long repeats = 100; in main() local
Daccumulate.cpp45 long long counter, repeats; in time_for_std_accumulate() local
120 long long counter, repeats; in time_for_fusion_accumulate() local
Dinner_product.cpp80 long long counter, repeats; in time_for_std_inner_product() local
123 long long counter, repeats; in time_for_fusion_inner_product() local
Dinner_product2.cpp80 long long counter, repeats; in time_for_std_inner_product() local
141 long long counter, repeats; in time_for_fusion_inner_product2() local
Dsequence_efficiency.cpp121 void measure(T const& seq, char const* info, long const repeats, double base) in measure()
184 long repeats = 100; in main() local
Dfunctional.cpp106 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/
Dslice-color.c40 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/
Dtime_dynamic_xpressive.cpp26 int counter, repeats; in time_match() local
69 int counter, repeats; in time_find_all() local
Dtime_boost.cpp24 int counter, repeats; in time_match() local
69 int counter, repeats; in time_find_all() local
Dtime_static_xpressive.cpp145 int counter, repeats; in time_match() local
188 int counter, repeats; in time_find_all() local
/third_party/toybox/toys/posix/
Duniq.c30 GLOBALS( in GLOBALS()
/third_party/libsnd/src/
Dwve.c93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
/third_party/ffmpeg/libavcodec/
Dacelp_vectors.c229 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/
Dbenchmark_runner.h72 const int repeats; variable
Dbenchmark_runner.cc71 int64_t repetition_index, int64_t repeats) { in CreateRunReport()
/third_party/boost/libs/numeric/ublas/test/
Dtest_coordinate_vector_inplace_merge.cpp51 for (size_t repeats = 1; repeats < max_repeats; ++repeats ) { in BOOST_UBLAS_TEST_DEF() local
Dtest_coordinate_matrix_inplace_merge.cpp59 for (size_t repeats = 1; repeats < max_repeats; ++repeats ) { in BOOST_UBLAS_TEST_DEF() local
/third_party/pixman/test/
Dscaling-crash-test.c123 static const repeat_info_t repeats[] = variable
/third_party/ffmpeg/libavfilter/
Dvf_idet.h52 uint64_t repeats[3]; member
/third_party/mindspore/tests/ut/python/dataset/
Dtest_var_batch_map.py26 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

12