Home
last modified time | relevance | path

Searched refs:xnoh (Results 1 – 13 of 13) sorted by relevance

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_dpper.c150 xnoh, zf, zm ; in gal_dpper() local
259 xnoh = *nodep ; in gal_dpper()
270 if ( fabs ( xnoh - *nodep ) > GAL_PI ) { in gal_dpper()
271 if ( *nodep < xnoh ) { in gal_dpper()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdspr.c29 doublereal dalf, dbet, pinc, sghl, sghs, xnoh, alfdp; in zzdspr_() local
518 xnoh = *nodep; in zzdspr_()
527 if ((d__1 = xnoh - *nodep, abs(d__1)) > pi_()) { in zzdspr_()
528 if (*nodep < xnoh) { in zzdspr_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdspr.c29 doublereal dalf, dbet, pinc, sghl, sghs, xnoh, alfdp; in zzdspr_() local
518 xnoh = *nodep; in zzdspr_()
527 if ((d__1 = xnoh - *nodep, abs(d__1)) > pi_()) { in zzdspr_()
528 if (*nodep < xnoh) { in zzdspr_()
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsdp4.c621 f3, xnoh, pgh, ph, sel, ses, xls, sinzf, sis, sll, sls, temp, in sdp4_deep() local
801 xnoh=deep_dyn->xnode; in sdp4_deep()
807 if (fabs(xnoh-deep_dyn->xnode)>PI) in sdp4_deep()
809 if (deep_dyn->xnode<xnoh) in sdp4_deep()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp923 shs, sil, sinip, sinop, sinzf, sis, sll, sls, xls, xnoh, zf, zm; in sgp4() local
995 xnoh = nodep; in sgp4()
999 if (fabs(xnoh - nodep) > M_PI) in sgp4()
1001 if (nodep < xnoh) in sgp4()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c503 dbet,dls,eoc,eq,f2,f220,f221,f3,f311,f321,xnoh, in Deep() local
1002 xnoh = deep_arg->xnode; in Deep()
1007 if(fabs(xnoh-deep_arg->xnode) > pi) in Deep()
1009 if(deep_arg->xnode < xnoh) in Deep()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp224 xnoh, zf, zm, zel, zes, znl, zns; in dpper() local
313 xnoh = nodep; in dpper()
320 if (fabs(xnoh - nodep) > M_PI) { in dpper()
321 if (nodep < xnoh) { in dpper()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c535 dbet,dls,eoc,eq,f2,f220,f221,f3,f311,f321,xnoh, in Deep() local
1014 xnoh = sat->deep_arg.xnode; in Deep()
1019 if(fabs(xnoh-sat->deep_arg.xnode) > pi) { in Deep()
1020 if(sat->deep_arg.xnode < xnoh) in Deep()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp206 xnoh, zf, zm, zel, zes, znl, zns; in dpper() local
298 xnoh = nodep; in dpper()
304 if (std::fabs(xnoh - nodep) > M_PI) in dpper()
306 if (nodep < xnoh) in dpper()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py279 xnoh = nodep;
285 if fabs(xnoh - nodep) > pi:
286 if nodep < xnoh:
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp245 xnoh, zf, zm, zel, zes, znl, zns; in dpper() local
333 xnoh = nodep; in dpper()
339 if (fabs(xnoh - nodep) > pi) in dpper()
340 if (nodep < xnoh) in dpper()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm5258 $xnoh, $zf, $zm);
5345 $xnoh= $$nodep;
5347 if (abs($xnoh-$$nodep) > &SGP_PI) {
5348 if ($$nodep < $xnoh) {
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c1025 f220, f221, f3, f311, f321, xnoh, f330, f441, f442, f522, f523, in Deep() local
1492 xnoh=deep_arg->xnode; in Deep()
1498 if (fabs(xnoh-deep_arg->xnode)>pi) in Deep()
1500 if (deep_arg->xnode<xnoh) in Deep()