Searched refs:GDIST (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddogmove.c496 #define GDIST(x,y) (dist2(x,y,gx,gy)) macro
598 nidist = GDIST(nix,niy);
698 j = ((ndist = GDIST(nx,ny)) - nidist) * appr;
H A Dpriest.c66 #define GDIST(x,y) (dist2(x,y,gx,gy)) macro
80 (appr && GDIST(nx,ny) < GDIST(nix,niy))) {
H A Dshk.c3266 #define GDIST(x,y) (dist2(x,y,gx,gy)) macro
3288 || avoid) && GDIST(omx,omy) < 3) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddogmove.c496 #define GDIST(x,y) (dist2(x,y,gx,gy)) macro
598 nidist = GDIST(nix,niy);
698 j = ((ndist = GDIST(nx,ny)) - nidist) * appr;
H A Dpriest.c66 #define GDIST(x,y) (dist2(x,y,gx,gy)) macro
80 (appr && GDIST(nx,ny) < GDIST(nix,niy))) {
H A Dshk.c3266 #define GDIST(x,y) (dist2(x,y,gx,gy)) macro
3288 || avoid) && GDIST(omx,omy) < 3) {

Completed in 47 milliseconds