Searched refs:isleap (Results 1 – 1 of 1) sorted by relevance
42 #define isleap(y) ((((y) % 4) == 0) && \ macro59 days += isleap(y) + 365; in cdf_getdays()73 int sub = mdays[m] + (m == 1 && isleap(year)); in cdf_getday()91 if (m == 1 && isleap(year)) in cdf_getmonth()
Completed in 4 milliseconds