Home
last modified time | relevance | path

Searched refs:count1 (Results 1 – 25 of 3020) sorted by relevance

12345678910>>...121

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1907.c172 for (count1 = 0; count1 < idim; count1++)
182 for (count1 = ((*knbpnt) - 1) * idim; count1 < dummy; count1++)
197 for (count1 = 0; count1 < inbpnt; count1++)
201 if (ntype[count1] == 13)
207 epoint[count1 * idim + count2];
230 if (ntype[count1] == 1 || ntype[count1] == 2)
232 (*otype)[count1 + start] = 0;
238 (*otype)[count1 + start] = -1;
243 (*otype)[count1 + start] = 1;
253 (*otype)[count1 + start] = 2;
[all …]
H A Ds1909.c145 for (count1 = 1, kpar = astpar; count1 < inpt; count1++)
147 if (ntype[count1] == 0)
149 kpar += s6dist (&econd[(count1 - 1) * idim], &econd[count1 * idim], idim);
150 (*epar1)[count1] = kpar;
165 for (count3 = count1; count3 < count2; count3++)
172 count1 = count2;
181 for (count1 = 0; count1 < inpt && ntype[count1] != 0; count1++) ;
185 if (count1 >= inpt || count2 < 0)
197 for (count1 = 1; count1 < knpt; count1++)
199 if ((*epar1)[count1 - 1] < (*epar1)[count1])
[all …]
H A Ds1911.c144 for (count1 = 1, kpar = astpar; count1 < inpt; count1++)
146 if (ntype[count1] == 0)
149 &econd[count1 * idim], idim));
150 (*epar1)[count1] = kpar;
165 for (count3 = count1; count3 < count2; count3++)
172 count1 = count2;
181 for (count1 = 0; count1 < inpt && ntype[count1] != 0; count1++) ;
185 if (count1 >= inpt || count2 < 0)
197 for (count1 = 1; count1 < knpt; count1++)
199 if ((*epar1)[count1 - 1] < (*epar1)[count1])
[all …]
H A Ds1890.c107 int count1, count2; /* Loop control variables */ local
148 for (count1 = 2; count1 < oin; count1++)
150 stop = count1 + oik;
152 for (count2 = count1; count2 <= stop; count2++)
154 (*par)[count1 - 1] = sum / (oik + 1);
160 for (count1 = oik; oknots[count1] <= pvl; count1++) ;
176 for (count1 = 1; count1 <= numb; count1++)
178 (*par)[count1] = pvl;
186 for (count1 = oin - 1; oknots[count1] >= pvl; count1--) ;
198 for (count1 = 1; count1 <= numb; count1++)
[all …]
H A Ds1910.c145 for (count1 = 0, count2 = 0; count1 < inpt; count1++)
147 if (ntype[count1] == 0)
152 prev = count1;
159 for (count1 = 0; count1 < inpt; count1++)
161 if (ntype[count1] > 0)
162 (*epar1)[count1] = astpar - cord;
163 else if (ntype[count1] < 0)
164 (*epar1)[count1] = astpar;
167 (*epar1)[count1] = astpar;
183 for (count1 = 1; count1 < knpt; count1++)
[all …]
H A Ds1894.c128 int count1; local
172 for (count1 = 0; count1 < narr && empty; count1++)
175 if (earray[count1 * size + count2 * dimp1 + count3] != (double)0.)
233 for (count1 = start; count1 <= stop; count1++)
234 if (oknots[count1] != oknots[count1 + 1])
240 for (count1 = 1; count1 <= numb; count1++)
274 for (count1 = start; count1 <= stop; count1++)
275 if (oknots[count1] != oknots[count1 + 1])
279 for (count1 = 1; count1 <= numb; count1++)
285 for (count1 = 1; count1 <= (*nik); count1++)
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/t/
H A D22_mso_drawing_group.t31 my $count1;
44 $count1 = 1;
87 $count1 = 2;
130 $count1 = 3;
173 $count1 = 1023;
216 $count1 = 1024;
260 $count1 = 2048;
305 $count1 = 1;
354 $count1 = 2;
403 $count1 = 1023;
[all …]
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dupdate.c31 register int count1; in update() local
106 for (count1 = count; in update()
107 (g = FIELD2(y[p3 + count1 + 1])) >= class_beg && count1 > 0; in update()
108 count1--) { in update()
129 if (count1 - count >= 0) in update()
144 if (count1 <= 0) { in update()
150 if (count == count1 + 1) in update()
153 y[p3 + count1 + 3] = count - count1 - 2; in update()
158 y[p3 + 1] = count1; in update()
171 y[p3 + count1 + count2 + 3] = count - count1 - count2 - 2; in update()
[all …]
H A Ddown_class.c22 register int count1; in down_class() local
35 count1 = count; in down_class()
36 while (FIELD2(y[p2 + count1 + 1]) > lastg) { in down_class()
37 if (--count1 <= 0) { in down_class()
43 if (count1 >= count) in down_class()
46 if (count == count1 + 1) in down_class()
49 y[p2 + count1 + 2] = -1; in down_class()
51 y[p2 + count1 + 2] = 0; in down_class()
52 y[p2 + count1 + 3] = count - count1 - 2; in down_class()
54 y[p2 + 1] = count1; in down_class()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-sameacls.c226 int count1; in main()
231 count1 = 0; in main()
236 if (count1 < 0) in main()
260 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
297 count1 = 0; in main()
301 if (count1 < 0) in main()
375 int count1; in main()
379 if (count1 < 0 in main()
381 count1 = 0; in main()
411 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-sameacls.c223 int count1; in main()
228 count1 = 0; in main()
233 if (count1 < 0) in main()
257 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
294 count1 = 0; in main()
298 if (count1 < 0) in main()
372 int count1; in main()
376 if (count1 < 0 in main()
378 count1 = 0; in main()
408 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/tests/
H A Dtest_rates_poisson.py15 count1, n1, count2, n2 = 60, 51477.5, 30, 54308.7
35 count1, n1, count2, n2 = 41, 28010, 15, 19017
56 count1, n1, count2, n2 = 60, 51477.5, 30, 54308.7
87 _, pve1 = etest_poisson_2indep(count1, n1, count2, n2,
93 _, pve1 = etest_poisson_2indep(count1, n1, count2, n2,
101 count1, n1, count2, n2 = 41, 28010, 15, 19017
131 _, pve2 = etest_poisson_2indep(count1, n1, count2, n2,
137 _, pve2 = etest_poisson_2indep(count1, n1, count2, n2,
149 count1, n1, count2, n2 = 60, 51477.5, 30, 54308.7
196 count1, n1, count2, n2 = 60, 51477.5, 30, 54308.7
[all …]
/dports/audio/mp3asm/mp3asm-0.1/src/
H A Dutils.c294 while (count1) in fill_buf_from_file()
318 count1 -= readb; in fill_buf_from_file()
375 data += count1; in read_buf()
430 int count1; in cut_buf() local
449 count1 = count; in cut_buf()
505 count1 = count; in write_buf()
542 int count1; in print_buf() local
550 while (count1) in print_buf()
553 count1 --; in print_buf()
583 while (count1) in write_file_from_buf()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/textproc/gsed/sed-4.8/gnulib-tests/
H A Dtest-sameacls.c232 int count1; in main()
237 count1 = 0; in main()
242 if (count1 < 0) in main()
266 if (count1 > 0 && acl (file1, GETACL, count1, entries1) < count1) in main()
305 count1 = 0; in main()
309 if (count1 < 0) in main()
385 int count1; in main()
389 if (count1 < 0 in main()
391 count1 = 0; in main()
421 if (getacl (file1, count1, entries1) < count1) in main()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dmixedsync.c38 count1 = 1; in main()
41 count = count0 + count1 + count2 + 2; in main()
45 buf1 = (int *) malloc(count1 * sizeof(int)); in main()
54 for (i = 0; i < count1; i++) in main()
57 buf2[i] = i + count0 + count1; in main()
82 MPI_Put(buf1, count1, MPI_INT, dest, count0, count1, MPI_INT, win); in main()
101 MPI_Put(buf1, count1, MPI_INT, dest, 1 + count0, count1, MPI_INT, win); in main()
134 MPI_Accumulate(buf1, count1, MPI_INT, dest, count0, count1, MPI_INT, MPI_SUM, win); in main()
146 MPI_Accumulate(buf1, count1, MPI_INT, dest, 1 + count0, count1, in main()
178 MPI_Put(buf1, count1, MPI_INT, dest, count0, count1, MPI_INT, win); in main()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dmixedsync.c39 count1 = 1; in main()
42 count = count0 + count1 + count2 + 2; in main()
82 MPI_Put( buf1, count1, MPI_INT, dest, count0, count1, MPI_INT, in main()
104 MPI_Put( buf1, count1, MPI_INT, dest, 1+count0, count1, MPI_INT, in main()
114 for (i=0; i<count0+count1+count2; i++) { in main()
141 MPI_Accumulate( buf1, count1, MPI_INT, dest, count0, count1, in main()
157 MPI_Accumulate( buf1, count1, MPI_INT, dest, 1+count0, count1, in main()
166 for (i=0; i<count0+count1+count2; i++) { in main()
192 MPI_Put( buf1, count1, MPI_INT, dest, count0, count1, MPI_INT, in main()
208 MPI_Put( buf1, count1, MPI_INT, dest, 1+count0, count1, MPI_INT, in main()
[all …]
/dports/textproc/pdfgrep/pdfgrep-2.1.1/testsuite/pdfgrep.tests/
H A Dcount.exp8 set count1 [mkpdf count1 {
14 pdfgrep_expect --count foo $count1 \
23 pdfgrep_expect --count not-there $count1 \
43 pdfgrep_expect --count foo $count1 $count2 \
44 "$count1:4
53 pdfgrep_expect --count not-there $count1 $count2 \
54 "$count1:0
67 pdfgrep_expect --page-count foo $count1 \
75 pdfgrep_noerr --page-count not-there $count1
88 pdfgrep_expect --max-count 1 foo $count1 \
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLib/source/
H A DTools.cpp12 void * malloc1D( Uint32 count1, Uint32 size ) in malloc1D() argument
14 if( count1 < 1 ) count1 = 1; in malloc1D()
18 return malloc( count1 * size ); in malloc1D()
21 void * * malloc2D( Uint32 count1, Uint32 count2, Uint32 size ) in malloc2D() argument
27 if( count1 < 1 ) count1 = 1; in malloc2D()
32 sz = count1 * sizeof( void * ) + count1 * count2 * size; in malloc2D()
38 p += count1 * sizeof( void * ); in malloc2D()
39 for( i = 0; i < count1; i++ ) in malloc2D()
/dports/science/grib_api/grib_api-1.28.0-Source/examples/F90/
H A Dread_from_file.f9036 integer :: count1=0 local
47 count1=count1+1
48 if (len1 /= message_lengths(count1)) then
49 …rite(*,'(a,i3,a,i8,a,i8)') 'Error: Message #',count1,' length=', len1,'. Expected=',message_length…
70 integer :: count1=0 local
81 count1=count1+1
82 if (len1 /= message_lengths(count1)) then
83 …rite(*,'(a,i3,a,i8,a,i8)') 'Error: Message #',count1,' length=', len1,'. Expected=',message_length…

12345678910>>...121