Home
last modified time | relevance | path

Searched refs:eo1 (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/math/ogdf/OGDF/src/ogdf/cluster/
H A DHananiTutteCPlanarity.cpp237 int o1num = numOx(*eo1); in numCond()
571 ends(eo1, obj11, obj12); in adjacent()
579 ends(eo1, obj11, obj12); in cAdjacent()
739 ends(eo1, uo1, vo1); in iD()
764 if (eo1->m_t == Type::tEdge && eo1->m_st == SubType::stEdge) return; in affect()
768 if (eo1->m_t == Type::tEdge && eo1->m_st == SubType::stEdge) return; in affect()
788 switch (eo1->m_st) { in affect()
903 ends(eo1, uo1, uo2); in prepareLinearSystem()
925 if( !adjacent(eo1,eo2) || ( (fixed(eo1) || fixed(eo2) ) && cAdjacent(eo1,eo2) ) ) { in createSparse()
929 if(!fixed(eo1)) { in createSparse()
[all …]
/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_sgp4.c112 delm , delomg , em , emsq , ecose , el2 , eo1 , in gal_sgp4() local
347 eo1 = u ; in gal_sgp4()
357 sineo1 = sin ( eo1 ) ; in gal_sgp4()
358 coseo1 = cos ( eo1 ) ; in gal_sgp4()
360 tem5 = ( u - aynl * coseo1 + axnl * sineo1 - eo1 ) / tem5 ; in gal_sgp4()
364 eo1 = eo1 + tem5 ; in gal_sgp4()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/ReflectionModel/
H A DReflectionComposablePartTests.cs577 var eo1 = cp.GetExportedValue(ed); in GetExportedObjectAlwaysReturnsSameReference_ForProperty()
579 Assert.Same(eo1, eo2); in GetExportedObjectAlwaysReturnsSameReference_ForProperty()
590 var eo1 = cp.GetExportedValue(ed); in GetExportedObjectAlwaysReturnsSameReference_ForField()
593 Assert.Same(eo1, eo2); in GetExportedObjectAlwaysReturnsSameReference_ForField()
601 var eo1 = cp.GetExportedValue(ed); in GetExportedObjectAlwaysReturnsSameReference_ForMethod()
603 Assert.Same(eo1, eo2); in GetExportedObjectAlwaysReturnsSameReference_ForMethod()
611 var eo1 = cp.GetExportedValue(ed); in GetExportedObjectAlwaysReturnsSameReference_ForType()
613 Assert.Same(eo1, eo2); in GetExportedObjectAlwaysReturnsSameReference_ForType()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c103 doublereal cc3, cosomm, vx, cosisq, el2, eo1, omeosq, sinomm, vy, vz, in zzsgp4_0_() local
1668 eo1 = u; in zzsgp4_0_()
1677 sineo1 = sin(eo1); in zzsgp4_0_()
1678 coseo1 = cos(eo1); in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1688 eo1 += tem5; in zzsgp4_0_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzsgp4.c103 doublereal cc3, cosomm, vx, cosisq, el2, eo1, omeosq, sinomm, vy, vz, in zzsgp4_0_() local
1668 eo1 = u; in zzsgp4_0_()
1677 sineo1 = sin(eo1); in zzsgp4_0_()
1678 coseo1 = cos(eo1); in zzsgp4_0_()
1680 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in zzsgp4_0_()
1688 eo1 += tem5; in zzsgp4_0_()
/dports/astro/kstars/kstars-3.5.6/kstars/skyobjects/
H A Dsatellite.cpp718 … ecose, el2, eo1, ep, esine, argpm, argpp, argpdf, pl, in sgp4() local
1042 eo1 = u; in sgp4()
1047 sineo1 = sin(eo1); in sgp4()
1048 coseo1 = cos(eo1); in sgp4()
1050 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1053 eo1 = eo1 + tem5; in sgp4()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/
H A Dtc734.vhd52 signal eo1 : out bit port
H A Dtc738.vhd52 signal eo1 : out bit port
H A Dtc739.vhd52 signal eo1 : out bit port
H A Dtc733.vhd52 signal eo1 : out bit port
H A Dtc735.vhd58 signal eo1 : out bit port
H A Dtc736.vhd72 signal eo1 : out bit port
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc741.vhd65 signal eo1 : out bit port
H A Dtc742.vhd77 signal eo1 : out bit port
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/disputed/
H A Dtc737.vhd65 signal eo1 : out bit port
/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4unit.cpp1702 delm , delomg, em , emsq , ecose , el2 , eo1 , in sgp4() local
1880 eo1 = u; in sgp4()
1887 sineo1 = sin(eo1); in sgp4()
1888 coseo1 = cos(eo1); in sgp4()
1890 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1893 eo1 = eo1 + tem5; in sgp4()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A Dsgp4unit.cpp1657 delm , delomg, em , ecose , el2 , eo1 , in sgp4() local
1832 eo1 = u; in sgp4()
1839 sineo1 = std::sin(eo1); in sgp4()
1840 coseo1 = std::cos(eo1); in sgp4()
1842 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1845 eo1 = eo1 + tem5; in sgp4()
/dports/astro/py-sgp4/python-sgp4-2.20/sgp4/
H A Dpropagation.py1856 eo1 = u;
1863 sineo1 = sin(eo1);
1864 coseo1 = cos(eo1);
1866 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5;
1869 eo1 = eo1 + tem5;
/dports/x11-wm/e16/e16-1.0.24/src/
H A Decompmgr.c1651 EObj *eo1, *eo2; in ECompMgrDetermineOrder() local
1660 stop = ECompMgrDetermineOrder(lst, num, &eo1, &eo2, d, clip); in ECompMgrDetermineOrder()
1664 if (eo1) in ECompMgrDetermineOrder()
1667 eo_first = eo1; in ECompMgrDetermineOrder()
1669 eo_prev->cmhook->next = eo1; in ECompMgrDetermineOrder()
1670 eo1->cmhook->prev = eo_prev; in ECompMgrDetermineOrder()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp1754 delm, delomg, em, emsq, ecose, el2, eo1, in sgp4() local
1942 eo1 = u; in sgp4()
1949 sineo1 = sin(eo1); in sgp4()
1950 coseo1 = cos(eo1); in sgp4()
1952 tem5 = (u - aynl * coseo1 + axnl * sineo1 - eo1) / tem5; in sgp4()
1955 eo1 = eo1 + tem5; in sgp4()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm2867 my ($item3, $eo1, $tem5) = (0, $u, 1);
2870 $sineo1 = sin ($eo1);
2871 $coseo1 = cos ($eo1);
2877 $eo1 += $tem5;
2882 EO1 = $eo1
6699 $emsq, $ecose, $el2, $eo1, $eccp, $esine, $argpm, $argpp,
6854 $eo1= $u;
6861 $sineo1= sin($eo1);
6862 $coseo1= cos($eo1);
6864 $tem5= ($u- $aynl*$coseo1+ $axnl*$sineo1- $eo1) / $tem5;
[all …]
/dports/math/pari_elldata/data/elldata/
H A Dell4241eo1",[0,0,0,-15267,2107874],[[23,1330]]],["424080eo2",[0,0,0,-357267,82067474],[[383,-1190]]],["42…
H A Dell3131eo1",[1,-1,1,12118,2612999],[]],["313110ep1",[1,-1,1,-3317,-6307059],[]],["313110ep2",[1,-1,1,-532…
H A Dell3241eo1",[1,-1,1,145,-2603],[]],["324450ep1",[1,-1,1,-228380,-39862753],[[-315,1021]]],["324450ep2",[1…
H A Dell4711eo1",[1,-1,1,517108,-34040041],[[699,25507]]],["471510ep1",[1,-1,1,91228,60067271],[[261,9949]]],[…

12345678910>>...20