Home
last modified time | relevance | path

Searched refs:year (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dchrono1251 class year;
1546 class year
1574 constexpr year
1651 operator==(const year& __x, const year& __y) noexcept
1655 operator<=>(const year& __x, const year& __y) noexcept
1671 operator-(const year& __x, const year& __y) noexcept
2285 return (__x.year() - __y.year()
2409 return __x.year() == __y.year()
2636 return __x.year() == __y.year()
2834 return __x.year() == __y.year()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtime.h326 # define __isleap(year) \ argument
327 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO164 c) Support locale era in year designations. (data is in place)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c2478 int dysize(int year) in libc_hidden_def()
2480 return __isleap(year) ? 366 : 365; in libc_hidden_def()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog3327 * include/std/chrono (year::is_leap): New implementation.
3328 * testsuite/std/time/year/2.cc: New test.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog5201 Fix year range in copyright header.
5206 Fix year range in copyright header.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog3508 * version.c: Update copyright year.
3615 * version.c: Update copyright year.

Completed in 31 milliseconds