Home
last modified time | relevance | path

Searched refs:FSECSPERDAY (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/calendar/
H A Dcalendar.h40 #define FSECSPERDAY (24.0 * 60.0 * 60.0) macro
H A Dsunpos.c260 equinoxdays[0] = 1 + cumdays[3] + d + (dial / FSECSPERDAY); in fequinoxsolstice()
299 equinoxdays[1] = 1 + cumdays[9] + d + (dial / FSECSPERDAY); in fequinoxsolstice()
H A Dpom.c172 double period = FSECSPERDAY / 2.0; in potm_minute()