Searched refs:golden (Results 1 – 1 of 1) sorted by relevance
34 zend_long year, golden, solar, lunar, pfm, dom, tmp, easter, result; in _cal_easter() local84 golden = (year % 19) + 1; /* the Golden number */ in _cal_easter()95 pfm = (3 - (11*golden) - 7) % 30; /* uncorrected date of the Paschal full moon */ in _cal_easter()108 pfm = (3 - (11*golden) + solar - lunar) % 30; /* uncorrected date of the Paschal full moon */ in _cal_easter()114 if ((pfm == 29) || (pfm == 28 && golden > 11)) { /* corrected date of the Paschal full moon */ in _cal_easter()
Completed in 5 milliseconds