Home
last modified time | relevance | path

Searched refs:accy (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/miscom/miscom/
H A Dwwn.c14 int accx,accy; in wwn() local
73 accy=1; in wwn()
81 accy=0; in wwn()
89 accy=0; in wwn()
97 accy=-1; in wwn()
108 accy=-1; in wwn()
116 accy=0; in wwn()
124 accy=0; in wwn()
132 accy=1; in wwn()
157 ret.dy=accy; in wwn()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/develop/
H A Drak21.F23 double precision accy(10), norm
63 call int_acc_get(accy(1))
66 accy(ia) = accy(ia-1)/10.0d00
72 call int_acc_set(accy(ia))
84 & prims(ip,2),accy(ia))
86 & prims(ip,2),accy(ia),(nvcount.eq.1))
92 call int_acc_set(accy(ia2))
105 write(6,10001)ia2,accy(ia),accy(ia2),prims(ip,2),norm
123 double precision buf(n),thresh,bexp,accy
230 double precision buf(n),thresh,bexp,accy local
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/develop/
H A Drak21.F23 double precision accy(10), norm
63 call int_acc_get(accy(1))
66 accy(ia) = accy(ia-1)/10.0d00
72 call int_acc_set(accy(ia))
84 & prims(ip,2),accy(ia))
86 & prims(ip,2),accy(ia),(nvcount.eq.1))
92 call int_acc_set(accy(ia2))
105 write(6,10001)ia2,accy(ia),accy(ia2),prims(ip,2),norm
123 double precision buf(n),thresh,bexp,accy
230 double precision buf(n),thresh,bexp,accy local
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DAccBarPlot.php147 $accy = 0;
153 $yt = $yscale->Translate($this->plots[$j]->coords[0][$i] + $accy);
154 $accyt = $yscale->Translate($accy);
155 $accy += $this->plots[$j]->coords[0][$i];
216 if ($accy > 0) {
376 $y = $yscale->Translate($accy);
377 $this->value->Stroke($img, $accy, $x, $y);
380 $accy = 0;
390 $yt = $yscale->Translate($this->plots[$j]->coords[0][$i] + $accy);
391 $accyt = $yscale->Translate($accy);
[all …]
H A DAccLinePlot.php206 $accy = $coords[0][$i];
208 $coords[$j][$i] = $this->plots[$j]->coords[0][$i] + $accy;
209 $accy = $coords[$j][$i];
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dfluidballs.c61 float accy; /* vertical acceleration (gravity) */ member
327 state->accy = get_float_resource (dpy, "gravity", "Gravity"); in fluidballs_init()
328 if (state->accy < -1.0 || state->accy > 1.0) state->accy = 0.01; in fluidballs_init()
401 float b = state->accy; in shake()
408 state->accy = b; in shake()
412 state->accy = -b; in shake()
416 state->accy = a; in shake()
420 state->accy = -a; in shake()
461 float a = fabs (fabs(state->accx) > fabs(state->accy) in check_wall_clock()
462 ? state->accx : state->accy); in check_wall_clock()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/RopePhysics.ocd/
H A DScript.c49 … + 1) * LIB_ROPE_Precision, oldy = GetY() * LIB_ROPE_Precision, accx = 0, accy = GetRopeGravity(),… in StartRope()
90 …lib_rope_particles[i] = {x = x, y = y, oldx = x, oldy = y, accx = 0, accy = GetRopeGravity(), mass… in StartRopeConnect()
93 lib_rope_particles[0].accy = 0; in StartRopeConnect()
96 lib_rope_particles[-1].accy = 0; in StartRopeConnect()
198 …= oldx + xoffset, y = oldy + yoffset, oldx = oldx, oldy = oldy, accx = 0, accy = GetRopeGravity(),… in AddSegment()
288 …lib_rope_particles[-1] = {x = x2, y = y2, oldx = x4, oldy = y4, accx = 0, accy = GetRopeGravity(… in DoLength()
304 accx = 0, accy = LIB_ROPE_Precision, mass = 1}; in DoLength()
359 lib_rope_particles[i].accy = fy + GetRopeGravity(); in AccumulateForces()
383 lib_rope_particles[i].y += part.y - part.oldy + part.accy; in Verlet()
/dports/math/arb/arb-2.21.1/acb_elliptic/
H A Drf.c160 slong k, wp, accx, accy, accz, order; in acb_elliptic_rf() local
191 accy = acb_rel_accuracy_bits(yy); in acb_elliptic_rf()
193 accx = FLINT_MAX(accx, accy); in acb_elliptic_rf()
223 accy = acb_rel_accuracy_bits(yy); in acb_elliptic_rf()
225 accx = FLINT_MAX(accx, accy); in acb_elliptic_rf()
/dports/devel/rth/rth/jpgraph-1.8/src/
H A Djpgraph_bar.php612 $accy = 0;
618 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
619 $accyt=$yscale->Translate($accy);
620 $accy+=$this->plots[$j]->coords[0][$i];
687 $y=$yscale->Translate($accy);
689 $this->value->Stroke($img,$accy,$x,$y);
691 $accy = 0;
695 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
696 $accyt=$yscale->Translate($accy);
698 $accy+=$this->plots[$j]->coords[0][$i];
H A Djpgraph_line.php336 $accy=$coords[0][$i];
338 $coords[$j][$i] = $this->plots[$j]->coords[0][$i]+$accy;
339 $accy = $coords[$j][$i];
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_bar.php697 $accy = 0;
704 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
705 $accyt=$yscale->Translate($accy);
706 $accy+=$this->plots[$j]->coords[0][$i];
762 if( $accy > 0 ) {
861 $y=$yscale->Translate($accy);
862 $this->value->Stroke($img,$accy,$x,$y);
865 $accy = 0;
873 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
874 $accyt=$yscale->Translate($accy);
[all …]
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_bar.php724 $accy = 0;
730 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
731 $accyt=$yscale->Translate($accy);
732 $accy+=$this->plots[$j]->coords[0][$i];
788 if( $accy > 0 ) {
887 $y=$yscale->Translate($accy);
888 $this->value->Stroke($img,$accy,$x,$y);
891 $accy = 0;
899 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
900 $accyt=$yscale->Translate($accy);
[all …]
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_bar.php730 $accy = 0;
736 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
737 $accyt=$yscale->Translate($accy);
738 $accy+=$this->plots[$j]->coords[0][$i];
794 if( $accy > 0 ) {
893 $y=$yscale->Translate($accy);
894 $this->value->Stroke($img,$accy,$x,$y);
897 $accy = 0;
905 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
906 $accyt=$yscale->Translate($accy);
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/support/smstats/includes/
H A Djpgraph_bar.php635 $accy = 0;
641 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
642 $accyt=$yscale->Translate($accy);
643 $accy+=$this->plots[$j]->coords[0][$i];
711 $y=$yscale->Translate($accy);
713 $this->value->Stroke($img,$accy,$x,$y);
715 $accy = 0;
719 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
720 $accyt=$yscale->Translate($accy);
722 $accy+=$this->plots[$j]->coords[0][$i];
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DdynPenOp.c42 double accx, accy; member
94 l->accy = fy / l->mass; in filterapply()
98 l->vely += l->accy; in filterapply()
104 printf("acc = (%f, %f), vel = (%f, %f)\n", l->accx, l->accy, l->velx, l->vely); in filterapply()
157 l->accx = l->accy = 0; in press()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_bar.php905 $accy = 0;
911 $yt=$yscale->Translate($this->plots[$j]->coords[0][$i]+$accy);
912 $accyt=$yscale->Translate($accy);
913 $accy+=$this->plots[$j]->coords[0][$i];
971 if( $accy > 0 ) {
1125 if( $accy + $accy_neg < 0 ) {
1129 $y=$yscale->Translate($accy);
1131 $this->value->Stroke($img,$accy + $accy_neg,$x,$y);
1133 $accy = 0;
1142 $accyt=$yscale->Translate($accy);
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_dyna/
H A Dkis_tool_dyna.h53 accy = 0.0; in init()
61 qreal accx {0.0}, accy {0.0}, acc {0.0};
H A Dkis_tool_dyna.cpp137 m_mouse.accy = fy / mass; in applyFilter()
141 m_mouse.vely += m_mouse.accy; in applyFilter()
223 dbgPlugins << "m_mouse.accy: " << m_mouse.accy; in filterEvent()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_signalstats.c571 int accy, accu, accv; in filter_frame8() local
664 accy = accu = accv = accsat = 0; in filter_frame8()
681 accy += histy[fil]; in filter_frame8()
686 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame8()
691 if (highy == -1 && accy >= highp) highy = fil; in filter_frame8()
789 int accy, accu, accv; in filter_frame16() local
886 accy = accu = accv = accsat = 0; in filter_frame16()
903 accy += histy[fil]; in filter_frame16()
908 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame16()
913 if (highy == -1 && accy >= highp) highy = fil; in filter_frame16()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_signalstats.c279 int accy, accu, accv; in filter_frame() local
351 accy = accu = accv = accsat = 0; in filter_frame()
368 accy += histy[fil]; in filter_frame()
373 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame()
378 if (highy == -1 && accy >= highp) highy = fil; in filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_signalstats.c279 int accy, accu, accv; in filter_frame() local
351 accy = accu = accv = accsat = 0; in filter_frame()
368 accy += histy[fil]; in filter_frame()
373 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame()
378 if (highy == -1 && accy >= highp) highy = fil; in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_signalstats.c569 int accy, accu, accv; in filter_frame8() local
666 accy = accu = accv = accsat = 0; in filter_frame8()
683 accy += histy[fil]; in filter_frame8()
688 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame8()
693 if (highy == -1 && accy >= highp) highy = fil; in filter_frame8()
791 int accy, accu, accv; in filter_frame16() local
888 accy = accu = accv = accsat = 0; in filter_frame16()
905 accy += histy[fil]; in filter_frame16()
910 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame16()
915 if (highy == -1 && accy >= highp) highy = fil; in filter_frame16()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c571 int accy, accu, accv; in filter_frame8() local
664 accy = accu = accv = accsat = 0; in filter_frame8()
681 accy += histy[fil]; in filter_frame8()
686 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame8()
691 if (highy == -1 && accy >= highp) highy = fil; in filter_frame8()
789 int accy, accu, accv; in filter_frame16() local
886 accy = accu = accv = accsat = 0; in filter_frame16()
903 accy += histy[fil]; in filter_frame16()
908 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame16()
913 if (highy == -1 && accy >= highp) highy = fil; in filter_frame16()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c569 int accy, accu, accv; in filter_frame8() local
666 accy = accu = accv = accsat = 0; in filter_frame8()
683 accy += histy[fil]; in filter_frame8()
688 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame8()
693 if (highy == -1 && accy >= highp) highy = fil; in filter_frame8()
791 int accy, accu, accv; in filter_frame16() local
888 accy = accu = accv = accsat = 0; in filter_frame16()
905 accy += histy[fil]; in filter_frame16()
910 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame16()
915 if (highy == -1 && accy >= highp) highy = fil; in filter_frame16()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_signalstats.c569 int accy, accu, accv; in filter_frame8() local
666 accy = accu = accv = accsat = 0; in filter_frame8()
683 accy += histy[fil]; in filter_frame8()
688 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame8()
693 if (highy == -1 && accy >= highp) highy = fil; in filter_frame8()
791 int accy, accu, accv; in filter_frame16() local
888 accy = accu = accv = accsat = 0; in filter_frame16()
905 accy += histy[fil]; in filter_frame16()
910 if (lowy == -1 && accy >= lowp) lowy = fil; in filter_frame16()
915 if (highy == -1 && accy >= highp) highy = fil; in filter_frame16()

12