HomeSort by: relevance | last modified time | path
    Searched refs:infloat (Results 1 - 7 of 7) sorted by relevancy

  /src/games/phantasia/
phantglobs.h 89 double infloat(void);
gamesupport.c 317 dtemp = infloat();
324 dtemp = infloat();
425 dtemp = infloat();
432 dtemp = infloat();
misc.c 233 cost = (numitems = floor(infloat())) * Menu[0].cost;
250 cost = (numitems = floor(infloat())) * Menu[1].cost;
273 cost = (numitems = floor(infloat())) * Menu[2].cost;
296 cost = (numitems = floor(infloat())) * Menu[3].cost;
319 cost = (numitems = floor(infloat())) * Menu[4].cost;
336 cost = (numitems = floor(infloat())) * Menu[5].cost;
383 numitems = floor(infloat());
io.c 86 infloat(void) function in typeref:typename:double
interplayer.c 719 temp1 = infloat();
793 temp1 = infloat();
fight.c 720 dtemp = floor(infloat());
845 Whichmonster = (int) infloat();
1114 Whichmonster = (int) infloat();
main.c 837 temp = floor(infloat());

Completed in 17 milliseconds