OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:epact
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hack/
hack.unix.c
140
int
epact
, diy, golden;
local in function:phase_of_the_moon
144
epact
= (11 * golden + 18) % 30;
145
if ((
epact
== 25 && golden > 11) ||
epact
== 24)
146
epact
++;
148
return ((((((diy +
epact
) * 6) + 11) % 177) / 22) & 7);
Completed in 52 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025