Home
last modified time | relevance | path

Searched refs:total1 (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/math/libmesh/libmesh-1.6.2/contrib/lcov/lcov-1.10/example/
H A Dexample.c31 int total1, total2; in main() local
44 total1 = iterate_get_sum (start, end); in main()
50 if (total1 != total2) in main()
52 printf ("Failure (%d != %d)!\n", total1, total2); in main()
56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1); in main()
/dports/devel/lcov/lcov-1.15/example/
H A Dexample.c31 int total1, total2; in main() local
44 total1 = iterate_get_sum (start, end); in main()
50 if (total1 != total2) in main()
52 printf ("Failure (%d != %d)!\n", total1, total2); in main()
56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lcov/example/
H A Dexample.c31 int total1, total2; in main() local
44 total1 = iterate_get_sum (start, end); in main()
50 if (total1 != total2) in main()
52 printf ("Failure (%d != %d)!\n", total1, total2); in main()
56 printf ("Success, sum[%d..%d] = %d\n", start, end, total1); in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.trace/
H A Dtspeed.c51 int total1, total2, idelta, mindelta, nsdelta; variable
132 total1 = now3 - now2; in trace_speed_test()
152 idelta = total2 - total1; in trace_speed_test()
155 total1, total2, idelta, iters); in trace_speed_test()
163 && (total1 + total2) > (15 * 1000000) in trace_speed_test()
164 && (total1 + total2) < (30 * 1000000)) in trace_speed_test()
171 ((int) (((unsigned long long) total1) * 1000) / iters)); in trace_speed_test()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.trace/
H A Dtspeed.c50 int total1, total2, idelta, mindelta, nsdelta; variable
135 total1 = now3 - now2; in trace_speed_test()
155 idelta = total2 - total1; in trace_speed_test()
158 total1, total2, idelta, iters); in trace_speed_test()
166 && (total1 + total2) > (2 * 1000000) in trace_speed_test()
167 && (total1 + total2) < (5 * 1000000)) in trace_speed_test()
174 ((int) (((unsigned long long) total1) * 1000) / iters)); in trace_speed_test()
/dports/benchmarks/flamegraph/FlameGraph-810687f/
H A Ddifffolded.pl82 my ($total1, $total2) = (0, 0);
94 $total1 += $count;
111 if ($normalize && $total1 != $total2) {
112 $Folded{$stack}{1} = int($Folded{$stack}{1} * $total2 / $total1);
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/FlameGraph/
H A Ddifffolded.pl82 my ($total1, $total2) = (0, 0);
94 $total1 += $count;
111 if ($normalize && $total1 != $total2) {
112 $Folded{$stack}{1} = int($Folded{$stack}{1} * $total2 / $total1);
/dports/science/sparta/sparta-20Oct2021/src/FFT/
H A Dfft2d.cpp90 total = plan->total1; in fft_2d()
259 plan->total1 = nfast * (first_jhi-first_jlo+1); in fft_2d_create_plan()
406 FFTW_API(plan_many_dft)(1, &nfast,plan->total1/plan->length1, in fft_2d_create_plan()
411 FFTW_API(plan_many_dft)(1, &nfast,plan->total1/plan->length1, in fft_2d_create_plan()
562 int total1 = plan->total1; in fft_2d_1d_only() local
571 if ((total1 > nsize) || (total2 > nsize)) return; in fft_2d_1d_only()
573 if (total1 > nsize) total1 = (nsize/length1) * length1; in fft_2d_1d_only()
590 fftw(plan->plan_fast_forward,total1/length1,data,1,0,NULL,0,0); in fft_2d_1d_only()
593 fftw(plan->plan_fast_backward,total1/length1,data,1,0,NULL,0,0); in fft_2d_1d_only()
612 for (offset = 0; offset < total1; offset += length1) in fft_2d_1d_only()
[all …]
/dports/math/primecount/primecount-7.2/test/
H A Dsieve2.cpp54 uint64_t total1 = 0; in main() local
64 total1 = sieve.count(high - 1); in main()
81 std::cout << "sieve.count(" << high - 1 << ") = " << total1; in main()
82 check((total1 == total2) && (total2 == sieve.get_total_count())); in main()
/dports/math/flint2/flint-2.8.4/fmpz_mat/profile/
H A Dp-mul_double_word_v_mul_multi_mod.c21 slong min1, max1, total1, min2, max2, total2, count; in main() local
44 total1 = 0; in main()
70 total1 += timer->wall; in main()
97 1000000.0*total1/den/count, 1000000.0*total2/den/count, in main()
H A Dp-mul_small_v_mul_multi_mod.c21 slong min1, max1, total1, min2, max2, total2, count; in main() local
43 total1 = 0; in main()
64 total1 += timer->wall; in main()
91 1000000.0*total1/den/count, 1000000.0*total2/den/count, in main()
/dports/net/parpd/parpd-1.3/
H A Drd.c174 int found = 0, total1 = 0, total2 = 0; in update_rd_config() local
178 total1 ++; in update_rd_config()
193 if(total1 != total2) { in update_rd_config()
194 logmsg("Replacing %d RD rules by %d rules.\n", total1, total2); in update_rd_config()
195 } else if(total1 != found) { in update_rd_config()
196 logmsg("Replacing %d different RD rules.\n", total1 - found); in update_rd_config()
/dports/devel/luabind/luabind-0.9.1/test/
H A Dbenchmark.cpp56 std::clock_t total1 = 0; in main() local
79 total1 += end1 - start1; in main()
84 double time1 = double(total1) / (double)CLOCKS_PER_SEC; in main()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/test/
H A Dbenchmark.cpp63 std::clock_t total1 = 0; in main() local
86 total1 += end1 - start1; in main()
91 double time1 = clocks_to_seconds(total1); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/runtime/cr6891750/
H A DTest6891750.java59 long total1 = 0; in test() local
70 total1 += d.m(); in test()
80 … return total0 + total1 + total2 + total3 + total4 + total5 + total6 + total7 + total8 + total9; in test()
/dports/finance/frontaccounting/frontaccounting/reporting/
H A Drep304.php142 $total1 = $grandtotal1 = 0.0;
154 $rep->AmountCol(5, 6, $total1, $dec);
159 $total = $total1 = $total2 = 0.0;
190 $total1 += $trans['cost'];
199 $rep->AmountCol(5, 6, $total1, $dec);

12345678910>>...12