Home
last modified time | relevance | path

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

/dports/astro/swe/swisseph-2.10.1/
H A Dsweph.h173 #define SEI_FILE_PLANET 0 macro
H A Dsweph.c794 retc = sweplan(tjd, SEI_EARTH, SEI_FILE_PLANET, iflag, DO_SAVE, NULL, NULL, NULL, NULL, serr); in swecalc()
1666 retc = sweplan(tjd, ipli, SEI_FILE_PLANET, iflag, DO_SAVE, NULL, NULL, NULL, NULL, serr); in main_planet()
1760 retc = sweplan(tjd, ipli, SEI_FILE_PLANET, iflag, do_save, xp, xe, xs, xm, serr); in main_planet_bary()
1924 retc = sweph(tjd, SEI_SUNBARY, SEI_FILE_PLANET, iflag, NULL, do_save, xps, serr);/**/ in sweplan()
1966 retc = sweph(tjd, SEI_EMB, SEI_FILE_PLANET, iflag, NULL, do_save, xpe, serr); in sweplan()
2396 if (ifno == SEI_FILE_PLANET || ifno == SEI_FILE_MOON) in sweph()
2479 fdp = &swed.fidat[SEI_FILE_PLANET]; in swi_get_denum()
2539 ifno = SEI_FILE_PLANET; in app_pos_etc_plan()
2703 retc = sweplan(t, SEI_EARTH, SEI_FILE_PLANET, iflag, NO_SAVE, xearth, NULL, xsun, NULL, serr); in app_pos_etc_plan()
4067 … retc = sweplan(t, SEI_EARTH, SEI_FILE_PLANET, iflag, NO_SAVE, xearth, NULL, xsun, NULL, serr); in app_pos_etc_sun()
[all …]
H A Dswejpl.c194 if ((js->jplfptr = swi_fopen(SEI_FILE_PLANET, js->jplfname, js->jplfpath, serr)) == NULL) { in fsizer()