Home
last modified time | relevance | path

Searched refs:binWidthYG (Results 1 – 6 of 6) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dloadbins.c83 bptr->bottom = binYOffstG + y * binWidthYG ; in loadbins()
84 bptr->top = bptr->bottom + binWidthYG ; in loadbins()
85 bptr->penalty = -binWidthXG * binWidthYG ; in loadbins()
95 bptr->penalty += (bptr->right - 1 - blockrG) * binWidthYG ; in loadbins()
105 bptr->top = binYOffstG + binWidthYG ; in loadbins()
113 bptr->bottom = binYOffstG + maxBinYG * binWidthYG ; in loadbins()
122 bptr->bottom = binYOffstG + y * binWidthYG ; in loadbins()
123 bptr->top = bptr->bottom + binWidthYG ; in loadbins()
131 bptr->bottom = binYOffstG + y * binWidthYG ; in loadbins()
132 bptr->top = bptr->bottom + binWidthYG ; in loadbins()
H A Dreconfig.c118 binWidthYG = (blocktG - blockbG) / numbinY ; in reconfigure()
119 if( (blocktG - blockbG - binWidthYG * numbinY) >= numbinY / 2 ) { in reconfigure()
120 binWidthYG++ ; in reconfigure()
122 binYOffstG = blockbG + 1 - binWidthYG ; in reconfigure()
H A Dconfig1.c264 binWidthYG = (blocktG - blockbG) / numbinY ; in config1()
265 if( (blocktG - blockbG - binWidthYG * numbinY) >= numbinY / 2 ) { in config1()
266 binWidthYG++ ; in config1()
268 binYOffstG = blockbG + 1 - binWidthYG ; in config1()
H A Doverlap.c421 bptrS->nupenalty -= xcostS * binWidthYG ; in sub_penal()
473 bptrS->nupenalty -= xcostS * binWidthYG ; in sub_penal()
500 bptrS->nupenalty -= xcostS * binWidthYG ; in sub_penal()
522 bptrS->nupenalty -= binWidthXG * binWidthYG ; in sub_penal()
578 bptrS->nupenalty += xcostS * binWidthYG ; in add_penal()
630 bptrS->nupenalty += xcostS * binWidthYG ; in add_penal()
657 bptrS->nupenalty += xcostS * binWidthYG ; in add_penal()
919 bptrS->penalty += xcostS * binWidthYG ;
959 bptrS->penalty += xcostS * binWidthYG ;
978 bptrS->penalty += xcostS * binWidthYG ;
[all …]
H A Dsavewolf.c139 fprintf(fp,"%d %d\n",m*binWidthYG,m*binYOffstG ) ; in savewolf()
224 fscanf( fp, "" INTSCANSTR " " INTSCANSTR "\n", &binWidthYG, &binYOffstG ) ;
H A Dcustom.h77 #define SETBINY(x) (( (TrybinG=((x)-binYOffstG)/binWidthYG)<0 ) ? 0 : \
463 EXTERN INT binWidthYG ; variable