Home
last modified time | relevance | path

Searched refs:edot (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/games/rockdodger/rockdodger-1.1.4/
H A Dengine_exhaust.c33 struct enginedots edot; in draw_engine_dots() local
41 edot = *dotptr; in draw_engine_dots()
42 edot.x += edot.dx * movementrate; in draw_engine_dots()
43 edot.y += edot.dy * movementrate; in draw_engine_dots()
44 if((edot.life -= movementrate * 3) < 0 || in draw_engine_dots()
45 edot.y < 0 || edot.y > ysize || edot.x < 0 || edot.x > xsize) { in draw_engine_dots()
48 heatindex = edot.life * 6; in draw_engine_dots()
49 rawpixel[(int) (s->pitch / sizeof(RD_VIDEO_TYPE) * (int) (edot.y)) + (int) (edot.x)] = in draw_engine_dots()
51 *targetptr++ = edot; in draw_engine_dots()
/dports/math/py-grandalf/grandalf-0.7/tests/
H A Dtest_dot.py57 for edot in edgelist:
58 v1 = V[edot.n1.name]
59 v2 = V[edot.n2.name]
/dports/games/vor/vor-0.5.8/
H A Dmain.c79 struct dot edot[MAXENGINEDOTS], *dotptr = edot; variable
161 edot[i].active = 0; in init_dots()
162 edot[i].type = ENGINEDOT; in init_dots()
233 if(dotptr - edot < MAXENGINEDOTS-1) { in new_engine_dots()
236 dotptr = edot; in new_engine_dots()
332 for(i=0; i<MAXENGINEDOTS; i++) move_dot(&edot[i]); in move_dots()
357 for(i=0; i<MAXENGINEDOTS; i++) draw_dot(&edot[i]); in draw_dots()
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/entity-map/sdata/
H A DISOlat2.2as21 [edot ] {edot}
H A DISOlat2.2rtf21 [edot ] e
H A DISOlat2.2ab21 [edot ] e
H A DISOlat2.2texi21 [edot ] e
H A DISOlat2.2tex21 [edot ] \.e
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementHexaANCF_3843.cpp2546 edot.segment(0, 3) = m_nodes[0]->GetPos_dt().eigen(); in CalcCoordDerivVector()
2547 edot.segment(3, 3) = m_nodes[0]->GetD_dt().eigen(); in CalcCoordDerivVector()
2548 edot.segment(6, 3) = m_nodes[0]->GetDD_dt().eigen(); in CalcCoordDerivVector()
2549 edot.segment(9, 3) = m_nodes[0]->GetDDD_dt().eigen(); in CalcCoordDerivVector()
2552 edot.segment(15, 3) = m_nodes[1]->GetD_dt().eigen(); in CalcCoordDerivVector()
2557 edot.segment(27, 3) = m_nodes[2]->GetD_dt().eigen(); in CalcCoordDerivVector()
2562 edot.segment(39, 3) = m_nodes[3]->GetD_dt().eigen(); in CalcCoordDerivVector()
2567 edot.segment(51, 3) = m_nodes[4]->GetD_dt().eigen(); in CalcCoordDerivVector()
2572 edot.segment(63, 3) = m_nodes[5]->GetD_dt().eigen(); in CalcCoordDerivVector()
2577 edot.segment(75, 3) = m_nodes[6]->GetD_dt().eigen(); in CalcCoordDerivVector()
[all …]
H A DChElementShellANCF_3833.cpp2783 edot.segment(0, 3) = m_nodes[0]->GetPos_dt().eigen(); in CalcCoordDerivVector()
2784 edot.segment(3, 3) = m_nodes[0]->GetD_dt().eigen(); in CalcCoordDerivVector()
2785 edot.segment(6, 3) = m_nodes[0]->GetDD_dt().eigen(); in CalcCoordDerivVector()
2787 edot.segment(9, 3) = m_nodes[1]->GetPos_dt().eigen(); in CalcCoordDerivVector()
2788 edot.segment(12, 3) = m_nodes[1]->GetD_dt().eigen(); in CalcCoordDerivVector()
2792 edot.segment(21, 3) = m_nodes[2]->GetD_dt().eigen(); in CalcCoordDerivVector()
2796 edot.segment(30, 3) = m_nodes[3]->GetD_dt().eigen(); in CalcCoordDerivVector()
2800 edot.segment(39, 3) = m_nodes[4]->GetD_dt().eigen(); in CalcCoordDerivVector()
2804 edot.segment(48, 3) = m_nodes[5]->GetD_dt().eigen(); in CalcCoordDerivVector()
2808 edot.segment(57, 3) = m_nodes[6]->GetD_dt().eigen(); in CalcCoordDerivVector()
[all …]
H A DChElementShellANCF_3443.cpp2625 edot.segment(0, 3) = m_nodes[0]->GetPos_dt().eigen(); in CalcCoordDerivVector()
2626 edot.segment(3, 3) = m_nodes[0]->GetD_dt().eigen(); in CalcCoordDerivVector()
2627 edot.segment(6, 3) = m_nodes[0]->GetDD_dt().eigen(); in CalcCoordDerivVector()
2628 edot.segment(9, 3) = m_nodes[0]->GetDDD_dt().eigen(); in CalcCoordDerivVector()
2630 edot.segment(12, 3) = m_nodes[1]->GetPos_dt().eigen(); in CalcCoordDerivVector()
2631 edot.segment(15, 3) = m_nodes[1]->GetD_dt().eigen(); in CalcCoordDerivVector()
2632 edot.segment(18, 3) = m_nodes[1]->GetDD_dt().eigen(); in CalcCoordDerivVector()
2636 edot.segment(27, 3) = m_nodes[2]->GetD_dt().eigen(); in CalcCoordDerivVector()
2637 edot.segment(30, 3) = m_nodes[2]->GetDD_dt().eigen(); in CalcCoordDerivVector()
2641 edot.segment(39, 3) = m_nodes[3]->GetD_dt().eigen(); in CalcCoordDerivVector()
[all …]
H A DChElementBeamANCF_3243.h375 void CalcCoordDerivVector(Vector3N& edot);
/dports/math/polylib/polylib-5.22.5/include/polylib/
H A Dehrhart.h40 extern void edot ( enode *v1, enode *v2, evalue *res );
/dports/math/barvinok/barvinok-0.41.5/polylib/include/polylib/
H A Dehrhart.h40 extern void edot ( enode *v1, enode *v2, evalue *res );
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dkepler.i80 edot = orbit(6,..);
81 bdot = adot*boa - e*edot/boa;
82 eadot = (orbit(2,..)*(pi/180.) + edot*sea) / (1.-e*cea);
84 uvw(4,..) = adot*(cea-e) - a*(sea*eadot-edot);
/dports/astro/stellarium/stellarium-0.21.3/plugins/Pulsars/src/
H A DPulsar.cpp232 double edot = getEdot(period, pderivative); in getInfoString() local
233 if (edot>0) in getInfoString()
237 .arg(QString::number(edot, 'e', 2)) in getInfoString()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dorbit.cpp230 double edot = meanMotion / (1 - eccentricity * cosE); in velocityAtE() local
231 x *= edot; in velocityAtE()
232 y *= edot; in velocityAtE()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dorbit.cpp230 double edot = meanMotion / (1 - eccentricity * cosE); in velocityAtE() local
231 x *= edot; in velocityAtE()
232 y *= edot; in velocityAtE()
/dports/astro/p5-Astro-satpass/Astro-satpass-0.122/lib/Astro/Coord/ECI/
H A DTLE.pm3710 $edot = - $c0 * ($eta * (4 + $eta2 +
3717 $self->{eccentricity} * $edot);
3745 my $eddot = $c0dtc0 * $edot -
3755 my $d25 = $edot ** 2;
3759 $self->{eccentricity} * $edot + 2 *
3793 $qq = 1 - $eddot / ($edot * $gamma);
3794 $ed = $edot / ($qq * $gamma);
3803 EDOT = @{[defined $edot ? $edot : 'undef']}
3830 edot => $edot,
4087 edot => $edot,
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/tests/writers/
H A De.tex14 \text{edot} & ė \\
H A De.eqn2 …ove {roman "ecy"} above {roman "Ecy"} above {roman "eDDot"} above {roman "edot"} above {roman "eDo…
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/tests/writers/
H A De.tex14 \text{edot} & ė \\
H A De.eqn2 …ove {roman "ecy"} above {roman "Ecy"} above {roman "eDDot"} above {roman "edot"} above {roman "eDo…
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/tests/readers/mml/
H A De.native1 …],[[EText TextNormal "eDDot"],[ESymbol Rel "\10871"]],[[EText TextNormal "edot"],[ESymbol Ord "\27…
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/tests/readers/mml/
H A De.native1 …],[[EText TextNormal "eDDot"],[ESymbol Rel "\10871"]],[[EText TextNormal "edot"],[ESymbol Ord "\27…

123456789