Home
last modified time | relevance | path

Searched refs:yPrev (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Segment/
H A DSegment.cpp79 double *yPrev, in createAcceptablePoint() argument
84 int jOld = qFloor (*yPrev + 0.5); in createAcceptablePoint()
90 *yPrev = y; in createAcceptablePoint()
231 double yPrev = m_lines.first()->line().y1(); in fillPointsFillingCorners() local
244 if (isCorner (yPrev, yStart, yNext)) { in fillPointsFillingCorners()
265 createAcceptablePoint(&firstPoint, &list, &xPrev, &yPrev, x, y); in fillPointsFillingCorners()
307 double yPrev, in isCorner() argument
311 double deltaYBefore = yPrev - yLast; in isCorner()
312 double deltaYAfter = yNext - yPrev; in isCorner()
334 double yPrev = m_lines.first()->line().y1(); in fillPointsWithoutFillingCorners() local
[all …]
H A DSegment.h82 double *yPrev,
108 double yPrev,
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/effect/chowdsp/
H A DNeuronEffect.h81 inline float processSample(float x, float yPrev) noexcept in processSample() argument
83 float f = sigmoid(Wf.getNextValue() * x + Uf.getNextValue() * yPrev + bf.getNextValue()); in processSample()
84 return f * yPrev + in processSample()
85 (1.0f - f) * std::tanh(Wh.getNextValue() * x + Uh.getNextValue() * f * yPrev); in processSample()
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DOScopeCtrl.cpp124 ppds->yPrev = GetPlotY(ppds->fPrev, ppds); in SetRange()
356 ppds->yPrev = GetPlotY(ppds->fPrev, ppds); in OnSize()
408 unsigned y, yPrev; in DrawPoints() local
416 yPrev = ppds->yPrev; in DrawPoints()
424 yPrev - m_rectPlot.GetY(), in DrawPoints()
428 yPrev = y; in DrawPoints()
431 ppds->yPrev = yPrev; in DrawPoints()
457 ppds->yPrev = GetPlotY(ppds->fPrev = *(apf[i] + cntFilled - 1), ppds); in PlotHistory()
H A DOScopeCtrl.h87 unsigned yPrev;
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DOScopeCtrl.cpp124 ppds->yPrev = GetPlotY(ppds->fPrev, ppds); in SetRange()
356 ppds->yPrev = GetPlotY(ppds->fPrev, ppds); in OnSize()
408 unsigned y, yPrev; in DrawPoints() local
416 yPrev = ppds->yPrev; in DrawPoints()
424 yPrev - m_rectPlot.GetY(), in DrawPoints()
428 yPrev = y; in DrawPoints()
431 ppds->yPrev = yPrev; in DrawPoints()
457 ppds->yPrev = GetPlotY(ppds->fPrev = *(apf[i] + cntFilled - 1), ppds); in PlotHistory()
H A DOScopeCtrl.h87 unsigned yPrev; member
/dports/games/briquolo/briquolo-0.5.7/src/
H A DBriquePolygone.cpp154 float yPrev = it->y; in TesterCollision() local
159 xPrev + _Rayon, yPrev, 0, 0, 0, rot, p_Balle->GetTempsMax()); in TesterCollision()
168 xPrev + _Rayon, yPrev, x + _Rayon, y, in TesterCollision()
186 yPrev = y; in TesterCollision()
197 xPrev + _Rayon, yPrev, x + _Rayon, y, in TesterCollision()
/dports/science/v_sim/v_sim-3.8.0/src/openGLFunctions/
H A Dinteractive.c161 int xPrev, yPrev; in dissect_disp()
1205 inter->yPrev = ev->y;
1214 inter->yPrev = ev->y;
1452 ev->y = inter->yPrev;
1458 ev->y = inter->yPrev;
1464 ev->y = inter->yPrev - 1;
1470 ev->y = inter->yPrev + 1;
1550 inter->yPrev = ev->y;
1748 ev->y = inter->yPrev;
1754 ev->y = inter->yPrev;
[all …]
/dports/devel/agar/agar-1.5.0/vg/
H A Dvg_arc.c83 int xPrev = 0, yPrev = 0; in Draw() local
97 AG_DrawLine(vv, xPrev, yPrev, x, y, c); in Draw()
100 yPrev = y; in Draw()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/os/windows/
H A DCXWrapper.cpp256 uint8_t* yPrev=iv; in AesIgeEncrypt() local
268 XorInt128(x, yPrev, y); in AesIgeEncrypt()
274 memcpy(yPrev, y, 16); in AesIgeEncrypt()
284 uint8_t* yPrev=iv+16; in AesIgeDecrypt() local
296 XorInt128(x, yPrev, y); in AesIgeDecrypt()
302 memcpy(yPrev, y, 16); in AesIgeDecrypt()
/dports/graphics/devil/devil-1.7.8/src-ILU/src/
H A Dilu_region.c132 ILint yPrev = pts[cnt - 2].y; in BuildEdgeList() local
145 MakeEdgeRec(v2, v1, yPrev, edge, edges); in BuildEdgeList()
148 yPrev = v1.y; in BuildEdgeList()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/
H A DIntegratorRep.h620 const Vector& getPreviousY() const {return yPrev;} in getPreviousY()
667 yPrev = s.getY(); in saveTimeAndStateAsPrevious()
668 qPrev.viewAssign(yPrev(0, nq)); in saveTimeAndStateAsPrevious()
669 uPrev.viewAssign(yPrev(nq, nu)); in saveTimeAndStateAsPrevious()
670 zPrev.viewAssign(yPrev(nq+nu, nz)); in saveTimeAndStateAsPrevious()
1092 Vector yPrev; variable
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/levels/
H A Dhistogrampainter.cpp222 int yPrev = 0; in renderSingleColorLine() local
236 … (y > yPrev) ? curvePath.lineTo(x, wHeight - yPrev) : curvePath.lineTo(x - 1, wHeight - y); in renderSingleColorLine()
240 yPrev = y; in renderSingleColorLine()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/example/fluid/
H A Dmain.go181 xPrev, yPrev int
204 v[p.X+1][p.Y+1] = force * float32(p.Y-yPrev)
206 xPrev, yPrev, havePrevLoc = p.X, p.Y, true
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/example/fluid/
H A Dmain.go181 xPrev, yPrev int
204 v[p.X+1][p.Y+1] = force * float32(p.Y-yPrev)
206 xPrev, yPrev, havePrevLoc = p.X, p.Y, true
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientscr/
H A Dscreensaver_win.cpp1333 static INT yPrev = -1; in SaverProc() local
1336 if (xCur != xPrev || yCur != yPrev) { in SaverProc()
1338 yPrev = yCur; in SaverProc()
1493 static INT yPrev = -1; in GenericSaverProc() local
1496 if (xCur != xPrev || yCur != yPrev) { in GenericSaverProc()
1498 yPrev = yCur; in GenericSaverProc()
/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A Dvector3.h140 { T yPrev = y; in gcd() local
142 x = yPrev; in gcd()
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A Dvector3.h157 { T yPrev = y; in gcd() local
159 x = yPrev; in gcd()
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dapp.c1250 static float yPrev = 0.0f; in processEvents_App() local
1258 ev.tfinger.dy = yf - yPrev; in processEvents_App()
1260 yPrev = yf; in processEvents_App()
1276 ev.tfinger.dy = yf - yPrev; in processEvents_App()
1278 yPrev = yf; in processEvents_App()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfp_Line.cpp1934 UT_sint32 yPrev=0; in _doClearScreenFromRunToEnd() local
1939 pPrevLine->getScreenOffsets(pLastRun,xPrev,yPrev); in _doClearScreenFromRunToEnd()
1940 if((leftClear >0) && (yPrev > 0) && (yPrev == yoffLine)) in _doClearScreenFromRunToEnd()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold46480 "yPrev": -9.574845,