Home
last modified time | relevance | path

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

/dports/astro/swe/swisseph-2.10.1/
H A Dswephexp.h131 #define SE_FICT_OFFSET 40 macro
H A Dsweph.c1132 } else if (ipl >= SE_FICT_OFFSET && ipl <= SE_FICT_MAX) { in swecalc()
1156 if (swi_osc_el_plan(tjd, pdp->x, ipl-SE_FICT_OFFSET, ipli, pedp->x, psdp->x, serr) != OK) in swecalc()
3545 if (swi_osc_el_plan(t, xx, ipl-SE_FICT_OFFSET, ipli, xearth, xsun, serr) != OK) in app_pos_etc_plan_osc()
6213 if (ipl >= SE_FICT_OFFSET && ipl <= SE_FICT_MAX) in plaus_iflag()
7141 if (ipl >= SE_FICT_OFFSET && ipl <= SE_FICT_MAX) { in swe_get_planet_name()
7142 swi_get_fict_name(ipl - SE_FICT_OFFSET, s); in swe_get_planet_name()
H A Dswevents.c480 iplfrom = atol(spno + 1) + SE_FICT_OFFSET; in main()