Home
last modified time | relevance | path

Searched refs:years (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dchrono491 operator+=(const years& __y) noexcept
498 operator-=(const years& __y) noexcept
557 operator+(const year& __x, const years& __y) noexcept
561 operator+(const years& __x, const year& __y) noexcept
565 operator-(const year& __x, const years& __y) noexcept
568 friend constexpr years
570 { return years{int{__x} - int{__y}}; }
1082 // parameter is convertible to years, its implicit conversion sequence
1083 // to years is worse than its implicit conversion sequence to months.
1089 // 'years'.
[all …]
/netbsd-src/usr.bin/quota/
H A Dprintquota.c102 time_t years, months, weeks, days, hours, minutes; in timeprt() local
112 years = (seconds + YEAR / 2) / YEAR; in timeprt()
116 if (years >= 2) { in timeprt()
117 (void)snprintf(buf, len, "%" PRId64 "years", years); in timeprt()
/netbsd-src/tests/bin/date/
H A Dt_date.sh39 years="1 10 100 1000 10000 100000 1000000 10000000 \
42 for year in $years; do
/netbsd-src/usr.bin/cal/
H A DREADME12 calculate the number of days in all prior years (year-1)*365
13 add the number of leap years (days?) since year 1
31 It must be noted that the number of leap years calculation is sensitive
36 there is an exception for these century years. If the modulo of 400 equals
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dchrono366 constexpr year operator+(const year& x, const years& y) noexcept;
367 constexpr year operator+(const years& x, const year& y) noexcept;
368 constexpr year operator-(const year& x, const years& y) noexcept;
369 constexpr years operator-(const year& x, const year& y) noexcept;
441 constexpr year_month operator+(const year_month& ym, const years& dy) noexcept;
442 constexpr year_month operator+(const years& dy, const year_month& ym) noexcept;
443 constexpr year_month operator-(const year_month& ym, const years& dy) noexcept;
457 constexpr year_month_day operator+(const year_month_day& ymd, const years& dy) noexcept;
458 constexpr year_month_day operator+(const years& dy, const year_month_day& ymd) noexcept;
460 constexpr year_month_day operator-(const year_month_day& ymd, const years& dy) noexcept;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py249 def year_range (self, years): argument
251 for year in self.year_re.findall (years)]
262 def canonicalise_years (self, dir, filename, filter, years): argument
264 if years.startswith ('@value'):
265 return years
267 (min_year, max_year) = self.year_range (years)
360 years = match.group (2).strip()
362 canon_form = self.canonicalise_years (dir, filename, filter, years)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py252 def year_range (self, years): argument
254 for year in self.year_re.findall (years)]
265 def canonicalise_years (self, dir, filename, filter, years): argument
267 if years.startswith ('@value'):
268 return years
270 (min_year, max_year) = self.year_range (years)
363 years = match.group (2).strip()
365 canon_form = self.canonicalise_years (dir, filename, filter, years)
/netbsd-src/external/gpl3/gcc/dist/libssp/
H A DChangeLog60 Update copyright years.
68 Update copyright years.
99 Update copyright years.
125 Update copyright years.
177 Update copyright years.
/netbsd-src/external/historical/nawk/dist/testdir/
H A DREADME.TESTS9 sampling of awk constructions collected over the years.
41 collecting for years and may need pruning. Suggestions for
/netbsd-src/lib/libc/time/
H A Dzdump.c675 intmax_t myy, seconds, years;
686 years = diff400 * 400;
689 years = 1;
691 myy += years;
702 years = diff400 * 400;
705 years = 1;
707 myy -= years;
683 intmax_t myy, seconds, years; global() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d1055 Adds the given number of years or months to this $(LREF DateTime),
1068 value = The number of months or years to add to this
1120 Adds the given number of years or months to this $(LREF DateTime),
1128 Because there are no units larger than years, there is no difference
1129 between adding and rolling years.
1133 value = The number of months or years to add to this
2421 combined with the difference in years * 12. So, for instance,
3744 Gregorian Calendar) ranging from 32,768 B.C. to 32,767 A.D. Positive years
3745 are A.D. Non-positive years are B.C.
3854 int years = (day / daysIn400Years) * 400 + 1; in this() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d1007 Adds the given number of years or months to this $(LREF DateTime). A
1020 value = The number of months or years to add to this
1069 Adds the given number of years or months to this $(LREF DateTime). A
1077 Because there are no units larger than years, there is no difference
1078 between adding and rolling years.
1082 value = The number of months or years to add to this
2358 combined with the difference in years * 12. So, for instance,
3592 Gregorian Calendar) ranging from 32,768 B.C. to 32,767 A.D. Positive years
3593 are A.D. Non-positive years are B.C.
3702 int years = (day / daysIn400Years) * 400 + 1; in this() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DFileTimeType.rst75 292 thousand years on either side of the epoch, as opposed to only 292 years
78 ``timespec`` can represent time points +/- 292 billion years from the epoch
79 (just in case you needed a time point 200 billion years before the big bang,
86 of file time stamps shouldn't exceed +/- 300 years, so should we care to support it?
171 a valid time point, adding a couple hundred billions of years in error,
404 to a range of +/- 300 years from the epoch.
477 years. This final case should be rather rare, as ``__int128_t``
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DChangeLog59 Update copyright years.
71 Update copyright years.
95 Update copyright years.
127 Update copyright years.
135 Update copyright years.
147 Update copyright years.
160 Update copyright years
181 Update copyright years.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A DChangeLog30 Update copyright years.
34 Update copyright years.
38 Update copyright years.
58 Update copyright years
/netbsd-src/external/gpl2/gettext/dist/
H A DAUTHORS18 Disclaimer for Karl Eichwalder, in the past and for the next 5 years.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_windows.in57 --lifetime=10years \
/netbsd-src/external/gpl3/gdb/dist/include/som/
H A DChangeLog-10157 Update copyright years.
/netbsd-src/external/gpl3/gdb.old/dist/include/som/
H A DChangeLog-10157 Update copyright years.
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A DChangeLog-10157 Update copyright years.
/netbsd-src/external/gpl3/binutils/dist/include/som/
H A DChangeLog-10157 Update copyright years.
/netbsd-src/external/public-domain/tz/dist/
H A DREADME5 For many years this information could be reliably obtained from the IANA repository.
6 In recent years however, the data available by default from the IANA repository has been reduced.
/netbsd-src/lib/librmt/
H A DREADME10 This package has evolved somewhat over the years. My thanks to the
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A DChangeLog94 Update copyright years.
103 Update copyright years.
115 Update copyright years.
129 Update copyright years.
133 Update copyright years.
195 Update copyright years
/netbsd-src/external/gpl3/binutils/dist/include/cgen/
H A DChangeLog-09157 Update copyright years.

12345678910>>...25