Lines Matching full:number
28 // First, divide "total_seconds" by the number of seconds in a day to get the
29 // number of days since Jan 1 1970. The remainder will be used to calculate the
30 // number of Hours, Minutes and Seconds.
32 // Then, adjust that number of days by a constant to be the number of days
37 // subdivides the days into the number of 400 years, the number of 100 years and
38 // the number of 4 years. These numbers of cycle years are used in calculating
40 // and isLeapYear(). Then compute the total number of years in days from these
43 // Compute the number of months from the remaining days. Finally, adjust years
79 // Compute the number of 400 year cycles.
87 // The remaining number of years after computing the number of
93 // The remaining number of years after computing the number of
98 // The remaining number of years after computing the number of
103 // Calculate number of years from year 2000.
111 // We add 31 and 28 for the number of days in January and February, since our