Home
last modified time | relevance | path

Searched refs:g310 (Results 1 – 25 of 31) sorted by relevance

12

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_dsinit.c231 f542 , f543 , g200 , g201 , g211 , g300 , g310 , in gal_dsinit() local
373 g310 = -19.302 + 117.3900 * (*em) - 228.4190 * emsq + 156.5910 * eoc ; in gal_dsinit()
381 g310 = -346.844 + 1582.851 * (*em) - 2415.925 * emsq + 1246.113 * eoc ; in gal_dsinit()
426 *d3210 = temp * f321 * g310 ; in gal_dsinit()
451 g310 = 1.0 + 2.0 * emsq ; in gal_dsinit()
460 *del1 = (*del1) * f311 * g310 * q31 * aonv ; in gal_dsinit()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsin.c45 f522, f523, f542, f543, g201, g211, g300, g310, g322, g410, g422, in zzdsin_() local
625 g310 = *eccm * 117.39 - 19.302 - *emsq * 228.419 + eoc * in zzdsin_()
638 g310 = *eccm * 1582.851 - 346.844 - *emsq * 2415.925 + eoc * in zzdsin_()
691 *d3210 = temp * f321 * g310; in zzdsin_()
716 g310 = *emsq * 2. + 1.; in zzdsin_()
726 *del1 = *del1 * f311 * g310 * q31 * aonv; in zzdsin_()
H A Dzznrddp.c46 f442, f522, f523, f542, f543, g200, g201, g211, g300, g310, g322, in zznrddp_0_() local
846 g310 = eqsq * 2. + 1.; in zznrddp_0_()
862 del[0] = del[0] * f311 * g310 * 2.1460748e-6 * aqnv; in zznrddp_0_()
878 g310 = eq * 1582.851 - 346.844 - eqsq * 2415.925 + eoc * 1246.113; in zznrddp_0_()
894 g310 = eq * 117.39 - 19.302 - eqsq * 228.419 + eoc * 156.591; in zznrddp_0_()
936 dg[2] = temp * f321 * g310; in zznrddp_0_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsin.c45 f522, f523, f542, f543, g201, g211, g300, g310, g322, g410, g422, in zzdsin_() local
625 g310 = *eccm * 117.39 - 19.302 - *emsq * 228.419 + eoc * in zzdsin_()
638 g310 = *eccm * 1582.851 - 346.844 - *emsq * 2415.925 + eoc * in zzdsin_()
691 *d3210 = temp * f321 * g310; in zzdsin_()
716 g310 = *emsq * 2. + 1.; in zzdsin_()
726 *del1 = *del1 * f311 * g310 * q31 * aonv; in zzdsin_()
H A Dzznrddp.c46 f442, f522, f523, f542, f543, g200, g201, g211, g300, g310, g322, in zznrddp_0_() local
846 g310 = eqsq * 2. + 1.; in zznrddp_0_()
862 del[0] = del[0] * f311 * g310 * 2.1460748e-6 * aqnv; in zznrddp_0_()
878 g310 = eq * 1582.851 - 346.844 - eqsq * 2415.925 + eoc * 1246.113; in zznrddp_0_()
894 g310 = eq * 117.39 - 19.302 - eqsq * 228.419 + eoc * 156.591; in zznrddp_0_()
936 dg[2] = temp * f321 * g310; in zznrddp_0_()
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp777 const double g310 = 1.0 + 2.0 * eosq; in DeepSpaceInitialise() local
786 deepspace_consts_.del1 = deepspace_consts_.del1 * f311 * g310 * Q31 * aqnv; in DeepSpaceInitialise()
802 double g310; in DeepSpaceInitialise() local
812g310 = EvaluateCubicPolynomial(elements_.Eccentricity(), -19.302, 117.390, -228.419, 156.591); in DeepSpaceInitialise()
819g310 = EvaluateCubicPolynomial(elements_.Eccentricity(), -346.844, 1582.851, -2415.925, 1246.113); in DeepSpaceInitialise()
868 deepspace_consts_.d3210 = temp * f321 * g310; in DeepSpaceInitialise()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp777 const double g310 = 1.0 + 2.0 * eosq; in DeepSpaceInitialise() local
786 deepspace_consts_.del1 = deepspace_consts_.del1 * f311 * g310 * Q31 * aqnv; in DeepSpaceInitialise()
802 double g310; in DeepSpaceInitialise() local
812g310 = EvaluateCubicPolynomial(elements_.Eccentricity(), -19.302, 117.390, -228.419, 156.591); in DeepSpaceInitialise()
819g310 = EvaluateCubicPolynomial(elements_.Eccentricity(), -346.844, 1582.851, -2415.925, 1246.113); in DeepSpaceInitialise()
868 deepspace_consts_.d3210 = temp * f321 * g310; in DeepSpaceInitialise()
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsdp4.c312 se, g300, g310, g322, g410, g422, g520, g521, g532, in sdp4_deep_initialize() local
497 g310=-19.302+117.390*eq-228.419*deep_arg->eosq+156.591*eoc; in sdp4_deep_initialize()
507 g310=-346.844+1582.851*eq-2415.925*deep_arg->eosq+1246.113*eoc; in sdp4_deep_initialize()
552 m->d3210=temp*f321*g310; in sdp4_deep_initialize()
577 g310=1+2*deep_arg->eosq; in sdp4_deep_initialize()
586 m->del1=m->del1*f311*g310*Q31*aqnv; in sdp4_deep_initialize()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/exalt/
H A DExtendAirG274 DESCRIPTION "The diplexer (label 701-802) configuration/ -<g310><s197>."
/dports/net-mgmt/observium/observium/mibs/exalt/
H A DExtendAirG274 DESCRIPTION "The diplexer (label 701-802) configuration/ -<g310><s197>."
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp518 … f543, g200, g201, g211, g300, g310, g322, g410, g422, g520, g521, g532, g533, sgs, sini2, in init() local
593 g310 = -19.302 + 117.3900 * em - 228.4190 * emsq + 156.5910 * eoc; in init()
602 g310 = -346.844 + 1582.851 * em - 2415.925 * emsq + 1246.113 * eoc; in init()
646 d3210 = temp * f321 * g310; in init()
669 g310 = 1.0 + 2.0 * emsq; in init()
678 del1 = del1 * f311 * g310 * q31 * aonv; in init()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c506 g300,g310,g322,g410,g422,g520,g521,g532,g533,gam, in Deep() local
685 g310 = -19.302+117.390*eq-228.419* in Deep()
700 g310 = -346.844+1582.851*eq-2415.925* in Deep()
763 d3210 = temp*f321*g310; in Deep()
787 g310 = 1+2*deep_arg->eosq; in Deep()
797 del1 = del1*f311*g310*q31*aqnv; in Deep()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp710 f542 , f543 , g200 , g201 , g211 , g300 , g310 , in dsinit() local
807 g310 = -19.302 + 117.3900 * em - 228.4190 * emsq + 156.5910 * eoc; in dsinit()
816 g310 = -346.844 + 1582.851 * em - 2415.925 * emsq + 1246.113 * eoc; in dsinit()
861 d3210 = temp * f321 * g310; in dsinit()
884 g310 = 1.0 + 2.0 * emsq; in dsinit()
893 del1 = del1 * f311 * g310 * q31 * aonv; in dsinit()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c538 g300,g310,g322,g410,g422,g520,g521,g532,g533,gam, in Deep() local
715 g310 = -19.302+117.390*eq-228.419* in Deep()
729 g310 = -346.844+1582.851*eq-2415.925* in Deep()
790 sat->dps.d3210 = temp*f321*g310; in Deep()
813 g310 = 1+2*sat->deep_arg.eosq; in Deep()
823 sat->dps.del1 = sat->dps.del1*f311*g310*q31*aqnv; in Deep()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp681 f542 , f543 , g200 , g201 , g211 , g300 , g310 , in dsinit() local
778 g310 = -19.302 + 117.3900 * em - 228.4190 * emsq + 156.5910 * eoc; in dsinit()
787 g310 = -346.844 + 1582.851 * em - 2415.925 * emsq + 1246.113 * eoc; in dsinit()
833 d3210 = temp * f321 * g310; in dsinit()
856 g310 = 1.0 + 2.0 * emsq; in dsinit()
865 del1 = del1 * f311 * g310 * q31 * aonv; in dsinit()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py757 g310 = -19.302 + 117.3900 * em - 228.4190 * emsq + 156.5910 * eoc;
766 g310 = -346.844 + 1582.851 * em - 2415.925 * emsq + 1246.113 * eoc;
810 d3210 = temp * f321 * g310;
832 g310 = 1.0 + 2.0 * emsq;
841 del1 = del1 * f311 * g310 * q31 * aonv;
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp729 f542, f543, g200, g201, g211, g300, g310, in dsinit() local
826 g310 = -19.302 + 117.3900 * em - 228.4190 * emsq + 156.5910 * eoc; in dsinit()
835 g310 = -346.844 + 1582.851 * em - 2415.925 * emsq + 1246.113 * eoc; in dsinit()
880 d3210 = temp * f321 * g310; in dsinit()
903 g310 = 1.0 + 2.0 * emsq; in dsinit()
912 del1 = del1 * f311 * g310 * q31 * aonv; in dsinit()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm4489 my $g310 = 1.0 + 2.0 * $eqsq;
4499 $del1 = $del1 * $f311 * $g310 * DS_Q31 * $aqnv;
4523 my ($g211, $g310, $g322, $g410, $g422, $g520);
4526 $g310 = - 19.302 + 117.390 * $eq - 228.419 * $eqsq + 156.591
4539 $g310 = - 346.844 + 1582.851 * $eq - 2415.925 * $eqsq +
4591 $d3210 = $temp * $f321 * $g310;
5813 $g310= -19.302 + 117.39*$init->{eccm}-
5826 $g310= -346.844 + 1582.851*$init->{eccm}-
5894 $parm->{d3210}= $temp*$f321*$g310;
5921 $g310= 1 + 2*$init->{emsq};
[all …]
/dports/devel/py-cle/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1138 g310
/dports/security/py-ailment/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1138 g310
/dports/security/py-pyvex/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1138 g310
/dports/security/py-angr/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1138 g310
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c1027 se, sel, ses, xls, g300, g310, g322, g410, g422, g520, g521, g532, in Deep() local
1213 g310=-19.302+117.390*eq-228.419*deep_arg->eosq+156.591*eoc; in Deep()
1223 g310=-346.844+1582.851*eq-2415.925*deep_arg->eosq+1246.113*eoc; in Deep()
1268 d3210=temp*f321*g310; in Deep()
1293 g310=1+2*deep_arg->eosq; in Deep()
1302 del1=del1*f311*g310*q31*aqnv; in Deep()
/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-sparql11/syntax-update-2/
H A Dlarge-request-01.ru122 <e> <f> <g310> . <e> <f> <g311> . <e> <f> <g312> . <e> <f> <g313> . <e> <f> <g314> .
/dports/science/py-pymol/pymol-open-source-2.4.0/data/demo/
H A Dpept.pkl4012 g310
4096 g310
4180 g310

12