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