HomeSort by: relevance | last modified time | path
    Searched defs:totalcosts (Results 1 - 2 of 2) sorted by relevancy

  /src/games/canfield/canfield/
canfield.c 1110 long thiscosts, gamecosts, totalcosts; local in function:updatebettinginfo
1129 totalcosts = total.hand + total.inspection + total.game +
1133 total.worth = total.wins - totalcosts;
1136 totalreturn = ((double)total.wins / (double)totalcosts - 1.0) * 100.0;
1154 printw("%4ld%8ld%9ld", thiscosts, gamecosts, totalcosts);
canfield.c 1110 long thiscosts, gamecosts, totalcosts; local in function:updatebettinginfo
1129 totalcosts = total.hand + total.inspection + total.game +
1133 total.worth = total.wins - totalcosts;
1136 totalreturn = ((double)total.wins / (double)totalcosts - 1.0) * 100.0;
1154 printw("%4ld%8ld%9ld", thiscosts, gamecosts, totalcosts);

Completed in 27 milliseconds