Home
last modified time | relevance | path

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

/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dmjd.c15 static double last_mjd, last_dy; in cal_mjd() local
21 *mjp = last_mjd; in cal_mjd()
52 last_mjd = *mjp; in cal_mjd()
H A Dmisc.c173 static double last_mjd = -23243, last_lng = 121212, last_lst; in now_lst() local
176 if (last_mjd == mjd && last_lng == lng) { in now_lst()
190 last_mjd = mjd; in now_lst()
/dports/devel/simgear/simgear-2020.3.11/simgear/timing/
H A Dsg_time.cxx261 static double last_mjd, last_dy; in sgTimeCalcMJD() local
268 mjd = last_mjd; in sgTimeCalcMJD()
299 last_mjd = mjd; in sgTimeCalcMJD()