Home
last modified time | relevance | path

Searched refs:repct (Results 1 – 12 of 12) sorted by relevance

/dports/archivers/squsq/t20-squsq/
H A Dutr.c10 repct = 0; in init_cr()
33 if(repct > 0) {
35 --repct;
43 repct = LARGE;
47 if((repct = getuhuff(ib)) == 0)
52 repct -= 2; /* 2nd time */
H A Dusq.h12 EXTERN int repct; /*Number of times to retirn value*/ variable
/dports/devel/z88dk/z88dk/support/squsq/
H A Dusq.c105 int repct; /*Number of times to retirn value*/ variable
141 repct = 0; in init_cr()
192 if(repct > 0) { in getcr()
194 --repct; in getcr()
202 repct = LARGE; in getcr()
206 if((repct = getuhuff(ib)) == 0) in getcr()
211 repct -= 2; /* 2nd time */ in getcr()
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/nf03_test4/
H A Df90tst_io.f9013 prsz3 = 50, prsz4 = 50, repct = 10 variable
57 do i1 = 1, repct
68 print 2, size, "MB", repct, " binary rewind/writes = ", wrint2 * clockRate
111 do i1 = 1, repct
119 print 4, size, repct, " repeated netcdf writes = ", ncint2 * clockRate, &
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/F90/
H A Dtst_io.f9017 prsz3 = 50, prsz4 = 50, repct = 10 variable
90 do i1 = 1, repct
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsc.h366 extern int repct;
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddutil.c1087 rep[repct].start = l; in CddCheckForRepeats()
1088 rep[repct].score = bst; in CddCheckForRepeats()
1089 rep[repct].npred = 1; in CddCheckForRepeats()
1090 rep[repct].plaus = 0.0; in CddCheckForRepeats()
1091 rep[repct].lpred = len; in CddCheckForRepeats()
1092 rep[repct].lremn = len - rep[repct].start; in CddCheckForRepeats()
1093 if (repct > 0) { in CddCheckForRepeats()
1094 rep[repct].lpred = (Int4) (0.5 + ((Nlm_FloatHi) l / (Nlm_FloatHi) repct)); in CddCheckForRepeats()
1097 repct++; in CddCheckForRepeats()
1137 for (i=1;i<repct;i++) { in CddCheckForRepeats()
[all …]
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dsc.h509 extern int repct;
H A Dinterp.c924 case NUMITER: return ((double) repct);
1323 int repct = 1; /* Make repct a global variable so that the variable
1341 repct = 1; in EvalAll()
1344 while ((lastcnt = RealEvalAll()) && (++repct <= propagation)); in EvalAll()
/dports/math/sc/sc-7.16/
H A Dinterp.c951 case NUMITER: return ((double) repct); in eval()
1369 int repct = 1; /* Make repct a global variable so that the variable
1387 repct = 1; in EvalAll()
1390 while ((lastcnt = RealEvalAll()) && (++repct <= propagation)); in EvalAll()
1392 error("Still changing after %d iterations", repct - 1); in EvalAll()
H A Dsc.h589 extern int repct;
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_mcf.c5487 int repct; in nodepartitionIsConnected() local
5504 repct = unionfindGetRepresentative (rep, ct); in nodepartitionIsConnected()
5505 if( repcs == repct ) in nodepartitionIsConnected()
5516 unionfindJoinSets (rep, repcs, repct); in nodepartitionIsConnected()