Home
last modified time | relevance | path

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

12345678910

/openbsd/gnu/llvm/libcxx/include/__chrono/
H A Dyear.h43 _LIBCPP_HIDE_FROM_ABI constexpr year& operator+=(const years& __dy) noexcept;
44 _LIBCPP_HIDE_FROM_ABI constexpr year& operator-=(const years& __dy) noexcept;
65 year operator+ (const year& __lhs, const years& __rhs) noexcept
69 year operator+ (const years& __lhs, const year& __rhs) noexcept
73 year operator- (const year& __lhs, const years& __rhs) noexcept
77 years operator-(const year& __lhs, const year& __rhs) noexcept
78 { return years{static_cast<int>(__lhs) - static_cast<int>(__rhs)}; }
82 year& year::operator+=(const years& __dy) noexcept
86 year& year::operator-=(const years& __dy) noexcept
H A Dyear_month_weekday.h52 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday& operator+=(const years&) noexcept;
53 _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday& operator-=(const years&) noexcept;
139 year_month_weekday operator+(const year_month_weekday& __lhs, const years& __rhs) noexcept
143 year_month_weekday operator+(const years& __lhs, const year_month_weekday& __rhs) noexcept
147 year_month_weekday operator-(const year_month_weekday& __lhs, const years& __rhs) noexcept
153 …inline constexpr year_month_weekday& year_month_weekday::operator+=(const years& __dy) noexcept {…
167 … _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday_last& operator+=(const years& __dy) noexcept;
168 … _LIBCPP_HIDE_FROM_ABI constexpr year_month_weekday_last& operator-=(const years& __dy) noexcept;
233 year_month_weekday_last operator+(const year_month_weekday_last& __lhs, const years& __rhs) noexcept
237 year_month_weekday_last operator+(const years& __lhs, const year_month_weekday_last& __rhs) noexcept
[all …]
H A Dyear_month_day.h57 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day& operator+=(const years& __dy) noexcept;
58 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day& operator-=(const years& __dy) noexcept;
160 year_month_day operator+(const year_month_day& __lhs, const years& __rhs) noexcept
164 year_month_day operator+(const years& __lhs, const year_month_day& __rhs) noexcept
168 year_month_day operator-(const year_month_day& __lhs, const years& __rhs) noexcept
173 _LIBCPP_HIDE_FROM_ABI inline constexpr year_month_day& year_month_day::operator+=(const years& __dy…
186 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day_last& operator+=(const years& __y) noexcept;
187 _LIBCPP_HIDE_FROM_ABI constexpr year_month_day_last& operator-=(const years& __y) noexcept;
274 year_month_day_last operator+(const year_month_day_last& __lhs, const years& __rhs) noexcept
278 year_month_day_last operator+(const years& __lhs, const year_month_day_last& __rhs) noexcept
[all …]
H A Dyear_month.h41 …_LIBCPP_HIDE_FROM_ABI inline constexpr year_month& operator+=(const years& __dy) noexcept { this-…
42 …_LIBCPP_HIDE_FROM_ABI inline constexpr year_month& operator-=(const years& __dy) noexcept { this-…
68 return (__lhs.year() + years(__dy)) / month(static_cast<unsigned>(__dmi));
76 year_month operator+(const year_month& __lhs, const years& __rhs) noexcept
80 year_month operator+(const years& __lhs, const year_month& __rhs) noexcept
92 year_month operator-(const year_month& __lhs, const years& __rhs) noexcept
/openbsd/sys/dev/pci/drm/i915/
H A DTODO.txt6 improved a lot the past 2 years, there's no reason anymore not to use it.
12 - There's a lot of complexity added past few years to make relocations faster.
13 That doesn't make sense given hw and gpu apis moved away from this model years
16 2. Any complexity added in this area past few years which can't be justified
/openbsd/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
/openbsd/gnu/llvm/libcxx/include/
H A Dchrono361 constexpr year operator+(const year& x, const years& y) noexcept;
362 constexpr year operator+(const years& x, const year& y) noexcept;
363 constexpr year operator-(const year& x, const years& y) noexcept;
364 constexpr years operator-(const year& x, const year& y) noexcept;
489 operator+(const year_month_day_last& ymdl, const years& dy) noexcept;
491 operator+(const years& dy, const year_month_day_last& ymdl) noexcept;
495 operator-(const year_month_day_last& ymdl, const years& dy) noexcept;
514 operator+(const year_month_weekday& ymwd, const years& dy) noexcept;
516 operator+(const years& dy, const year_month_weekday& ymwd) noexcept;
520 operator-(const year_month_weekday& ymwd, const years& dy) noexcept;
[all …]
/openbsd/gnu/usr.bin/perl/vms/
H A Dtest.com4 $! (and many other hands in the last 7+ years)
/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_eval.t50 (\d+)(?{ local $hash->{age} = $^N })[ ]years[ ]old,[ ]
/openbsd/sys/dev/microcode/tigon/
H A Dtigon-license7 conclusive. We have tried for many years to contact all the potential
/openbsd/gnu/llvm/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``
/openbsd/gnu/usr.bin/perl/cpan/Time-Local/t/
H A DLocal.t247 my @years = (
255 for my $p (@years) {
/openbsd/share/misc/
H A Dlicense.template4 It is important to specify the year of the copyright. Additional years
/openbsd/regress/usr.bin/diff/
H A Dt2.14 It is important to specify the year of the copyright. Additional years
H A Dt2.24 It is important to specify the year of the copyright. Additional years
H A Dt3.24 It is important to specify the year of the copyright. Additional years
H A Dt4.14 It is important to specify the year of the copyright. Additional years
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DSeconds.pm143 sub years { subroutine
/openbsd/usr.bin/calendar/calendars/
H A Dcalendar.usholiday33 11/TueFirst Election Day (1st Tuesday after 1st Monday for even years)
/openbsd/share/zoneinfo/datfiles/
H A Dleap-seconds.list32 # leap second at a rate of 1 to 2 years. Since the year 2000 leap seconds are introduced with…
33 # average interval of 3 to 4 years due to the acceleration of the Earth's rotation speed.
/openbsd/share/snmp/
H A DSNMPv2-SMI.txt33 -- Extended UTCTime, to allow dates with four-digit years
39 -- where: YY - last two digits of year (only years
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D07arith.t59 is(int($s->years), 0);
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebate.txt42 around for 27 years and perhaps more; why do you consider it problematic
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A Dmd5.pod38 The C<OpenBSD::md5> class itself was removed a few years ago.
/openbsd/games/fortune/
H A DREADME5 Some years ago, my neighbor Avery said to me: "There has not been an

12345678910