Home
last modified time | relevance | path

Searched refs:pnumb (Results 1 – 10 of 10) sorted by relevance

/dports/audio/snack/snack2.2.10/generic/
H A DjkFormant.c68 int pnumb, fnumb;
70 return((fre[pnumb] >= fmins[fnumb])&&(fre[pnumb] <= fmaxs[fnumb]));
74 static void candy(cand,pnumb,fnumb)
76 pnumb, /* pole number under consideration */
82 if((pnumb < maxp)&&(fnumb < maxf)){
84 if(canbe(pnumb,fnumb)){
85 pc[cand][fnumb] = pnumb;
89 candy(ncan,pnumb,fnumb+1); /* same pole, next formant */
92 if(((pnumb+1) < maxp) && canbe(pnumb+1,fnumb)){
98 candy(ncan,pnumb+1,fnumb);
[all …]
/dports/games/dungeon/dungeon-3.2_1/
H A DNOBJS.C717 if (objcts_1.oroom[i - 1] == findex_1.pnumb * hyper_1.hfactr) {
726 if (findex_1.pnumb == 4) {
747 findex_1.lcell = findex_1.pnumb;
758 findex_1.pnumb = rnd_(8) + 1;
761 i__1 = findex_1.pnumb + 712;
787 findex_1.pnumb = prsvec_1.prsi - oindex_1.num1 + 1;
789 i__1 = findex_1.pnumb + 712;
H A DNROOMS.C285 i__1 = findex_1.pnumb + 712;
H A DVARS.H269 pnumb, acell, dcell, cphere; member
H A DDINIT.C231 findex_1.pnumb = 1; in init_()
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Ddungeon.c163 findex_1.pnumb = 1; in dungeon_main()
H A Dobjects.c3462 if (findex_1.lcell == findex_1.pnumb) { in nobjs_()
3475 if (objcts_1.oroom[i__ - 1] == findex_1.pnumb * 500) { in nobjs_()
3483 if (findex_1.pnumb == 4) { in nobjs_()
3504 findex_1.lcell = findex_1.pnumb; in nobjs_()
3515 findex_1.pnumb = rnd_(&c__8) + 1; in nobjs_()
3517 i__1 = findex_1.pnumb + 712; in nobjs_()
3543 findex_1.pnumb = prsvec_1.prsi - 177; in nobjs_()
3545 i__1 = findex_1.pnumb + 712; in nobjs_()
H A Dcommons.h111 pnumb, acell, dcell, cphere, ttie, matobj; member
H A Drooms.c1303 i__1 = findex_1.pnumb + 712; in rappli_()
/dports/science/silo/silo-4.10.2-bsd/src/pdb/
H A Dpdpath.c1195 _PD_index_deref (int n, dimdes **pdims, long *pnumb) { in _PD_index_deref() argument
1315 *pnumb = numb; in _PD_index_deref()
1406 *pnumb = FRAME(stack)[n].number; in _PD_index_deref()