Home
last modified time | relevance | path

Searched refs:aynl (Results 1 – 25 of 26) sorted by relevance

12

/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c110 double am , axnl , aynl , betal , cosim , cnod , in gal_sgp4() local
339 aynl = ep * sin ( argpp ) + temp * sgp4->aycof ; in gal_sgp4()
359 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl ; in gal_sgp4()
360 tem5 = ( u - aynl * coseo1 + axnl * sineo1 - eo1 ) / tem5 ; in gal_sgp4()
372 ecose = axnl *coseo1 + aynl * sineo1 ; in gal_sgp4()
373 esine = axnl *sineo1 - aynl * coseo1 ; in gal_sgp4()
374 el2 = axnl *axnl + aynl * aynl ; in gal_sgp4()
385 sinu = am / rl * ( sineo1 - aynl - axnl * temp ) ; in gal_sgp4()
386 cosu = am / rl * ( coseo1 - axnl + aynl * temp ) ; in gal_sgp4()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c43 doublereal aynl, emsq; in zzsgp4_0_() local
1660 aynl = eccp * sin(argpp) + temp * aycof; in zzsgp4_0_()
1679 tem5 = 1. - coseo1 * axnl - sineo1 * aynl; in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1693 ecose = axnl * coseo1 + aynl * sineo1; in zzsgp4_0_()
1694 esine = axnl * sineo1 - aynl * coseo1; in zzsgp4_0_()
1695 el2 = axnl * axnl + aynl * aynl; in zzsgp4_0_()
1711 sinu = am / rl * (sineo1 - aynl - axnl * temp); in zzsgp4_0_()
1712 cosu = am / rl * (coseo1 - axnl + aynl * temp); in zzsgp4_0_()
H A Ddpspce.c37 aynl, elsq, temp; in dpspce_() local
650 aynl = temp * aycof; in dpspce_()
652 ayn = e * sin(omgadf) + aynl; in dpspce_()
H A Dev2lin.c35 static doublereal coef, eeta, delm, aodp, delo, capu, xmdf, aynl, elsq, in ev2lin_() local
856 aynl = temp * aycof; in ev2lin_()
857 ayn = e * sin(omega) + aynl; in ev2lin_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c43 doublereal aynl, emsq; in zzsgp4_0_() local
1660 aynl = eccp * sin(argpp) + temp * aycof; in zzsgp4_0_()
1679 tem5 = 1. - coseo1 * axnl - sineo1 * aynl; in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1693 ecose = axnl * coseo1 + aynl * sineo1; in zzsgp4_0_()
1694 esine = axnl * sineo1 - aynl * coseo1; in zzsgp4_0_()
1695 el2 = axnl * axnl + aynl * aynl; in zzsgp4_0_()
1711 sinu = am / rl * (sineo1 - aynl - axnl * temp); in zzsgp4_0_()
1712 cosu = am / rl * (coseo1 - axnl + aynl * temp); in zzsgp4_0_()
H A Ddpspce.c37 aynl, elsq, temp; in dpspce_() local
650 aynl = temp * aycof; in dpspce_()
652 ayn = e * sin(omgadf) + aynl; in dpspce_()
H A Dev2lin.c35 static doublereal coef, eeta, delm, aodp, delo, capu, xmdf, aynl, elsq, in ev2lin_() local
856 aynl = temp * aycof; in ev2lin_()
857 ayn = e * sin(omega) + aynl; in ev2lin_()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp717 …double am, axnl, aynl, betal, cosim, cnod, cos2u, coseo1 = 0, cosi, cosip, cosisq, cossu, cosu, de… in sgp4() local
1037 aynl = ep * sin(argpp) + temp * aycof; in sgp4()
1049 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1050 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1058 ecose = axnl * coseo1 + aynl * sineo1; in sgp4()
1059 esine = axnl * sineo1 - aynl * coseo1; in sgp4()
1060 el2 = axnl * axnl + aynl * aynl; in sgp4()
1074 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1075 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dsgp4.c125 cosepw, tfour, sinepw, capu, ayn, xlt, aynl, xll, in sgp4_predict() local
168 aynl=temp*m->aycof; in sgp4_predict()
170 ayn=e*sin(omega)+aynl; in sgp4_predict()
H A Dsdp4.c122 double a, axn, ayn, aynl, beta, betal, capu, cos2u, cosepw, cosik, in sdp4_predict() local
173 aynl=temp*m->aycof; in sdp4_predict()
175 ayn=deep_dyn.em*sin(deep_dyn.omgadf)+aynl; in sdp4_predict()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1851 aynl = ep* sin(argpp) + temp * satrec.aycof;
1865 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl;
1866 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5;
1873 ecose = axnl*coseo1 + aynl*sineo1;
1874 esine = axnl*sineo1 - aynl*coseo1;
1875 el2 = axnl*axnl + aynl*aynl;
1892 sinu = am / rl * (sineo1 - aynl - axnl * temp);
1893 cosu = am / rl * (coseo1 - axnl + aynl * temp);
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1700 double am , axnl , aynl , betal , cosim , cnod , in sgp4() local
1875 aynl = ep* sin(argpp) + temp * satrec.aycof; in sgp4()
1889 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1890 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1898 ecose = axnl*coseo1 + aynl*sineo1; in sgp4()
1899 esine = axnl*sineo1 - aynl*coseo1; in sgp4()
1900 el2 = axnl*axnl + aynl*aynl; in sgp4()
1916 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1917 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1655 double am , axnl , aynl , betal , cosim , cnod , in sgp4() local
1827 aynl = ep* std::sin(argpp) + temp * satrec.aycof; in sgp4()
1841 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1842 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1850 ecose = axnl*coseo1 + aynl*sineo1; in sgp4()
1851 esine = axnl*sineo1 - aynl*coseo1; in sgp4()
1852 el2 = axnl*axnl + aynl*aynl; in sgp4()
1868 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1869 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1752 double am, axnl, aynl, betal, cosim, cnod, in sgp4() local
1937 aynl = ep* sin(argpp) + temp * satrec.aycof; in sgp4()
1951 tem5 = 1.0 - coseo1 * axnl - sineo1 * aynl; in sgp4()
1952 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1960 ecose = axnl*coseo1 + aynl*sineo1; in sgp4()
1961 esine = axnl*sineo1 - aynl*coseo1; in sgp4()
1962 el2 = axnl*axnl + aynl*aynl; in sgp4()
1978 sinu = am / rl * (sineo1 - aynl - axnl * temp); in sgp4()
1979 cosu = am / rl * (coseo1 - axnl + aynl * temp); in sgp4()
/dports/astro/xplanet/xplanet-1.3.1/src/libsgp4sdp4/
H A Dsgp4sdp4.c34 sinepw,capu,ayn,xlt,aynl,xll,axn,xn,beta,xl,e,a, in SGP4() local
176 aynl = temp*aycof; in SGP4()
178 ayn = e*sin(omega)+aynl; in SGP4()
273 a,axn,ayn,aynl,beta,betal,capu,cos2u,cosepw,cosik, in SDP4() local
402 aynl = temp*aycof; in SDP4()
404 ayn = deep_arg.em*sin(deep_arg.omgadf)+aynl; in SDP4()
/dports/comms/gpredict/gpredict-2.2.1/src/sgpsdp/
H A Dsgp4sdp4.c31 sinepw,capu,ayn,xlt,aynl,xll,axn,xn,beta,xl,e,a, in SGP4() local
187 aynl = temp * sat->sgps.aycof; in SGP4()
189 ayn = e * sin (omega) + aynl; in SGP4()
293 a,axn,ayn,aynl,beta,betal,capu,cos2u,cosepw,cosik, in SDP4() local
431 aynl = temp * sat->sgps.aycof; in SDP4()
433 ayn = sat->deep_arg.em * sin (sat->deep_arg.omgadf) + aynl; in SDP4()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm3218 my $aynl = $temp * $parm->{aycof};
3220 my $ayn = $e * sin($omega) + $aynl;
3503 my $aynl = $temp * $parm->{aycof};
3505 my $ayn = $e * sin ($omgadf) + $aynl;
6849 $aynl= $eccp*sin($argpp) + $temp*$parm->{aycof};
6863 $tem5= 1 - $coseo1*$axnl- $sineo1*$aynl;
6873 $ecose= $axnl*$coseo1+$aynl*$sineo1;
6874 $esine= $axnl*$sineo1-$aynl*$coseo1;
6875 $el2= $axnl*$axnl+$aynl*$aynl;
6887 $sinu= $am/$rl*($sineo1-$aynl-$axnl*$temp);
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp402 const double aynl = temp11 * aycof; in CalculateFinalPositionVelocity() local
404 const double ayn = e * sin(omega) + aynl; in CalculateFinalPositionVelocity()
/dports/astro/py-pykep/pykep-2.6/src/third_party/libsgp4/
H A DSGP4.cpp402 const double aynl = temp11 * aycof; in CalculateFinalPositionVelocity() local
404 const double ayn = e * sin(omega) + aynl; in CalculateFinalPositionVelocity()
/dports/comms/predict/predict-2.2.7/
H A Dpredict.c773 cosepw, x1m5th, xhdot1, tfour, sinepw, capu, ayn, xlt, aynl, xll, in SGP4() local
920 aynl=temp*aycof; in SGP4()
922 ayn=e*sin(omega)+aynl; in SGP4()
1527 double a, axn, ayn, aynl, beta, betal, capu, cos2u, cosepw, cosik, in SDP4() local
1650 aynl=temp*aycof; in SDP4()
1652 ayn=deep_arg.em*sin(deep_arg.omgadf)+aynl; in SDP4()
/dports/chinese/ibus-table-chinese/ibus-table-chinese-1.8.3/tables/wubi-haifeng/
H A DCJKb.tab27749 27748 26C63 ��. aynl . . . 121241525221 12241525221
H A Dwubi-haifeng86.UTF-88173 aynl ��. 100
/dports/chinese/brise/brise-brise-0.35/supplement/
H A Dwubi86.dict.yaml14555 �� aynl 0
/dports/chinese/rime-wubi/rime-wubi-f1876f08f1d4a9696395be0070c0e8e4353c44cb/
H A Dwubi86.dict.yaml14535 �� aynl 0
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml27529 一瓣心香 aynl'

12