Lines Matching defs:temp1
673 double temp1 = 0.0, temp2 = 0.0; /* other tampering values */
707 sscanf(Databuf, "%lf %lf", &temp1, &temp2);
708 Enrgyvoid.ev_x = floor(temp1);
719 temp1 = infloat();
720 if (temp1 > Player.p_gold || temp1 < 0) {
733 fread((char *) &temp1, sizeof(double), 1, fp);
740 mvprintw(4, 0, "You have collected %.0f in gold.\n", temp1);
741 Player.p_gold += floor(temp1);
783 temp1 = distance(Player.p_x, Enrgyvoid.ev_x, Player.p_y, Enrgyvoid.ev_y);
784 temp1 += ROLL(-temp1 / 10.0, temp1 / 5.0); /* add some error */
785 mvprintw(5, 0, "The palantir says the Grail is about %.0f away.\n", temp1);
793 temp1 = infloat();
794 temp1 = MAX(0.0, MIN(99.0, temp1));
802 sscanf(Databuf, "%lf %lf", &temp1, &temp2);
850 && CIRCLE(temp1, temp2) < CIRCLE(Other.p_x, Other.p_y)
855 Player.p_gold -= floor(temp1);
860 Other.p_1scratch = floor(temp1);