Home
last modified time | relevance | path

Searched refs:maximumScore (Results 1 – 7 of 7) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dglkio.cpp147 if (header->maximumScore > 0) in statusLine()
148 sprintf(line, "Score %d(%d)/%d moves", current.score, (int)header->maximumScore, current.tick); in statusLine()
H A Dacode.h556 Aword maximumScore; /* Maximum score */ member
613 Aword maximumScore; /* Maximum score */ member
669 Aword maximumScore; /* Maximum score */ member
H A Dexe.cpp155 addParameterForInteger(messageParameters, header->maximumScore); in score()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dglkio.cpp145 if (header->maximumScore > 0) in statusLine()
146 sprintf(line, "Score %d(%d)/%d moves", current.score, (int)header->maximumScore, current.tick); in statusLine()
H A Dacode.h556 Aword maximumScore; /* Maximum score */ member
613 Aword maximumScore; /* Maximum score */ member
669 Aword maximumScore; /* Maximum score */ member
H A Dexe.cpp155 addParameterForInteger(messageParameters, header->maximumScore); in score()
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_book_to_matrix.cc141 const double maximumScore = 3.0; variable
160 score *= maximumScore ; in scoreByIdentity()