Home
last modified time | relevance | path

Searched refs:SETBINX (Results 1 – 9 of 9) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dusite2.c142 oldBinX = SETBINX(old_apos0G->xcenter) ; in usite2()
176 oldBinX = SETBINX(old_apos0G->xcenter) ; in usite2()
179 modBinX = SETBINX(new_apos0G->xcenter) ; in usite2()
222 oldBinX = SETBINX(old_apos0G->xcenter) ; in usite2()
225 modBinX = SETBINX(new_bpos0G->xcenter) ; in usite2()
H A Duloop.c358 binX = SETBINX(axcenter) ;
386 binX = SETBINX(xb) ;
405 binX = SETBINX(axcenter) ;
569 binX = SETBINX(axcenter) ;
H A Dusite1.c118 oldBinX = SETBINX(old_apos0G->xcenter) ; in usite1()
H A Doverlap.c737 posS->binR = SETBINX( posS->r ) ;
738 posS->binL = SETBINX( posS->l ) ;
806 posS->binR = SETBINX( posS->r ) ;
807 posS->binL = SETBINX( posS->l ) ;
H A Ddebug.c73 binX = SETBINX( cellarrayG[cell]->xcenter ) ;
126 x = SETBINX( ptr->xcenter ) ; in checkbinList()
H A Dloadbins.c188 binX = SETBINX(ptr->xcenter) ; in loadbins()
H A Duaspect.c260 binX = SETBINX(cptr->xcenter) ; in initialize_aspect_ratios()
H A Duloop.new308 binX = SETBINX(axcenter) ;
336 binX = SETBINX(xb) ;
355 binX = SETBINX(axcenter) ;
515 binX = SETBINX(axcenter) ;
H A Dcustom.h75 #define SETBINX(x) (( (TrybinG=((x)-binXOffstG)/binWidthXG)<0 ) ? 0 : \ macro