Home
last modified time | relevance | path

Searched refs:idphi (Results 1 – 14 of 14) sorted by relevance

/dports/science/fastjet/fastjet-3.3.4/src/
H A DLazyTiling25.cc180 for (int idphi = -2; idphi <=+2; idphi++) { in _initialise_tiles() local
181 *pptile = & _tiles[_tile_index(ieta-1,iphi+idphi)]; in _initialise_tiles()
190 for (int idphi = -2; idphi <= +2; idphi++) { in _initialise_tiles() local
191 *pptile = & _tiles[_tile_index(ieta-2,iphi+idphi)]; in _initialise_tiles()
208 for (int idphi = -2; idphi <= +2; idphi++) { in _initialise_tiles() local
209 *pptile = & _tiles[_tile_index(ieta+1,iphi+idphi)]; in _initialise_tiles()
215 for (int idphi = -2; idphi <= +2; idphi++) { in _initialise_tiles() local
216 *pptile = & _tiles[_tile_index(ieta+2,iphi+idphi)]; in _initialise_tiles()
H A DLazyTiling9.cc186 for (int idphi = -1; idphi <=+1; idphi++) { in _initialise_tiles() local
187 *pptile = & _tiles[_tile_index(ieta-1,iphi+idphi)]; in _initialise_tiles()
200 for (int idphi = -1; idphi <= +1; idphi++) { in _initialise_tiles() local
201 *pptile = & _tiles[_tile_index(ieta+1,iphi+idphi)]; in _initialise_tiles()
H A DLazyTiling9SeparateGhosts.cc128 for (int idphi = -1; idphi <=+1; idphi++) { in _initialise_tiles() local
129 *pptile = & _tiles[_tile_index(ieta-1,iphi+idphi)]; in _initialise_tiles()
142 for (int idphi = -1; idphi <= +1; idphi++) { in _initialise_tiles() local
143 *pptile = & _tiles[_tile_index(ieta+1,iphi+idphi)]; in _initialise_tiles()
H A DClusterSequence_TiledN2.cc145 for (int idphi = -1; idphi <=+1; idphi++) { in _initialise_tiles() local
146 *pptile = & _tiles[_tile_index(ieta-1,iphi+idphi)]; in _initialise_tiles()
159 for (int idphi = -1; idphi <= +1; idphi++) { in _initialise_tiles() local
160 *pptile = & _tiles[_tile_index(ieta+1,iphi+idphi)]; in _initialise_tiles()
/dports/science/fastjet/fastjet-3.3.4/include/fastjet/
H A DNNFJN2Tiled.hh563 for (int idphi = -1; idphi <=+1; idphi++) { in _initialise_tiles() local
564 *pptile = & _tiles[_tile_index(irap-1,iphi+idphi)]; in _initialise_tiles()
577 for (int idphi = -1; idphi <= +1; idphi++) { in _initialise_tiles() local
578 *pptile = & _tiles[_tile_index(irap+1,iphi+idphi)]; in _initialise_tiles()
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Ddecode0.f9012 common/npar/fcenter,nutc,idphi,mousedf,mousefqso,nagain, & local
54 call map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
H A Dm65.f9041 common/npar/fcenter,nutc,idphi,mousedf,mousefqso,nagain, & local
162 call symspec(k,nxpol,ndiskdat,nb,nbslider,idphi,nfsample, &
H A Dm65a.f9082 common/npar/fcenter,nutc,idphi,mousedf,mousefqso,nagain, & local
H A Dsymspec.f90116 dphi=idphi/57.2957795
H A Dmap65a.f9090 dphi=idphi/57.2957795
/dports/comms/wsjtz/wsjtx/map65/
H A Dcommons.h14 int idphi; //Phase correction for Y pol'n, degrees member
H A Dmainwindow.h309 int* m_NBslider, int* idphi, int* nfsample, float* fgreen,
H A Dsoundin.cpp22 int idphi; //Phase correction for Y pol'n, degrees member
H A Dmainwindow.cpp1271 datcom_.idphi=m_dPhi; in decode()