Home
last modified time | relevance | path

Searched refs:xcoeff (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_rect_mask_generator_p.h25 : xcoeff(0), in Private()
36 : xcoeff(rhs.xcoeff), in Private()
45 qreal xcoeff; member
H A Dkis_curve_rect_mask_generator_p.h35 : xcoeff(rhs.xcoeff), in Private()
45 qreal xcoeff {0.0};
H A Dkis_antialiasing_fade_maker.h48 void setSquareNormCoeffs(qreal xcoeff, qreal ycoeff) { in setSquareNormCoeffs() argument
51 qreal xf = qMax(0.0, ((1.0 / xcoeff) - 1.0) * xcoeff); in setSquareNormCoeffs()
H A Dkis_rect_mask_generator.cpp85 d->xcoeff = 2.0 / effectiveSrcWidth(); in setScale()
132 qreal nxr = xr * d->xcoeff; in valueAt()
H A Dkis_curve_rect_mask_generator.cpp89 d->xcoeff = 1.0 / halfWidth; in setScale()
101 xr = qAbs(xr) * xcoeff; in value()
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DSurfaceParam.c261 double ans,*xd,*yd,xcoeff[4],zval[4]; in interpolate2D() local
273 xcoeff[0]=(x-xd[1])*(x-xd[2])*(x-xd[3])/((xd[0]-xd[1])*(xd[0]-xd[2])*(xd[0]-xd[3])); in interpolate2D()
274 xcoeff[1]=(x-xd[0])*(x-xd[2])*(x-xd[3])/((xd[1]-xd[0])*(xd[1]-xd[2])*(xd[1]-xd[3])); in interpolate2D()
275 xcoeff[2]=(x-xd[0])*(x-xd[1])*(x-xd[3])/((xd[2]-xd[0])*(xd[2]-xd[1])*(xd[2]-xd[3])); in interpolate2D()
276 xcoeff[3]=(x-xd[0])*(x-xd[1])*(x-xd[2])/((xd[3]-xd[0])*(xd[3]-xd[1])*(xd[3]-xd[2])); in interpolate2D()
278 …zval[0]=xcoeff[0]*zdata[ny*(i-2)+(j-2)]+xcoeff[1]*zdata[ny*(i-1)+(j-2)]+xcoeff[2]*zdata[ny*(i)+(j-… in interpolate2D()
279 …zval[1]=xcoeff[0]*zdata[ny*(i-2)+(j-1)]+xcoeff[1]*zdata[ny*(i-1)+(j-1)]+xcoeff[2]*zdata[ny*(i)+(j-… in interpolate2D()
280 …zval[2]=xcoeff[0]*zdata[ny*(i-2)+(j-0)]+xcoeff[1]*zdata[ny*(i-1)+(j-0)]+xcoeff[2]*zdata[ny*(i)+(j-… in interpolate2D()
281 …zval[3]=xcoeff[0]*zdata[ny*(i-2)+(j+1)]+xcoeff[1]*zdata[ny*(i-1)+(j+1)]+xcoeff[2]*zdata[ny*(i)+(j+… in interpolate2D()
H A DRnSort.c470 double ans,*xd,*yd,xcoeff[4],zval[4]; in cubicinterpolate2D() local
482 xcoeff[0]=(x-xd[1])*(x-xd[2])*(x-xd[3])/((xd[0]-xd[1])*(xd[0]-xd[2])*(xd[0]-xd[3])); in cubicinterpolate2D()
483 xcoeff[1]=(x-xd[0])*(x-xd[2])*(x-xd[3])/((xd[1]-xd[0])*(xd[1]-xd[2])*(xd[1]-xd[3])); in cubicinterpolate2D()
484 xcoeff[2]=(x-xd[0])*(x-xd[1])*(x-xd[3])/((xd[2]-xd[0])*(xd[2]-xd[1])*(xd[2]-xd[3])); in cubicinterpolate2D()
485 xcoeff[3]=(x-xd[0])*(x-xd[1])*(x-xd[2])/((xd[3]-xd[0])*(xd[3]-xd[1])*(xd[3]-xd[2])); in cubicinterpolate2D()
487 …zval[0]=xcoeff[0]*zdata[ny*(i-2)+(j-2)]+xcoeff[1]*zdata[ny*(i-1)+(j-2)]+xcoeff[2]*zdata[ny*(i)+(j-… in cubicinterpolate2D()
488 …zval[1]=xcoeff[0]*zdata[ny*(i-2)+(j-1)]+xcoeff[1]*zdata[ny*(i-1)+(j-1)]+xcoeff[2]*zdata[ny*(i)+(j-… in cubicinterpolate2D()
489 …zval[2]=xcoeff[0]*zdata[ny*(i-2)+(j-0)]+xcoeff[1]*zdata[ny*(i-1)+(j-0)]+xcoeff[2]*zdata[ny*(i)+(j-… in cubicinterpolate2D()
490 …zval[3]=xcoeff[0]*zdata[ny*(i-2)+(j+1)]+xcoeff[1]*zdata[ny*(i-1)+(j+1)]+xcoeff[2]*zdata[ny*(i)+(j+… in cubicinterpolate2D()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DAndroidVelocityTracker.cpp222 float xcoeff[kPolyDegree + 1]; in ComputeVelocity() local
224 xcoeff[i] = 0; in ComputeVelocity()
264 if (SolveLeastSquares(time, pos, w, m, n, xcoeff)) { in ComputeVelocity()
265 float velocity = xcoeff[1]; in ComputeVelocity()
/dports/math/maxima/maxima-5.43.2/share/bernstein/
H A Dbernstein_utilities.mac17 bernstein_expand(p,v) := block([d, dd, bbinomial,xcoeff, dm,q],
19 xcoeff : lambda([p,x,d], (p : ratexpand(p), map(lambda([z,n], p : ratcoeff(p,z,n)), x, d), p)),
26 …q : map(lambda([I], multibernstein_poly(I,dm,v) * lsum(bbinomial(I,J) * xcoeff(p, v, J)/ bbinomia…
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DAndroidVelocityTracker.cpp228 float xcoeff[kPolyDegree + 1]; in ComputeVelocity() local
230 xcoeff[i] = 0; in ComputeVelocity()
272 if (SolveLeastSquares(time, pos, w, m, n, xcoeff)) { in ComputeVelocity()
273 float velocity = xcoeff[1]; in ComputeVelocity()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DAndroidVelocityTracker.cpp228 float xcoeff[kPolyDegree + 1]; in ComputeVelocity() local
230 xcoeff[i] = 0; in ComputeVelocity()
272 if (SolveLeastSquares(time, pos, w, m, n, xcoeff)) { in ComputeVelocity()
273 float velocity = xcoeff[1]; in ComputeVelocity()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/src/
H A DAndroidVelocityTracker.cpp228 float xcoeff[kPolyDegree + 1]; in ComputeVelocity() local
230 xcoeff[i] = 0; in ComputeVelocity()
272 if (SolveLeastSquares(time, pos, w, m, n, xcoeff)) { in ComputeVelocity()
273 float velocity = xcoeff[1]; in ComputeVelocity()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dvelocity_tracker.cc62 float xcoeff[kMaxDegree + 1], ycoeff[kMaxDegree + 1]; member
77 xcoeff[i] = 0; in Clear()
379 *out_vx = estimator.xcoeff[1]; in GetVelocity()
635 if (SolveLeastSquares(time, x, w, m, n, out_estimator->xcoeff, &xdet) && in GetEstimator()
646 if (out_estimator->xcoeff[1] * dx + out_estimator->ycoeff[1] * dy < 0) in GetEstimator()
659 out_estimator->xcoeff[0] = x[0]; in GetEstimator()
846 out_estimator->xcoeff[0] = state.xpos; in PopulateEstimator()
847 out_estimator->xcoeff[1] = state.xvel; in PopulateEstimator()
848 out_estimator->xcoeff[2] = state.xaccel / 2; in PopulateEstimator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dvelocity_tracker.cc63 float xcoeff[kMaxDegree + 1], ycoeff[kMaxDegree + 1]; member
78 xcoeff[i] = 0; in Clear()
380 *out_vx = estimator.xcoeff[1]; in GetVelocity()
636 if (SolveLeastSquares(time, x, w, m, n, out_estimator->xcoeff, &xdet) && in GetEstimator()
647 if (out_estimator->xcoeff[1] * dx + out_estimator->ycoeff[1] * dy < 0) in GetEstimator()
660 out_estimator->xcoeff[0] = x[0]; in GetEstimator()
847 out_estimator->xcoeff[0] = state.xpos; in PopulateEstimator()
848 out_estimator->xcoeff[1] = state.xvel; in PopulateEstimator()
849 out_estimator->xcoeff[2] = state.xaccel / 2; in PopulateEstimator()
/dports/graphics/graphviz/graphviz-2.44.1/lib/pathplan/
H A Droute.c417 double scoeff[4], xcoeff[2], ycoeff[2]; in splineintersectsline() local
421 xcoeff[0] = lps[0].x; in splineintersectsline()
422 xcoeff[1] = lps[1].x - lps[0].x; in splineintersectsline()
426 if (xcoeff[1] == 0) { in splineintersectsline()
429 scoeff[0] -= xcoeff[0]; in splineintersectsline()
451 scoeff[0] -= xcoeff[0]; in splineintersectsline()
470 rat = ycoeff[1] / xcoeff[1]; in splineintersectsline()
474 scoeff[0] += rat * xcoeff[0] - ycoeff[0]; in splineintersectsline()
485 sv = (sv - xcoeff[0]) / xcoeff[1]; in splineintersectsline()
/dports/math/R-cran-VGAM/VGAM/man/
H A DposbernUC.Rd14 rposbern(n, nTimePts = 5, pvars = length(xcoeff), xcoeff = c(-2, 1, 2),
84 The first \code{pvars} elements of \code{xcoeff} are used.
89 \item{xcoeff}{
93 The length of \code{xcoeff} must be at least \code{pvars}.
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/x86/
H A Dpvq_sse4.c61 double pvq_search_rdo_double_sse4_1(const od_val16 *xcoeff, int n, int k, in pvq_search_rdo_double_sse4_1() argument
73 float tmp = (float)xcoeff[i]; in pvq_search_rdo_double_sse4_1()
75 x[i] = xcoeff[i]; in pvq_search_rdo_double_sse4_1()
/dports/audio/snd/snd-21.2/sndins/
H A DREADME59 *** (mus-xcoeff gen index) (set! (mus-xcoeff gen index) val)
60 *** gen.xcoeff(index) gen.xcoeff = [index, val]
61 *** mus-xcoeff ( gen index -- val ) set-mus-xcoeff ( gen index val -- val )
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dlisa.c143 funcptr->xcoeff[0], funcptr->xcoeff[1], \
148 double xcoeff[2], ycoeff[2]; member
331 xprod += sin(lf[fctr]->xcoeff[xctr] * loop->theta); in drawlisa()
366 xprod *= sin(lf[fctr]->xcoeff[xctr] * loop->theta); in drawlisa()
538 xprod *= sin(lf[fctr]->xcoeff[xctr] * loop->theta); in initlisa()
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_NV_clip_space_w_scaling8 void glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff)
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_NV_clip_space_w_scaling8 void glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff)
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_NV_clip_space_w_scaling8 void glViewportPositionWScaleNV (GLuint index, GLfloat xcoeff, GLfloat ycoeff)
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/NV/
H A Dclip_space_w_scaling.py19 def glViewportPositionWScaleNV(index,xcoeff,ycoeff):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/NV/
H A Dclip_space_w_scaling.py19 def glViewportPositionWScaleNV(index,xcoeff,ycoeff):pass argument
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dlisa.c115 double xcoeff[2], ycoeff[2]; member
239 xprod += sin(lf[fctr]->xcoeff[xctr] * loop->theta); in drawlisa()
274 xprod *= sin(lf[fctr]->xcoeff[xctr] * loop->theta); in drawlisa()
384 xprod *= sin(lf[fctr]->xcoeff[xctr] * loop->theta); in initlisa()

12345678910>>...13