Home
last modified time | relevance | path

Searched refs:cosnok (Results 1 – 10 of 10) sorted by relevance

/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsgp4.c122 double cosuk, sinuk, rfdotk, vx, vy, vz, ux, uy, uz, xmy, xmx, cosnok, in sgp4_predict() local
230 cosnok=cos(xnodek); in sgp4_predict()
232 xmy=cosnok*cosik; in sgp4_predict()
233 ux=xmx*sinuk+cosnok*cosuk; in sgp4_predict()
236 vx=xmx*cosuk-cosnok*sinuk; in sgp4_predict()
H A Dsdp4.c123 cosnok, cosu, cosuk, ecose, elsq, epw, esine, pl, in sdp4_predict() local
235 cosnok=cos(xnodek); in sdp4_predict()
237 xmy=cosnok*cosik; in sdp4_predict()
238 ux=xmx*sinuk+cosnok*cosuk; in sdp4_predict()
241 vx=xmx*cosuk-cosnok*sinuk; in sdp4_predict()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c31 cosnok,sinnok,cosik,sinik,rdotk,xinck,xnodek,uk, in SGP4() local
235 cosnok = cos(xnodek); in SGP4()
237 xmy = cosnok*cosik; in SGP4()
238 ux = xmx*sinuk+cosnok*cosuk; in SGP4()
241 vx = xmx*cosuk-cosnok*sinuk; in SGP4()
274 cosnok,cosu,cosuk,ecose,elsq,epw,esine,pl,theta4, in SDP4() local
461 cosnok = cos(xnodek); in SDP4()
463 xmy = cosnok*cosik; in SDP4()
464 ux = xmx*sinuk+cosnok*cosuk; in SDP4()
467 vx = xmx*cosuk-cosnok*sinuk; in SDP4()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c28 cosnok,sinnok,cosik,sinik,rdotk,xinck,xnodek,uk, in SGP4() local
248 cosnok = cos (xnodek); in SGP4()
250 xmy = cosnok * cosik; in SGP4()
251 ux = xmx * sinuk + cosnok * cosuk; in SGP4()
254 vx = xmx * cosuk - cosnok * sinuk; in SGP4()
294 cosnok,cosu,cosuk,ecose,elsq,epw,esine,pl,theta4, in SDP4() local
493 cosnok = cos (xnodek); in SDP4()
495 xmy = cosnok * cosik; in SDP4()
496 ux = xmx * sinuk + cosnok * cosuk; in SDP4()
499 vx = xmx * cosuk - cosnok * sinuk; in SDP4()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dev2lin.c67 was [10][6] */, tsince, ae2, ae3, ae4, epsiln, xnodeo, cosnok, in ev2lin_() local
1273 cosnok = cos(xnodek); in ev2lin_()
1275 xmy = cosnok * cosik; in ev2lin_()
1276 ux = xmx * sinuk + cosnok * cosuk; in ev2lin_()
1279 vx = xmx * cosuk - cosnok * sinuk; in ev2lin_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dev2lin.c67 was [10][6] */, tsince, ae2, ae3, ae4, epsiln, xnodeo, cosnok, in ev2lin_() local
1273 cosnok = cos(xnodek); in ev2lin_()
1275 xmy = cosnok * cosik; in ev2lin_()
1276 ux = xmx * sinuk + cosnok * cosuk; in ev2lin_()
1279 vx = xmx * cosuk - cosnok * sinuk; in ev2lin_()
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp516 const double cosnok = cos(xnodek); in CalculateFinalPositionVelocity() local
518 const double xmy = cosnok * cosik; in CalculateFinalPositionVelocity()
519 const double ux = xmx * sinuk + cosnok * cosuk; in CalculateFinalPositionVelocity()
522 const double vx = xmx * cosuk - cosnok * sinuk; in CalculateFinalPositionVelocity()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp516 const double cosnok = cos(xnodek); in CalculateFinalPositionVelocity() local
518 const double xmy = cosnok * cosik; in CalculateFinalPositionVelocity()
519 const double ux = xmx * sinuk + cosnok * cosuk; in CalculateFinalPositionVelocity()
522 const double vx = xmx * cosuk - cosnok * sinuk; in CalculateFinalPositionVelocity()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2929 my $cosnok = cos ($xnodek);
2933 my $xmy = $cosnok * $cosik;
2934 my $ux = $xmx * $sinuk + $cosnok * $cosuk;
2937 my $vx = $xmx * $cosuk - $cosnok * $sinuk;
3282 my $cosnok = cos ($xnodek);
3284 my $xmy = $cosnok * $cosik;
3285 my $ux = $xmx * $sinuk + $cosnok * $cosuk;
3288 my $vx = $xmx * $cosuk - $cosnok * $sinuk;
3567 my $cosnok = cos ($xnodek);
3569 my $xmy = $cosnok * $cosik;
[all …]
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c770 double cosuk, sinuk, rfdotk, vx, vy, vz, ux, uy, uz, xmy, xmx, cosnok, in SGP4() local
982 cosnok=cos(xnodek); in SGP4()
984 xmy=cosnok*cosik; in SGP4()
985 ux=xmx*sinuk+cosnok*cosuk; in SGP4()
988 vx=xmx*cosuk-cosnok*sinuk; in SGP4()
1528 cosnok, cosu, cosuk, ecose, elsq, epw, esine, pl, theta4, rdot, in SDP4() local
1712 cosnok=cos(xnodek); in SDP4()
1714 xmy=cosnok*cosik; in SDP4()
1715 ux=xmx*sinuk+cosnok*cosuk; in SDP4()
1718 vx=xmx*cosuk-cosnok*sinuk; in SDP4()