Home
last modified time | relevance | path

Searched refs:repmax (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Di_rle.c291 int repmax; in _rl_flush_withtable() local
295 repmax = count / rle->rl_table_max; in _rl_flush_withtable()
298 if (rle->out_count + repmax + repleft > rle->max_ocodes) in _rl_flush_withtable()
300 repmax = rle->max_ocodes - rle->out_count; in _rl_flush_withtable()
301 leftover = count - (repmax * rle->rl_table_max); in _rl_flush_withtable()
307 < repmax + repleft) in _rl_flush_withtable()
315 for ( ; repmax>0; repmax--) in _rl_flush_withtable()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgd13gif.c645 int repmax; in rl_flush_withtable() local
650 repmax = count / rl_table_max; in rl_flush_withtable()
653 if (out_count+repmax+repleft > max_ocodes) in rl_flush_withtable()
654 { repmax = max_ocodes - out_count; in rl_flush_withtable()
655 leftover = count - (repmax * rl_table_max); in rl_flush_withtable()
658 …if (VERBOSE) printf("rl_flush_withtable repmax=%d leftover=%d repleft=%d\n",repmax,leftover,replef… in rl_flush_withtable()
659 if (1+compute_triangle_count(count,max_ocodes) < repmax+repleft) in rl_flush_withtable()
666 for (;repmax>0;repmax--) output_plain(rl_basecode+rl_table_max-2); in rl_flush_withtable()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_vdw3c.F781 do ktaux=repmin(1),repmax(1)
782 do ktauy=repmin(2),repmax(2)
783 do ktauz=repmin(3),repmax(3)
855 do ktaux=repmin(1),repmax(1)
856 do ktauy=repmin(2),repmax(2)
2089 do ktaux=repmin(1),repmax(1)
2090 do ktauy=repmin(2),repmax(2)
2091 do ktauz=repmin(3),repmax(3)
2245 do ktaux=repmin(1),repmax(1)
2246 do ktauy=repmin(2),repmax(2)
[all …]
H A Dnwpwxc_vdw3a.patch3644 - do ktaux=repmin(1),repmax(1)
3645 - do ktauy=repmin(2),repmax(2)
3646 - do ktauz=repmin(3),repmax(3)
3715 - do ktaux=repmin(1),repmax(1)
3716 - do ktauy=repmin(2),repmax(2)
4838 - do ktaux=repmin(1),repmax(1)
4839 - do ktauy=repmin(2),repmax(2)
4840 - do ktauz=repmin(3),repmax(3)
4974 - do ktaux=repmin(1),repmax(1)
4975 - do ktauy=repmin(2),repmax(2)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_vdw3c.F781 do ktaux=repmin(1),repmax(1)
782 do ktauy=repmin(2),repmax(2)
783 do ktauz=repmin(3),repmax(3)
855 do ktaux=repmin(1),repmax(1)
856 do ktauy=repmin(2),repmax(2)
2089 do ktaux=repmin(1),repmax(1)
2090 do ktauy=repmin(2),repmax(2)
2091 do ktauz=repmin(3),repmax(3)
2245 do ktaux=repmin(1),repmax(1)
2246 do ktauy=repmin(2),repmax(2)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/DFT3-NEW/
H A Dnwpwxc_vdw3c.F781 do ktaux=repmin(1),repmax(1)
782 do ktauy=repmin(2),repmax(2)
783 do ktauz=repmin(3),repmax(3)
855 do ktaux=repmin(1),repmax(1)
856 do ktauy=repmin(2),repmax(2)
2043 do ktaux=repmin(1),repmax(1)
2044 do ktauy=repmin(2),repmax(2)
2045 do ktauz=repmin(3),repmax(3)
2182 do ktaux=repmin(1),repmax(1)
2183 do ktauy=repmin(2),repmax(2)
[all …]
/dports/science/octopus/octopus-10.5/external_libs/dftd3/
H A Dcore.f902836 INTEGER, DIMENSION(3) :: repmin,repmax local
2881 do ktaux=repmin(1),repmax(1)
2952 do ktaux=repmin(1),repmax(1)
2953 do ktauy=repmin(2),repmax(2)
3021 do ktaux=repmin(1),repmax(1)
3022 do ktauy=repmin(2),repmax(2)
3080 repmax(1)=min(repv(1),jtaux+repv(1))
3095 do ktaux=repmin(1),repmax(1)
3096 do ktauy=repmin(2),repmax(2)
3097 do ktauz=repmin(3),repmax(3)
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/dftd3/origin/lib/
H A Dcore.f902782 INTEGER, DIMENSION(3) :: repmin,repmax local
2825 do ktaux=repmin(1),repmax(1)
2895 do ktaux=repmin(1),repmax(1)
2896 do ktauy=repmin(2),repmax(2)
2963 do ktaux=repmin(1),repmax(1)
2964 do ktauy=repmin(2),repmax(2)
3020 repmax(1)=min(repv(1),jtaux+repv(1))
3035 do ktaux=repmin(1),repmax(1)
3036 do ktauy=repmin(2),repmax(2)
3037 do ktauz=repmin(3),repmax(3)
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/dft-d3/
H A Dcore.f902841 INTEGER, DIMENSION(3) :: repmin,repmax local
2886 do ktaux=repmin(1),repmax(1)
2957 do ktaux=repmin(1),repmax(1)
2958 do ktauy=repmin(2),repmax(2)
3026 do ktaux=repmin(1),repmax(1)
3027 do ktauy=repmin(2),repmax(2)
3085 repmax(1)=min(repv(1),jtaux+repv(1))
3100 do ktaux=repmin(1),repmax(1)
3101 do ktauy=repmin(2),repmax(2)
3102 do ktauz=repmin(3),repmax(3)
[all …]
/dports/shells/zsh/zsh-5.8.1/Functions/Zle/
H A Dmodify-current-argument80 integer repmax=$(( ${#repl} + 1 ))
83 (( CURSOR = wordoff + (poschar > repmax ? repmax : poschar) - 1 ))
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/additions/
H A DimgGIF.c1716 int repmax; local
1721 repmax = count / rl_table_max;
1724 if (out_count+repmax+repleft > max_ocodes)
1725 { repmax = max_ocodes - out_count;
1726 leftover = count - (repmax * rl_table_max);
1729 …if (VERBOSE) printf("rl_flush_withtable repmax=%d leftover=%d repleft=%d\n",repmax,leftover,replef…
1730 if (1+(int) compute_triangle_count(count,max_ocodes) < repmax+repleft)
1737 for (;repmax>0;repmax--) output_plain(rl_basecode+rl_table_max-2);
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkImgGIF.c2014 int repmax; local
2019 repmax = count / rl_table_max;
2022 if (out_count+repmax+repleft > max_ocodes) {
2023 repmax = max_ocodes - out_count;
2024 leftover = count - (repmax * rl_table_max);
2028 repmax, leftover, repleft));
2029 if (1+(int)compute_triangle_count(count, max_ocodes) < repmax+repleft) {
2036 for (; repmax>0 ; repmax--) {
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkImgGIF.c2107 int repmax; in runlengthFlushWithTable() local
2112 repmax = count / statePtr->runlengthTableMax; in runlengthFlushWithTable()
2115 if (statePtr->outputCount+repmax+repleft > statePtr->maxOcodes) { in runlengthFlushWithTable()
2116 repmax = statePtr->maxOcodes - statePtr->outputCount; in runlengthFlushWithTable()
2117 leftover = count - (repmax * statePtr->runlengthTableMax); in runlengthFlushWithTable()
2122 repmax, leftover, repleft)); in runlengthFlushWithTable()
2124 < repmax+repleft) { in runlengthFlushWithTable()
2131 for (; repmax>0 ; repmax--) { in runlengthFlushWithTable()
/dports/graphics/gracula/gracula-3.0/
H A Dgd.c1382 int repmax; in rl_flush_withtable() local
1387 repmax = count / rl_table_max; in rl_flush_withtable()
1390 if (out_count+repmax+repleft > max_ocodes) in rl_flush_withtable()
1391 { repmax = max_ocodes - out_count; in rl_flush_withtable()
1392 leftover = count - (repmax * rl_table_max); in rl_flush_withtable()
1395 …if (VERBOSE) printf("rl_flush_withtable repmax=%d leftover=%d repleft=%d\n",repmax,leftover,replef… in rl_flush_withtable()
1396 if (1+compute_triangle_count(count,max_ocodes) < repmax+repleft) in rl_flush_withtable()
1403 for (;repmax>0;repmax--) output_plain(rl_basecode+rl_table_max-2); in rl_flush_withtable()
/dports/math/ploticus-nox11/pl240src/src/
H A Dgd13.c1380 int repmax; in rl_flush_withtable() local
1385 repmax = count / rl_table_max; in rl_flush_withtable()
1388 if (out_count+repmax+repleft > max_ocodes) in rl_flush_withtable()
1389 { repmax = max_ocodes - out_count; in rl_flush_withtable()
1390 leftover = count - (repmax * rl_table_max); in rl_flush_withtable()
1393 …if (VERBOSE) printf("rl_flush_withtable repmax=%d leftover=%d repleft=%d\n",repmax,leftover,replef… in rl_flush_withtable()
1394 if (1+compute_triangle_count(count,max_ocodes) < repmax+repleft) in rl_flush_withtable()
1401 for (;repmax>0;repmax--) output_plain(rl_basecode+rl_table_max-2); in rl_flush_withtable()
/dports/math/ploticus/pl240src/src/
H A Dgd13.c1380 int repmax; in rl_flush_withtable() local
1385 repmax = count / rl_table_max; in rl_flush_withtable()
1388 if (out_count+repmax+repleft > max_ocodes) in rl_flush_withtable()
1389 { repmax = max_ocodes - out_count; in rl_flush_withtable()
1390 leftover = count - (repmax * rl_table_max); in rl_flush_withtable()
1393 …if (VERBOSE) printf("rl_flush_withtable repmax=%d leftover=%d repleft=%d\n",repmax,leftover,replef… in rl_flush_withtable()
1394 if (1+compute_triangle_count(count,max_ocodes) < repmax+repleft) in rl_flush_withtable()
1401 for (;repmax>0;repmax--) output_plain(rl_basecode+rl_table_max-2); in rl_flush_withtable()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dtools.c1518 long r, repmax; in write_savesum() local
1526 repmax = world->options->lchains; in write_savesum()
1528 repmax = world->options->replicatenum; in write_savesum()
1531 repmax = 1; in write_savesum()
1538 world->numpop2, (long) world->options->replicate, repmax); in write_savesum()
1541 for (r = 0; r < repmax; r++) in write_savesum()
H A Dbayes.c3339 long repmax; in print_bayes_mdimfileheader() local
3368 repmax = world->options->lchains; in print_bayes_mdimfileheader()
3370 repmax = world->options->replicatenum; in print_bayes_mdimfileheader()
3373 repmax = 1; in print_bayes_mdimfileheader()
3380 world->numpop2, (long) world->options->replicate, repmax, (int) world->options->usem); in print_bayes_mdimfileheader()
/dports/textproc/redet/redet-8.26/
H A DFeatureList-groovy-en_us107 repmax F
H A Dredet.tcl576 repmax\
4391 set TestData(repmax) "AC\nAGC\nAGGC\nAGGGC"
4392 set Intended(repmax) "AC\nAGC\nAGGC"
4393 set TestRegexp(repmax) {AG{,2}C};