Home
last modified time | relevance | path

Searched refs:cnod (Results 1 – 25 of 28) 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
420 cnod = cos ( xnode ) ; in gal_sgp4()
424 xmy = cnod * cosi ; in gal_sgp4()
426 ux = xmx * sinsu + cnod * cossu ; in gal_sgp4()
430 vx = xmx * cossu - cnod * sinsu ; in gal_sgp4()
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/devel/sccs/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/net/rscsi/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/archivers/star/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/editors/ved/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/devel/smake/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/sysutils/schilyutils/schily-2021-09-18/sh/
H A Dbltin.c1436 struct comnod cnod; local
1438 cnod.comtyp = TCOM;
1439 cnod.comio = NULL;
1440 cnod.comarg = (struct argnod *)argv;
1441 cnod.comset = comptr(t)->comset;
1444 execute((struct trenod *)&cnod, xflags | XEC_HASARGV,
H A Dxec.c940 struct comnod cnod; local
955 cnod = *comptr(anod);
956 tptr = treptr((void *)&cnod);
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c33 doublereal cnod; in zzsgp4_0_() local
1741 cnod = cos(xnode); in zzsgp4_0_()
1745 xmy = cnod * cosi; in zzsgp4_0_()
1746 ux = xmx * sinsu + cnod * cossu; in zzsgp4_0_()
1749 vx = xmx * cossu - cnod * sinsu; in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c33 doublereal cnod; in zzsgp4_0_() local
1741 cnod = cos(xnode); in zzsgp4_0_()
1745 xmy = cnod * cosi; in zzsgp4_0_()
1746 ux = xmx * sinsu + cnod * cossu; in zzsgp4_0_()
1749 vx = xmx * cossu - cnod * sinsu; in zzsgp4_0_()
/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
1102 cnod = cos(xnode); in sgp4()
1106 xmy = cnod * cosi; in sgp4()
1107 ux = xmx * sinsu + cnod * cossu; in sgp4()
1110 vx = xmx * cossu - cnod * sinsu; in sgp4()
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1700 double am , axnl , aynl , betal , cosim , cnod , in sgp4() local
1946 cnod = cos(xnode); in sgp4()
1950 xmy = cnod * cosi; in sgp4()
1951 ux = xmx * sinsu + cnod * cossu; in sgp4()
1954 vx = xmx * cossu - cnod * sinsu; 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
1897 cnod = std::cos(xnode); in sgp4()
1901 xmy = cnod * cosi; in sgp4()
1902 ux = xmx * sinsu + cnod * cossu; in sgp4()
1905 vx = xmx * cossu - cnod * sinsu; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1922 cnod = cos(xnode);
1926 xmy = cnod * cosi;
1927 ux = xmx * sinsu + cnod * cossu;
1930 vx = xmx * cossu - cnod * sinsu;

12