OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gamereturn
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/canfield/canfield/
canfield.c
1111
double thisreturn,
gamereturn
, totalreturn;
local
1135
gamereturn
= ((double)game.wins / (double)gamecosts - 1.0) * 100.0;
1160
printw("%4.0f%%%7.1f%%%8.1f%%", thisreturn,
gamereturn
, totalreturn);
canfield.c
1111
double thisreturn,
gamereturn
, totalreturn;
local
1135
gamereturn
= ((double)game.wins / (double)gamecosts - 1.0) * 100.0;
1160
printw("%4.0f%%%7.1f%%%8.1f%%", thisreturn,
gamereturn
, totalreturn);
canfield.c
1111
double thisreturn,
gamereturn
, totalreturn;
local
1135
gamereturn
= ((double)game.wins / (double)gamecosts - 1.0) * 100.0;
1160
printw("%4.0f%%%7.1f%%%8.1f%%", thisreturn,
gamereturn
, totalreturn);
Completed in 106 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026