Lines Matching defs:circle
84 double circle; /* corresponding circle for coordinates */
98 if ((circle = CIRCLE(playerp->p_x, playerp->p_y)) >= 1000.0) {
104 if (circle >= 55)
107 if (circle >= 35)
110 if (circle >= 20)
113 if (circle >= 9)
116 if (circle >= 5)
147 label = nametable[((int) circle) - 1][quadrant];
400 ROLL(Circle * 20.0, 40.0), (drandom() < 0.5) ? "him" : "her");
748 xnew = Player.p_x + SGN(Player.p_x) * ROLL(50 * Circle, 250 * Circle);
749 ynew = Player.p_y + SGN(Player.p_y) * ROLL(50 * Circle, 250 * Circle);
754 Circle = CIRCLE(Player.p_x = floor(xnew), Player.p_y = floor(ynew));
762 if (Circle < 35 && Circle >= 20)
792 Circle = Player.p_level / 5.0;