Lines Matching defs:leap
94 /* leap years according to the julian calendar */
99 /* leap years according to the gregorian calendar */
105 /* leap year -- account for gregorian reformation at some point */
110 /* number of julian leap days that have passed by a given date */
114 /* number of gregorian leap days that have passed by a given date */
120 * Subtracting the gregorian leap day count (for a given date) from
121 * the julian leap day count (for the same date) describes the number
138 * leap years (leap days celebrated during centennial years that are
151 /* number of leap years between year 1 and this year, not inclusive */
533 int i, leap;
535 leap = leap_year(year);
537 day += days_in_month[leap][i];
709 * What about someone specifying a leap day in
710 * a non-leap year? Well...that's a tricky
712 * in question is a leap year. What if the
714 * that a valid leap day?
841 * out if this is a leap year or not, just so long as February