Searched refs:solsticedays (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.h195 void equinoxsolstice(int year, double UTCoffset, int *equinoxdays, int *solsticedays);
196 void fequinoxsolstice(int year, double UTCoffset, double *equinoxdays, double *solsticedays);
H A Dsunpos.c200 equinoxsolstice(int year, double UTCoffset, int *equinoxdays, int *solsticedays) argument
207 solsticedays[0] = round(fs[0]);
208 solsticedays[1] = round(fs[1]);
212 fequinoxsolstice(int year, double UTCoffset, double *equinoxdays, double *solsticedays) argument
321 solsticedays[0] = 1 + cumdays[6] + d +
351 solsticedays[1] = 1 + cumdays[12] + d +
H A Dparsedata.c373 double equinoxdays[2], solsticedays[2]; member in struct:yearinfo
507 yearinfo->equinoxdays, yearinfo->solsticedays);
779 yearinfo->solsticedays[0] + offset, &rm, &rd)) {
780 ed = floattotime(yearinfo->solsticedays[0]);
792 yearinfo->solsticedays[1] + offset, &rm, &rd)) {
793 ed = floattotime(yearinfo->solsticedays[1]);
1096 double equinoxdays[2], solsticedays[2]; local
1100 solsticedays);
1108 solsticedays[0],
1109 floattoday(year, solsticedays[
[all...]

Completed in 164 milliseconds