Home
last modified time | relevance | path

Searched refs:doy2date (Results 1 – 14 of 14) sorted by relevance

/dports/astro/py-pymeeus/PyMeeus-0.3.6/tests/
H A Dtest_epoch.py131 assert Epoch.doy2date(2017, 32) == (2017, 2, 1), \
134 assert Epoch.doy2date(-3, 60) == (-3, 3, 1.0), \
137 assert Epoch.doy2date(-4, 60) == (-4, 2, 29.0), \
140 t = Epoch.doy2date(2017, 365.7)
144 t = Epoch.doy2date(2012, 63.1)
148 t = Epoch.doy2date(-4, 60)
/dports/deskutils/gcal/gcal-4.1/src/
H A Dprint.c224 (void) doy2date (i, is_leap_year, &day, &month); in print_calendar()
226 (void) doy2date (i + DAY_MAX - 1, is_leap_year, &day, &month); in print_calendar()
319 (void) doy2date (i, is_leap_year, &day, &month); in print_calendar()
619 (void) doy2date (year_vector[day], in print_calendar()
680 doy2date (year_vector[day + j], in print_calendar()
712 (void) doy2date (year_vector[day + j], in print_calendar()
1110 (void) doy2date (year_vector[day + j], in print_calendar()
1181 doy2date (year_vector in print_calendar()
1225 doy2date (year_vector[day + j], in print_calendar()
H A Drc-use.c796 (void) doy2date (j, is_leap_year, &dd, &mm); in rc_use()
846 (void) doy2date (day, is_leap_year, &dd, &mm); in rc_use()
862 (void) doy2date (j, is_leap_year, &act_day, &act_month); in rc_use()
928 (void) doy2date (day, is_leap_year, &act_day, in rc_use()
982 (void) doy2date (day, is_leap_year, &act_day, in rc_use()
1012 (void) doy2date (day, is_leap_year, &dd, &mm); in rc_use()
1019 (void) doy2date (day, is_leap_year, &dd, &mm); in rc_use()
1044 (void) doy2date (day, is_leap_year, &dd, &mm); in rc_use()
1846 ok = doy2date (i, is_leap_year, &dd, &mm);
1857 (void) doy2date (DAY_LAST + n + i, n, &dd, &mm);
[all …]
H A Dhd-data.c2824 (void) doy2date (doy - 150, (days_of_february (year) == 29), &d,
2827 (void) doy2date (doy - 151, (days_of_february (year) == 29), &d,
2857 (void) doy2date (doy - 49, (days_of_february (year) == 29), &d, &m);
2894 (void) doy2date (doy + 1, (days_of_february (n) == 29), &d, &m);
3236 (void) doy2date (doy, (days_of_february (year) == 29), &d, &m);
3264 (void) doy2date (doy2, (days_of_february (n) == 29), &d, &m);
3266 (void) doy2date (doy, (days_of_february (n) == 29), &d, &m);
3576 (void) doy2date (doy2, (days_of_february (n) == 29), &d,
3634 (void) doy2date (j, (days_of_february (n) == 29), &d, &m);
3648 (void) doy2date (j, (days_of_february (year) == 29), &d2,
[all …]
H A Dutils.h102 doy2date __P_ ((int doy, const int is_leap_year, int *day, int *month));
H A Dtcal.c119 doy2date __P_ ((int doy, const int is_leap_year, int *day, int *month));
433 doy2date (doy, is_leap_year, day, month) in doy2date() function
568 (void) doy2date (i, (days_of_february (*year) == 29), day, month);
H A Drc-check.c1006 (void) doy2date (i + appears + 1,
1025 (void) doy2date (i, (days_of_february (y) == 29), &d,
1650 (void) doy2date (i + appears + 1,
1932 (void) doy2date (j, (days_of_february (yy) == 29),
2107 (void) doy2date (day, is_leap_year, &dd, &mm);
H A Drc-utils.c1573 if (doy2date (diff, (days_of_february (*year) == 29), day, month))
1748 (void) doy2date (i, (days_of_february (y) == 29), &d, &m);
1802 if (doy2date (i, (days_of_february (year) == 29), day, month))
3040 (void) doy2date (j, i, &dd, &mm);
3050 (void) doy2date (day + DAY_MAX - 1, is_leap_year, &dd,
3059 (void) doy2date (j, i, &dd, &mm);
H A Dutils.c1471 (void) doy2date (i, (days_of_february (*year) == 29), day, month);
1477 doy2date (doy, is_leap_year, day, month) in doy2date() function
H A Dhd-use.c750 (void) doy2date (doy, (days_of_february (year) == 29), &day, &month);
2157 (void) doy2date (i, is_leap_year, &day, &month);
H A Dhd-data2.c3689 (void) doy2date (j, (days_of_february (year) == 29), &day, &month);
3694 (void) doy2date (j, (days_of_february (year) == 29), &day, &month);
3701 (void) doy2date (j, (days_of_february (year) == 29), &day, &month);
3709 (void) doy2date (j, (days_of_february (year) == 29), &day, &month);
H A Dhd-data5.c2775 (void) doy2date (easter + 39, (days_of_february (year) == 29), &day,
/dports/astro/py-pymeeus/PyMeeus-0.3.6/pymeeus/
H A DEpoch.py747 def doy2date(year, doy): member in Epoch
1081 return Epoch.doy2date(x, j)
1285 year, month, day = Epoch.doy2date(year, doy)
2090 t = Epoch.doy2date(2017, 365.7)
2094 t = Epoch.doy2date(-4, 60)
/dports/astro/py-pymeeus/PyMeeus-0.3.6/docs/source/
H A Dex-Epoch.rst68 t = Epoch.doy2date(2017, 365.7)
76 t = Epoch.doy2date(-4, 60)