Home
last modified time | relevance | path

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

/dports/astro/swe/swisseph-2.10.1/
H A Dswetest.c688 #define BIT_LZEROES 8 macro
2677 if (iflg & BIT_LZEROES) { in dms()
2794 sprintf(sout + strlen(sout), "%s", hms(t0, BIT_LZEROES)); in print_rise_set_line()
3196 strcpy(stim, hms(jut,BIT_LZEROES)); in call_lunar_eclipse()
3305 strcpy(s1, hms(fmod(tret[1] + 0.5, 1) * 24, BIT_LZEROES)), in call_solar_eclipse()
3306 strcpy(s3, hms(fmod(tret[2] + 0.5, 1) * 24, BIT_LZEROES)), in call_solar_eclipse()
3307 strcpy(s4, hms(fmod(tret[3] + 0.5, 1) * 24, BIT_LZEROES)), in call_solar_eclipse()
3308 strcpy(s2, hms(fmod(tret[4] + 0.5, 1) * 24, BIT_LZEROES))); in call_solar_eclipse()
3422 strcpy(stim, hms(jut,BIT_LZEROES)); in call_solar_eclipse()
3547 strcpy(s4, hms(fmod(tret[3] + 0.5, 1) * 24, BIT_LZEROES)), in call_lunar_occultation()
[all …]
H A Dsweclips.c160 #define BIT_LZEROES 8 macro
760 if (iflg & BIT_LZEROES) { in dms()
H A Dswevents.c217 #define BIT_LZEROES 8 macro
1667 if (iflag & BIT_LZEROES) { in dms()
1985 …sprintf(s, "%d/%02d/%02d %s: %s - %s ang=%d", jyear, jmon, jday, hms(jut, BIT_LZEROES), spl1, spl2… in fill_pev_day()
2010 …sprintf(s, "%d/%02d/%02d %s: %s - %s ang=%.0f", jyear, jmon, jday, hms(jut, BIT_LZEROES), spl1, sp… in test_print_date()
2146 … %s ang=%.0f, orb=%.4f, %.5f, %.5f, %.5f", jyear, jmon, jday, hms(jut, BIT_LZEROES), spl1, spl2, d… in read_sweasp_dat()