Home
last modified time | relevance | path

Searched refs:g322 (Results 1 – 25 of 27) sorted by relevance

12

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_dsinit.c232 g322 , g410 , g422 , g520 , g521 , g532 , g533 , in gal_dsinit() local
374 g322 = -18.9068 + 109.7927 * (*em) - 214.6334 * emsq + 146.5816 * eoc ; in gal_dsinit()
382 g322 = -342.585 + 1554.908 * (*em) - 2366.899 * emsq + 1215.972 * eoc ; in gal_dsinit()
427 *d3222 = temp * f322 * g322 ; 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
627 g322 = *eccm * 109.7927 - 18.9068 - *emsq * 214.6334 + eoc * in zzdsin_()
640 g322 = *eccm * 1554.908 - 342.585 - *emsq * 2366.899 + eoc * in zzdsin_()
692 *d3222 = temp * f322 * g322; in zzdsin_()
H A Dzznrddp.c46 f442, f522, f523, f542, f543, g200, g201, g211, g300, g310, g322, in zznrddp_0_() local
879 g322 = eq * 1554.908 - 342.585 - eqsq * 2366.899 + eoc * 1215.972; in zznrddp_0_()
895 g322 = eq * 109.7927 - 18.9068 - eqsq * 214.6334 + eoc * 146.5816; in zznrddp_0_()
937 dg[3] = temp * f322 * g322; 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
627 g322 = *eccm * 109.7927 - 18.9068 - *emsq * 214.6334 + eoc * in zzdsin_()
640 g322 = *eccm * 1554.908 - 342.585 - *emsq * 2366.899 + eoc * in zzdsin_()
692 *d3222 = temp * f322 * g322; in zzdsin_()
H A Dzznrddp.c46 f442, f522, f523, f542, f543, g200, g201, g211, g300, g310, g322, in zznrddp_0_() local
879 g322 = eq * 1554.908 - 342.585 - eqsq * 2366.899 + eoc * 1215.972; in zznrddp_0_()
895 g322 = eq * 109.7927 - 18.9068 - eqsq * 214.6334 + eoc * 146.5816; in zznrddp_0_()
937 dg[3] = temp * f322 * g322; in zznrddp_0_()
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp803 double g322; in DeepSpaceInitialise() local
813g322 = EvaluateCubicPolynomial(elements_.Eccentricity(), -18.9068, 109.7927, -214.6334, 146.5816); in DeepSpaceInitialise()
820g322 = EvaluateCubicPolynomial(elements_.Eccentricity(), -342.585, 1554.908, -2366.899, 1215.972); in DeepSpaceInitialise()
869 deepspace_consts_.d3222 = temp * f322 * g322; in DeepSpaceInitialise()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp803 double g322; in DeepSpaceInitialise() local
813g322 = EvaluateCubicPolynomial(elements_.Eccentricity(), -18.9068, 109.7927, -214.6334, 146.5816); in DeepSpaceInitialise()
820g322 = EvaluateCubicPolynomial(elements_.Eccentricity(), -342.585, 1554.908, -2366.899, 1215.972); in DeepSpaceInitialise()
869 deepspace_consts_.d3222 = temp * f322 * g322; 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
498 g322=-18.9068+109.7927*eq-214.6334*deep_arg->eosq+146.5816*eoc; in sdp4_deep_initialize()
508 g322=-342.585+1554.908*eq-2366.899*deep_arg->eosq+1215.972*eoc; in sdp4_deep_initialize()
553 m->d3222=temp*f322*g322; in sdp4_deep_initialize()
/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
594 g322 = -18.9068 + 109.7927 * em - 214.6334 * emsq + 146.5816 * eoc; in init()
603 g322 = -342.585 + 1554.908 * em - 2366.899 * emsq + 1215.972 * eoc; in init()
647 d3222 = temp * f322 * g322; 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
687 g322 = -18.9068+109.7927*eq-214.6334* in Deep()
702 g322 = -342.585+1554.908*eq-2366.899* in Deep()
764 d3222 = temp*f322*g322; in Deep()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp711 g322 , g410 , g422 , g520 , g521 , g532 , g533 , in dsinit() local
808 g322 = -18.9068 + 109.7927 * em - 214.6334 * emsq + 146.5816 * eoc; in dsinit()
817 g322 = -342.585 + 1554.908 * em - 2366.899 * emsq + 1215.972 * eoc; in dsinit()
862 d3222 = temp * f322 * g322; 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
717 g322 = -18.9068+109.7927*eq-214.6334* in Deep()
731 g322 = -342.585+1554.908*eq-2366.899* in Deep()
791 sat->dps.d3222 = temp*f322*g322; in Deep()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp682 g322 , g410 , g422 , g520 , g521 , g532 , g533 , in dsinit() local
779 g322 = -18.9068 + 109.7927 * em - 214.6334 * emsq + 146.5816 * eoc; in dsinit()
788 g322 = -342.585 + 1554.908 * em - 2366.899 * emsq + 1215.972 * eoc; in dsinit()
834 d3222 = temp * f322 * g322; in dsinit()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py758 g322 = -18.9068 + 109.7927 * em - 214.6334 * emsq + 146.5816 * eoc;
767 g322 = -342.585 + 1554.908 * em - 2366.899 * emsq + 1215.972 * eoc;
811 d3222 = temp * f322 * g322;
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp730 g322, g410, g422, g520, g521, g532, g533, in dsinit() local
827 g322 = -18.9068 + 109.7927 * em - 214.6334 * emsq + 146.5816 * eoc; in dsinit()
836 g322 = -342.585 + 1554.908 * em - 2366.899 * emsq + 1215.972 * eoc; in dsinit()
881 d3222 = temp * f322 * g322; in dsinit()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm4523 my ($g211, $g310, $g322, $g410, $g422, $g520);
4528 $g322 = - 18.9068 + 109.7927 * $eq - 214.6334 * $eqsq +
4541 $g322 = - 342.585 + 1554.908 * $eq - 2366.899 * $eqsq +
4592 $d3222 = $temp * $f322 * $g322;
5710 $g211, $g300, $g310, $g322, $g410, $g422, $g520, $g521, $g532,
5815 $g322= -18.9068+ 109.7927*$init->{eccm}-
5828 $g322= -342.585 + 1554.908*$init->{eccm}-
5895 $parm->{d3222}= $temp*$f322*$g322;
/dports/devel/py-cle/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1162 g322
/dports/security/py-ailment/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1162 g322
/dports/security/py-pyvex/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1162 g322
/dports/security/py-angr/binaries-9.0.5405/tests/x86_64/
H A Dcfg_0.cfg1162 g322
/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-sparql11/syntax-update-2/
H A Dlarge-request-01.ru124 <e> <f> <g320> . <e> <f> <g321> . <e> <f> <g322> . <e> <f> <g323> . <e> <f> <g324> .
/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
1214 g322=-18.9068+109.7927*eq-214.6334*deep_arg->eosq+146.5816*eoc; in Deep()
1224 g322=-342.585+1554.908*eq-2366.899*deep_arg->eosq+1215.972*eoc; in Deep()
1269 d3222=temp*f322*g322; in Deep()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/gtfwriter_test_cases/
H A Drw-836-1.entry.gtf1306 …_gp322"; transcript_id ""; db_xref "GeneID:11294937"; gbkey "Gene"; gene "g322"; gene_biotype "pro…
1307 …ed_transcript_328"; db_xref "UniProtKB/TrEMBL:G4KKR0"; gbkey "CDS"; gene "g322"; locus_tag "phiR1-…
1308 …ed_transcript_328"; db_xref "UniProtKB/TrEMBL:G4KKR0"; gbkey "CDS"; gene "g322"; locus_tag "phiR1-…
1309 …ed_transcript_328"; db_xref "UniProtKB/TrEMBL:G4KKR0"; gbkey "CDS"; gene "g322"; locus_tag "phiR1-…
H A Drw-836-1.entry.asn9941 locus "g322",
42174 title "g322 [Yersinia phage phiR1-37]",
42227 desc "g322"
/dports/security/vanguards-tor/vanguards-0.3.1/tests/
H A Dstate.mock1240 g322

12