Home
last modified time | relevance | path

Searched refs:newjd (Results 1 – 6 of 6) sorted by relevance

/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DSkycal.cc788 double newjd, lastnewjd, nextjd; in find_next_moon_phase() local
803 flmoon(++nlast,0,&newjd); in find_next_moon_phase()
804 while (newjd <= jd) { in find_next_moon_phase()
805 lastnewjd = newjd; in find_next_moon_phase()
806 flmoon(++nlast,0,&newjd); in find_next_moon_phase()
825 nextjd = newjd; in find_next_moon_phase()
956 flmoon(++nlast,0,&newjd); in findNewMoons()
957 while (newjd <= jd) { in findNewMoons()
958 lastnewjd = newjd; in findNewMoons()
959 flmoon(++nlast,0,&newjd); in findNewMoons()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/calendar/
H A Dcalendar_hijri.cxx179 double newjd; in getHijri() local
192 newjd = NewMoon(newsyn); in getHijri()
196 } while (newjd > prevday); in getHijri()
203 *day = static_cast<sal_Int32>(julday - newjd + 0.5); in getHijri()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/calendar/
H A Dcalendar_hijri.cxx181 double newjd; in getHijri() local
194 newjd = NewMoon(newsyn); in getHijri()
198 } while (newjd > prevday); in getHijri()
205 *day = static_cast<sal_Int32>(julday - newjd + 0.5); in getHijri()
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestDates.cpp235 static bool oldGetJDFromDate(double* newjd, int y, int m, int d, int h, int min, int s) in oldGetJDFromDate() argument
244 *newjd = qdjd; in oldGetJDFromDate()
250 *newjd = jd; in oldGetJDFromDate()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelUtils.cpp848 bool getJDFromDate(double* newjd, const int y, const int m, const int d, const int h, const int min… in getDecAngle() argument
859 *newjd = qdjd; in getDecAngle()
906 *newjd = jd; in getDecAngle()
H A DStelUtils.hpp486 …bool getJDFromDate(double* newjd, const int y, const int m, const int d, const int h, const int mi…