Home
last modified time | relevance | path

Searched refs:n_loops (Results 1 – 25 of 125) sorted by relevance

12345

/dports/misc/vxl/vxl-3.3.2/core/vil1/tests/
H A Dvil_vil1_compare_function_timings.cxx39 for (int n = 0; n < n_loops; ++n) in fill()
53 for (int n = 0; n < n_loops; ++n) in fill()
69 for (int n = 0; n < n_loops; ++n) in copy()
84 for (int n = 0; n < n_loops; ++n) in copy()
100 for (int n = 0; n < n_loops; ++n) in force_to_rgb_byte()
115 for (int n = 0; n < n_loops; ++n) in force_to_rgb_byte()
130 for (int n = 0; n < n_loops; ++n) in conv1d()
145 for (int n = 0; n < n_loops; ++n) in conv1d()
166 for (int n = 0; n < n_loops; ++n) in conv1d()
190 for (int n = 0; n < n_loops; ++n) in conv1d()
[all …]
H A Dvil_vil1_compare_access_timings.cxx51 method1(imT & image, int n_loops) in method1() argument
55 for (int n = 0; n < n_loops; ++n) in method1()
67 method2(imT & image, int n_loops) in method2() argument
71 for (int n = 0; n < n_loops; ++n) in method2()
84 method(int i, imT & image, int n_loops) in method() argument
90 t = method1(image, n_loops); in method()
93 t = method2(image, n_loops); in method()
107 stats.obs(method(i, image, n_loops)); in compute_stats()
121 int n_loops = 100; in main() local
137 compute_stats(i, rgb_1image, n_loops); in main()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/tests/
H A Dvil_test_access_timings_noplanes.cxx27 for (int n = 0; n < n_loops; ++n) in method1()
42 for (int n = 0; n < n_loops; ++n) in method2()
58 for (int n = 0; n < n_loops; ++n) in method3()
77 for (int n = 0; n < n_loops; ++n) in method4()
98 for (int n = 0; n < n_loops; ++n) in method5()
195 t = method1(image, n_loops); in method()
198 t = method2(image, n_loops); in method()
201 t = method3(image, n_loops); in method()
204 t = method4(image, n_loops); in method()
207 t = method5(image, n_loops); in method()
[all …]
H A Dvil_test_access_timings.cxx27 for (int n = 0; n < n_loops; ++n) in method1()
43 for (int n = 0; n < n_loops; ++n) in method2()
60 for (int n = 0; n < n_loops; ++n) in method3()
83 for (int n = 0; n < n_loops; ++n) in method4()
108 for (int n = 0; n < n_loops; ++n) in method5()
135 for (int n = 0; n < n_loops; ++n) in method6()
171 for (int n = 0; n < n_loops; ++n) in method7()
194 for (int n = 0; n < n_loops; ++n) in method8()
220 return method1(image, n_loops); in method()
222 return method2(image, n_loops); in method()
[all …]
H A Dvil_test_random_access_timings.cxx31 for (int n = 0; n < n_loops; ++n) in method1()
47 for (int n = 0; n < n_loops; ++n) in method2()
75 for (int n = 0; n < n_loops; ++n) in method3()
94 t = method1(image, x, y, n_pts, n_loops); in method()
97 t = method2(image, x, y, n_pts, n_loops); in method()
100 t = method3(image, x, y, n_pts, n_loops); in method()
164 for (int n = 0; n < n_loops; ++n) in bilin_method1()
183 for (int n = 0; n < n_loops; ++n) in bilin_method2()
211 for (int n = 0; n < n_loops; ++n) in bilin_method3()
263 int n_loops = 10000; in main() local
[all …]
H A Dvil_test_pair_access_timings.cxx28 for (int n = 0; n < n_loops; ++n) in method1()
45 for (int n = 0; n < n_loops; ++n) in method2()
63 for (int n = 0; n < n_loops; ++n) in method3()
93 for (int n = 0; n < n_loops; ++n) in method4()
122 for (int n = 0; n < n_loops; ++n) in method5()
151 for (int n = 0; n < n_loops; ++n) in method6()
194 for (int n = 0; n < n_loops; ++n) in method7()
219 t = method1(src_image, dest_image, n_loops); in method()
222 t = method2(src_image, dest_image, n_loops); in method()
225 t = method3(src_image, dest_image, n_loops); in method()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dbasic_operation_timings.cxx44 for (int l=0;l<n_loops;++l) in distance_squared()
60 std::vector<T> & d, int n_loops) in dot_product() argument
66 for (int l=0;l<n_loops;++l) in dot_product()
81 int n_loops) in mat_x_vec() argument
87 for (int l=0;l<n_loops;++l) in mat_x_vec()
102 int n_loops) in vec_x_mat() argument
108 for (int l=0;l<n_loops;++l) in vec_x_mat()
177 int n_loops = 1000000/m; in run_for_size() local
181 distance_squared(z,y,v,n_loops); in run_for_size()
185 dot_product(z,y,v,n_loops); in run_for_size()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dbasic_operation_timings.cxx42 int n_loops) in distance_squared() argument
48 for (int l = 0; l < n_loops; ++l) in distance_squared()
66 int n_loops) in dot_product() argument
72 for (int l = 0; l < n_loops; ++l) in dot_product()
87 mat_x_vec(const vnl_matrix<T> & s1, const std::vector<vnl_vector<T>> & s2, int n_loops) in mat_x_vec() argument
93 for (int l = 0; l < n_loops; ++l) in mat_x_vec()
114 for (int l = 0; l < n_loops; ++l) in vec_x_mat()
195 int n_loops = 1000000 / m; in run_for_size() local
199 distance_squared(z, y, v, n_loops); in run_for_size()
203 dot_product(z, y, v, n_loops); in run_for_size()
[all …]
/dports/devel/p5-Gearman-Client-Async/Gearman-Client-Async-0.94/t/
H A Duniq.t30 my $n_loops = 4;
31 for (1..$n_loops) {
42 $done = 1 if $completed+$failed == $n_loops;
46 $done = 1 if $completed+$failed == $n_loops;
59 is($completed, $n_loops, "$n_loops tasks done");
H A Derr6.t32 my $n_loops = 4;
33 for (1..$n_loops) {
43 $done = 1 if $completed+$failed == $n_loops;
47 $done = 1 if $completed+$failed == $n_loops;
60 is($completed, $n_loops, "$n_loops completed successfully");
H A Derr5.t33 my $n_loops = 4;
34 for (1..$n_loops) {
44 $done = 1 if $completed+$failed == $n_loops;
48 $done = 1 if $completed+$failed == $n_loops;
61 is($completed, $n_loops, "$n_loops completed successfully");
H A Derr3.t31 my $n_loops = 3;
32 for (1..$n_loops) {
36 $done = 1 if $completed == $n_loops;
53 is($completed, $n_loops, "completed $n_loops times");
H A Derr4.t40 my $n_loops = 3;
41 for (1..$n_loops) {
45 $done = 1 if $completed == $n_loops;
63 is($completed, $n_loops, "completed $n_loops times");
/dports/java/jlint/jlint-3.1.2/
H A Dgraph.cc58 int n_loops = 0; in verify() local
85 n_loops += 1; in verify()
87 stack[i]->message(n_loops); in verify()
96 vertex->n_loops = n_loops; in verify()
109 if (edge->vertex->n_loops == n_loops) { in verify()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgraphite.c74 long n_loops = 0; in print_global_statistics() local
95 n_loops++; in print_global_statistics()
114 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics()
130 long n_loops = 0; in print_graphite_scop_statistics() local
165 n_loops++; in print_graphite_scop_statistics()
172 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgraphite.c74 long n_loops = 0; in print_global_statistics() local
95 n_loops++; in print_global_statistics()
114 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics()
130 long n_loops = 0; in print_graphite_scop_statistics() local
165 n_loops++; in print_graphite_scop_statistics()
172 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
/dports/net/openmpi3/openmpi-3.1.6/orte/test/mpi/
H A Dcrisscross.c32 int n_loops=2; in main() local
49 n_loops = atoi(argv[2]); in main()
50 n_loops = n_loops < 1 ? 10 : n_loops; in main()
150 for ( k=0; k<n_loops+warmup; k++ ) in main()
172 if (k == n_loops+warmup-1) et2 = MPI_Wtime(); in main()
194 mbs = ((double)n_loops*n_bytes)/(1000000.0*(et2-et1)); in main()
/dports/net/openmpi/openmpi-4.1.1/orte/test/mpi/
H A Dcrisscross.c32 int n_loops=2; in main() local
49 n_loops = atoi(argv[2]); in main()
50 n_loops = n_loops < 1 ? 10 : n_loops; in main()
150 for ( k=0; k<n_loops+warmup; k++ ) in main()
172 if (k == n_loops+warmup-1) et2 = MPI_Wtime(); in main()
194 mbs = ((double)n_loops*n_bytes)/(1000000.0*(et2-et1)); in main()
/dports/audio/libcanberra/libcanberra-0.30/src/
H A Dcanberra-gtk-play.c35 static int n_loops = 1; variable
47 g_assert(n_loops > 1); in idle_play()
49 n_loops--; in idle_play()
68 } else if (n_loops > 1) { in callback()
128 …{ "loop", 'l', 0, G_OPTION_ARG_INT, &n_loops, "Loop how many times … in main()
/dports/audio/libcanberra-gtk3/libcanberra-0.30/src/
H A Dcanberra-gtk-play.c35 static int n_loops = 1; variable
47 g_assert(n_loops > 1); in idle_play()
49 n_loops--; in idle_play()
68 } else if (n_loops > 1) { in callback()
128 …{ "loop", 'l', 0, G_OPTION_ARG_INT, &n_loops, "Loop how many times … in main()
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dcfg.c977 int n_loops = unit->n_loops; in sort_loops() local
981 for (i = 0; i < n_loops; i++) { in sort_loops()
994 for (i = 0; n_loops && i < n_loops - 1; i++) in sort_loops()
1005 for (i = 0; n_loops && i < n_loops - 1; i++) { in sort_loops()
1142 int n_loops; in mark_loop() local
1191 n_loops = unit->n_loops; in mark_loop()
1195 loop_info[n_loops]->loop = loop; in mark_loop()
1198 loop_info[n_loops]->n_entries = i; in mark_loop()
1200 loop_info[n_loops]->preheader = natural_preheader(unit, loop_info[n_loops]); in mark_loop()
1204 unit->n_loops++; in mark_loop()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgraphite.c87 long n_loops = 0; in print_global_statistics() local
108 n_loops++; in print_global_statistics()
127 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics()
143 long n_loops = 0; in print_graphite_scop_statistics() local
178 n_loops++; in print_graphite_scop_statistics()
185 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgraphite.c63 long n_loops = 0; in print_global_statistics() local
84 n_loops++; in print_global_statistics()
103 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics()
119 long n_loops = 0; in print_graphite_scop_statistics() local
154 n_loops++; in print_graphite_scop_statistics()
171 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgraphite.c63 long n_loops = 0; in print_global_statistics() local
84 n_loops++; in print_global_statistics()
103 fprintf (file, "LOOPS:%ld, ", n_loops); in print_global_statistics()
119 long n_loops = 0; in print_graphite_scop_statistics() local
154 n_loops++; in print_graphite_scop_statistics()
171 fprintf (file, "LOOPS:%ld, ", n_loops); in print_graphite_scop_statistics()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_params.c608 while(n_loops) in solr_normal_param_value_fetch()
624 n_loops--; in solr_normal_param_value_fetch()
656 while(n_loops) in solr_simple_list_param_value_fetch()
662 n_loops--; in solr_simple_list_param_value_fetch()
697 while(n_loops) in solr_arg_list_param_value_fetch()
711 n_loops--; in solr_arg_list_param_value_fetch()
908 n_loops--; in solr_normal_param_value_tostring()
946 while(n_loops) in solr_simple_list_param_value_tostring()
952 n_loops--; in solr_simple_list_param_value_tostring()
991 while(n_loops) in solr_arg_list_param_value_tostring()
[all …]

12345