Home
last modified time | relevance | path

Searched refs:cosim (Results 1 – 25 of 50) sorted by relevance

12

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_dsinit.c153 double cosim, in gal_dsinit() argument
297 sgs = sghs - cosim * shs ; in gal_dsinit()
321 *domdt -= cosim / sinim * shll ; in gal_dsinit()
363 cosisq = cosim * cosim ; in gal_dsinit()
404 f220 = 0.75 * ( 1.0 + 2.0 * cosim + cosisq ) ; in gal_dsinit()
414 f542 = 29.53125 * sinim * ( 2.0 - 8.0 * cosim + cosisq * in gal_dsinit()
415 ( -12.0 + 8.0 * cosim + 10.0 * cosisq ) ) ; in gal_dsinit()
417 ( 12.0 + 8.0 * cosim - 10.0 * cosisq ) ) ; in gal_dsinit()
453 f220 = 0.75 * ( 1.0 + cosim ) * ( 1.0 + cosim ) ; in gal_dsinit()
454 f311 = 0.9375 * sinim * sinim * ( 1.0 + 3.0 * cosim ) - 0.75 * ( 1.0 + cosim ) ; in gal_dsinit()
[all …]
H A Dgal_dscom.c157 double *cosim, in gal_dscom() argument
276 *cosim = cos ( inclp ) ; in gal_dscom()
326 a2 = *cosim * a7 + *sinim * a8 ; in gal_dscom()
327 a4 = *cosim * a9 + *sinim * a10 ; in gal_dscom()
328 a5 = -*sinim * a7 + *cosim * a8 ; in gal_dscom()
329 a6 = -*sinim * a9 + *cosim * a10 ; in gal_dscom()
H A Dgal_sgp4.c110 double am , axnl , aynl , betal , cosim , cnod , in gal_sgp4() local
252 cosim = cos ( inclm ) ; in gal_sgp4()
264 cosip = cosim ; in gal_sgp4()
H A Dgal_dsinit.h165 double cosim,
H A Dgal_dscom.h168 double *cosim,
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsin.c9 /* Subroutine */ int zzdsin_(doublereal *geophs, doublereal *cosim, in zzdsin_() argument
560 sgs = sghs - *cosim * shs; in zzdsin_()
578 *domdt -= *cosim / *sinim * shl; in zzdsin_()
616 cosisq = *cosim * *cosim; in zzdsin_()
669 f220 = (*cosim * 2. + 1. + cosisq) * .75; in zzdsin_()
676 5.) + (*cosim * 4. - 2. + cosisq * 6.) * .33333333); in zzdsin_()
679 f542 = *sinim * 29.53125 * (2. - *cosim * 8. + cosisq * (*cosim * in zzdsin_()
681 f543 = *sinim * 29.53125 * (-2. - *cosim * 8. + cosisq * (*cosim * in zzdsin_()
718 f220 = (*cosim + 1.) * .75 * (*cosim + 1.); in zzdsin_()
719 f311 = *sinim * .9375 * *sinim * (*cosim * 3. + 1.) - (*cosim + in zzdsin_()
[all …]
H A Dzzdscm.c12 sinim, doublereal *cosim, doublereal *sinomm, doublereal *cosomm, in zzdscm_() argument
387 *cosim = cos(*inclp); in zzdscm_()
440 a2 = *cosim * a7 + *sinim * a8; in zzdscm_()
441 a4 = *cosim * a9 + *sinim * a10; in zzdscm_()
442 a5 = -(*sinim) * a7 + *cosim * a8; in zzdscm_()
443 a6 = -(*sinim) * a9 + *cosim * a10; in zzdscm_()
H A Dzzsgp4.c67 doublereal cosim; in zzsgp4_0_() local
1252 cnodm, &sinim, &cosim, &sinomm, &cosomm, &day, &e3, &ee2, in zzsgp4_0_()
1275 zzdsin_(geophs, &cosim, &emsq, &argpo, &s1, &s2, &s3, &s4, &s5, & in zzsgp4_0_()
1607 cosim = cos(inclm); in zzsgp4_0_()
1617 cosip = cosim; in zzsgp4_0_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsin.c9 /* Subroutine */ int zzdsin_(doublereal *geophs, doublereal *cosim, in zzdsin_() argument
560 sgs = sghs - *cosim * shs; in zzdsin_()
578 *domdt -= *cosim / *sinim * shl; in zzdsin_()
616 cosisq = *cosim * *cosim; in zzdsin_()
669 f220 = (*cosim * 2. + 1. + cosisq) * .75; in zzdsin_()
676 5.) + (*cosim * 4. - 2. + cosisq * 6.) * .33333333); in zzdsin_()
679 f542 = *sinim * 29.53125 * (2. - *cosim * 8. + cosisq * (*cosim * in zzdsin_()
681 f543 = *sinim * 29.53125 * (-2. - *cosim * 8. + cosisq * (*cosim * in zzdsin_()
718 f220 = (*cosim + 1.) * .75 * (*cosim + 1.); in zzdsin_()
719 f311 = *sinim * .9375 * *sinim * (*cosim * 3. + 1.) - (*cosim + in zzdsin_()
[all …]
H A Dzzdscm.c12 sinim, doublereal *cosim, doublereal *sinomm, doublereal *cosomm, in zzdscm_() argument
387 *cosim = cos(*inclp); in zzdscm_()
440 a2 = *cosim * a7 + *sinim * a8; in zzdscm_()
441 a4 = *cosim * a9 + *sinim * a10; in zzdscm_()
442 a5 = -(*sinim) * a7 + *cosim * a8; in zzdscm_()
443 a6 = -(*sinim) * a9 + *cosim * a10; in zzdscm_()
H A Dzzsgp4.c67 doublereal cosim; in zzsgp4_0_() local
1252 cnodm, &sinim, &cosim, &sinomm, &cosomm, &day, &e3, &ee2, in zzsgp4_0_()
1275 zzdsin_(geophs, &cosim, &emsq, &argpo, &s1, &s2, &s3, &s4, &s5, & in zzsgp4_0_()
1607 cosim = cos(inclm); in zzsgp4_0_()
1617 cosip = cosim; in zzsgp4_0_()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp342 cosim = cos(m_inclination); in init()
550 sgs = sghs - cosim * shs; in init()
581 cosisq = cosim * cosim; in init()
633 … (sini2 * (1.0 - 2.0 * cosim - 5.0 * cosisq) + 0.33333333 * (-2.0 + 4.0 * cosim + 6.0 * cosisq)); in init()
636 … f542 = 29.53125 * sinim * (2.0 - 8.0 * cosim + cosisq * (-12.0 + 8.0 * cosim + 10.0 * cosisq)); in init()
637 … f543 = 29.53125 * sinim * (-2.0 - 8.0 * cosim + cosisq * (12.0 + 8.0 * cosim - 10.0 * cosisq)); in init()
671 f220 = 0.75 * (1.0 + cosim) * (1.0 + cosim); in init()
672 f311 = 0.9375 * sinim * sinim * (1.0 + 3.0 * cosim) - 0.75 * (1.0 + cosim); in init()
673 f330 = 1.0 + cosim; in init()
910 cosim = cos(inclm); in sgp4()
[all …]
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py396 cosim = cos(inclp);
441 a2 = cosim * a7 + sinim * a8;
442 a4 = cosim * a9 + sinim * a10;
443 a5 = -sinim * a7 + cosim * a8;
700 sgs = sghs - cosim * shs;
746 cosisq = cosim * cosim;
834 f220 = 0.75 * (1.0 + cosim) * (1.0 + cosim);
835 f311 = 0.9375 * sinim * sinim * (1.0 + 3.0 * cosim) - 0.75 * (1.0 + cosim);
836 f330 = 1.0 + cosim;
1807 cosim = cos(inclm);
[all …]
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp454 cosim = cos(inclp); in dscom()
499 a2 = cosim * a7 + sinim * a8; in dscom()
500 a4 = cosim * a9 + sinim * a10; in dscom()
501 a5 = -sinim * a7 + cosim * a8; in dscom()
752 sgs = sghs - cosim * shs; in dsinit()
796 cosisq = cosim * cosim; in dsinit()
886 f220 = 0.75 * (1.0 + cosim) * (1.0 + cosim); in dsinit()
887 f311 = 0.9375 * sinim * sinim * (1.0 + 3.0 * cosim) - 0.75 * (1.0 + cosim); in dsinit()
888 f330 = 1.0 + cosim; in dsinit()
1819 cosim = cos(inclm); in sgp4()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp432 cosim = std::cos(inclp); in dscom()
477 a2 = cosim * a7 + sinim * a8; in dscom()
478 a4 = cosim * a9 + sinim * a10; in dscom()
479 a5 = -sinim * a7 + cosim * a8; in dscom()
723 sgs = sghs - cosim * shs; in dsinit()
767 cosisq = cosim * cosim; in dsinit()
858 f220 = 0.75 * (1.0 + cosim) * (1.0 + cosim); in dsinit()
859 f311 = 0.9375 * sinim * sinim * (1.0 + 3.0 * cosim) - 0.75 * (1.0 + cosim); in dsinit()
860 f330 = 1.0 + cosim; in dsinit()
1774 cosim = std::cos(inclm); in sgp4()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/sci_gateway/cpp/
H A Dsci_end_scicosim.cpp35 extern COSIM_struct C2F(cosim);
55 const int isrun = C2F(cosim).isrun; in sci_end_scicosim()
H A Dsci_phase_simulation.cpp41 extern COSIM_struct C2F(cosim);
61 int isrun = C2F(cosim).isrun; in sci_phase_simulation()
H A Dsci_pointer_xproperty.cpp37 extern COSIM_struct C2F(cosim);
62 const int isrun = C2F(cosim).isrun; in sci_pointer_xproperty()
H A Dsci_set_blockerror.cpp42 extern COSIM_struct C2F(cosim);
62 int isrun = C2F(cosim).isrun; in sci_set_blockerror()
H A Dsci_coserror.cpp41 extern COSIM_struct C2F(cosim);
71 const int isrun = C2F(cosim).isrun; in sci_coserror()
H A Dsci_set_xproperty.cpp36 extern COSIM_struct C2F(cosim);
56 int isrun = C2F(cosim).isrun; in sci_set_xproperty()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp470 cosim = cos(inclp); in dscom()
515 a2 = cosim * a7 + sinim * a8; in dscom()
516 a4 = cosim * a9 + sinim * a10; in dscom()
517 a5 = -sinim * a7 + cosim * a8; in dscom()
771 sgs = sghs - cosim * shs; in dsinit()
815 cosisq = cosim * cosim; in dsinit()
905 f220 = 0.75 * (1.0 + cosim) * (1.0 + cosim); in dsinit()
906 f311 = 0.9375 * sinim * sinim * (1.0 + 3.0 * cosim) - 0.75 * (1.0 + cosim); in dsinit()
907 f330 = 1.0 + cosim; in dsinit()
1881 cosim = cos(inclm); in sgp4()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/doc/
H A Dindex.rst41 * The logo was updated (org, ghdl/ghdl, ghdl/docker and ghdl/ghdl-cosim).
57 …* Repository `ghdl/ghdl-cosim <https://github.com/ghdl/ghdl-cosim>`__ was created. It contains doc…
58 … :ref:`COSIM` and `Previous work and future ideas <https://github.com/ghdl/ghdl-cosim/issues/1>`__.
/dports/cad/ghdl/ghdl-1.0.0/doc/quick_start/
H A Dindex.rst16 Co-Simulation <https://ghdl.github.io/ghdl-cosim>
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm5466 $init->{cosim}= cos($parm->{inclination});
5759 $sgs= $sghs- $init->{cosim}*$shs;
5803 $cosisq= $init->{cosim}*$init->{cosim};
5868 (1-2*$init->{cosim}-3*$cosisq);
5880 (2-8*$init->{cosim}+$cosisq*
5884 (-2-8*$init->{cosim}+$cosisq*
5923 $f220= 0.75 * (1+$init->{cosim}) * (1+$init->{cosim});
5925 (1+3*$init->{cosim}) - 0.75*(1+$init->{cosim});
5926 $f330= 1+$init->{cosim};
6811 $cosim= cos($inclm);
[all …]

12