Home
last modified time | relevance | path

Searched refs:x1m5th (Results 1 – 12 of 12) sorted by relevance

/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsgp4.c20 double x1m5th, xhdot1, in sgp4_init() local
94 x1m5th=1-5*theta2; in sgp4_init()
95 m->omgdot=-0.5*temp1*x1m5th+0.0625*temp2*(7-114*theta2+395*theta4)+temp3*(3-36*theta2+49*theta4); in sgp4_init()
H A Dsdp4.c50 …double temp1, temp2, temp3, theta4, a1, a3ovk2, ao, c2, coef, coef1, x1m5th, xhdot1, del1, delo, e… in sdp4_init() local
104 x1m5th=1-5*m->deep_arg.theta2; in sdp4_init()
105 …m->deep_arg.omgdot=-0.5*temp1*x1m5th+0.0625*temp2*(7-114*m->deep_arg.theta2+395*theta4)+temp3*(3-3… in sdp4_init()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c49 qoms24, sinuk, templ, x1m5th, x1mth2, x3thm1, x7thm1, psisq, in dpspce_() local
595 x1m5th = 1. - theta2 * 5.; in dpspce_()
596 omgdot = temp1 * -.5 * x1m5th + temp2 * .0625 * (theta2 * (theta2 * in dpspce_()
H A Dev2lin.c52 betao2, betao3, betao4, templ, tfour, upper, x1m5th, x1mth2, in ev2lin_() local
631 x1m5th = 1. - theta2 * 5.; in ev2lin_()
698 omgdot = temp1 * -.5 * x1m5th + temp2 * .0625 * (7. - theta2 * 114. + in ev2lin_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddpspce.c49 qoms24, sinuk, templ, x1m5th, x1mth2, x3thm1, x7thm1, psisq, in dpspce_() local
595 x1m5th = 1. - theta2 * 5.; in dpspce_()
596 omgdot = temp1 * -.5 * x1m5th + temp2 * .0625 * (theta2 * (theta2 * in dpspce_()
H A Dev2lin.c52 betao2, betao3, betao4, templ, tfour, upper, x1m5th, x1mth2, in ev2lin_() local
631 x1m5th = 1. - theta2 * 5.; in ev2lin_()
698 omgdot = temp1 * -.5 * x1m5th + temp2 * .0625 * (7. - theta2 * 114. + in ev2lin_()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c33 elsq,esine,ecose,epw,cosepw,x1m5th,xhdot1,tfour, in SGP4() local
113 x1m5th = 1-5*theta2; in SGP4()
114 omgdot = -0.5*temp1*x1m5th+0.0625*temp2*(7-114*theta2+ in SGP4()
278 xnodek,xll,a1,a3ovk2,ao,c2,coef,coef1,x1m5th, in SDP4() local
348 x1m5th = 1-5*deep_arg.theta2; in SDP4()
349 deep_arg.omgdot = -0.5*temp1*x1m5th+0.0625*temp2* in SDP4()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c30 elsq,esine,ecose,epw,cosepw,x1m5th,xhdot1,tfour, in SGP4() local
118 x1m5th = 1.0 - 5.0 * theta2; in SGP4()
119 sat->sgps.omgdot = -0.5 * temp1 * x1m5th + in SGP4()
298 xnodek,xll,a1,a3ovk2,ao,c2,coef,coef1,x1m5th, in SDP4() local
376 x1m5th = 1.0 - 5.0 * sat->deep_arg.theta2; in SDP4()
377 sat->deep_arg.omgdot = -0.5 * temp1 * x1m5th + 0.0625 * temp2 * in SDP4()
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp129 const double x1m5th = 1.0 - 5.0 * theta2; in Initialise() local
130 …common_consts_.omgdot = -0.5 * temp1 * x1m5th + 0.0625 * temp2 * (7.0 - 114.0 * theta2 + 395.0 * t… in Initialise()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp129 const double x1m5th = 1.0 - 5.0 * theta2; in Initialise() local
130 …common_consts_.omgdot = -0.5 * temp1 * x1m5th + 0.0625 * temp2 * (7.0 - 114.0 * theta2 + 395.0 * t… in Initialise()
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c773 cosepw, x1m5th, xhdot1, tfour, sinepw, capu, ayn, xlt, aynl, xll, in SGP4() local
857 x1m5th=1-5*theta2; in SGP4()
858 omgdot=-0.5*temp1*x1m5th+0.0625*temp2*(7-114*theta2+395*theta4)+temp3*(3-36*theta2+49*theta4); in SGP4()
1532 coef, coef1, x1m5th, xhdot1, del1, r, delo, eeta, eta, etasq, in SDP4() local
1599 x1m5th=1-5*deep_arg.theta2; in SDP4()
1600 …deep_arg.omgdot=-0.5*temp1*x1m5th+0.0625*temp2*(7-114*deep_arg.theta2+395*theta4)+temp3*(3-36*deep… in SDP4()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm3061 my $x1m5th = 1 - 5 * $theta2;
3062 my $omgdot = -.5 * $temp1 * $x1m5th + .0625 * $temp2 * (7 - 114
3399 my $x1m5th = 1 - 5 * $theta2;
3400 my $omgdot = - .5 * $temp1 * $x1m5th +