Home
last modified time | relevance | path

Searched refs:qx0 (Results 1 – 25 of 47) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/videostab/src/
H A Dinpainting.cpp248 if (qy0 >= 0 && qy0 < mask0.rows && qx0 >= 0 && qx0 < mask0.cols && mask0(qy0,qx0)) in operator ()()
250 int qx1 = cvRound(qx0 + flowX(qy0,qx0)); in operator ()()
260 if (qx0 > 0 && mask0(qy0,qx0-1)) in operator ()()
262 if (qx0+1 < mask0.cols && mask0(qy0,qx0+1)) in operator ()()
269 dudx = flowX(qy0,qx0) - flowX(qy0,qx0-1); in operator ()()
270 dvdx = flowY(qy0,qx0) - flowY(qy0,qx0-1); in operator ()()
273 else if (qx0+1 < mask0.cols && mask0(qy0,qx0+1)) in operator ()()
275 dudx = flowX(qy0,qx0+1) - flowX(qy0,qx0); in operator ()()
276 dvdx = flowY(qy0,qx0+1) - flowY(qy0,qx0); in operator ()()
294 dudy = flowX(qy0+1,qx0) - flowX(qy0,qx0); in operator ()()
[all …]
/dports/math/gecode/gecode-0916a1a/contribs/quacode/quacode/qint/qbool/
H A Dqbool.cpp58 qrel(Home home, QBoolVar qx0, BoolOpType o, QBoolVar qx1, BoolVar x2) { in qrel() argument
64 NegBoolView n0(qx0.x); NegBoolView n1(qx1.x); NegBoolView n2(x2); in qrel()
66 ::post(home,n0,qx0.q,qx0.r,n1,qx1.q,qx1.r,n2))); in qrel()
71 ::post(home,qx0.x,qx0.q,qx0.r,qx1.x,qx1.q,qx1.r,x2))); in qrel()
75 NegBoolView n0(qx0.x); in qrel()
77 ::post(home,n0,qx0.q,qx0.r,qx1.x,qx1.q,qx1.r,x2))); in qrel()
82 ::post(home,qx0,qx1,x2))); in qrel()
86 ::post(home,qx0,qx1,x2))); in qrel()
H A Dor.hpp313 …: BinaryPropagator<BV,PC_BOOL_VAL>(home,b[0],b[1]), x(b), qx0(_q[0]), qx1(_q[1]), qx(NULL), rx0(_r… in QNaryOrTrue()
330 : BinaryPropagator<BV,PC_BOOL_VAL>(home,share,p), qx0(p.qx0), qx1(p.qx1), qx(NULL), in QNaryOrTrue()
357 return new (home) QBinOrTrue<BV,BV>(home,share,*this,x0,qx0,rx0,x1,qx1,rx1); in copy()
429 GECODE_ES_CHECK(resubscribe(home,x0,qx0,rx0,x1,qx1,rx1)); in propagate()
430 GECODE_ES_CHECK(resubscribe(home,x1,qx1,rx1,x0,qx0,rx0)); in propagate()
H A Dclause.hpp60 ViewArray<VX>& x0, const QuantArgs& qx0, const IntArgs& rx0, in QClauseTrue() argument
63 …(home,x0[x0.size()-1],y0[y0.size()-1]), x(x0), c_qx(qx0[x0.size()-1]), qx(NULL), c_rx(rx0[x0.size(… in QClauseTrue()
70 for (int n=x.size(); n-- ; ) { qx[n] = qx0[n]; rx[n] = rx0[n]; } in QClauseTrue()
266 …QClause<VX,VY>::QClause(Home home, ViewArray<VX>& x0, const QuantArgs& qx0, const IntArgs& rx0, Vi… in QClause() argument
272 for (int n=x.size(); n-- ; ) { qx[n] = qx0[n]; rx[n] = rx0[n]; } in QClause()
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_quad.c100 double *qx0, double *qy0, in eina_quad_coords_get() argument
105 if (qx0) *qx0 = q->x0; in eina_quad_coords_get()
116 double qx0, double qy0, in eina_quad_coords_set() argument
121 QUAD_X0(q) = qx0; in eina_quad_coords_set()
/dports/graphics/embree/embree-3.13.2/scripts/
H A Dgenerate_motion_derivative_coefficients.py44 qx0, qy0, qz0, qw0 = sp.symbols("qx0, qy0, qz0, qw0", real=True) # quaternion at t=0 variable
51 q0 = sp.Quaternion(qw0, qx0, qy0, qz0)
133 K[k] = K[k].subs(qw0*qw0, 1-qx0*qx0-qy0*qy0-qz0*qz0) # clean up substitutions
163 qw0, qx0, qy0, qz0,
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestObservedPointFitter.cpp134 const QIndex qx0 = mobod.getFirstQIndex(s); in testObservedPointFitter() local
135 s.updQ()[qx0+i] = targetQ[qx0+i] = 2.0*random.getValue(); in testObservedPointFitter()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c52 GLfloat qx0, qy0; /* quad vertices */ member
290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef()
350 line->qx0 = x0 - line->yAdj; in segment()
359 line->ex0 = line->qx1 - line->qx0; in segment()
365 line->ex3 = line->qx0 - line->qx3; in segment()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dtexfont.c665 GLfloat qx0, qy0, qx1, qy1; in print_texture_string() local
696 qx0 = overall.lbearing; in print_texture_string()
709 glTexCoord2f (tx0, ty0); glVertex3f (qx0, qy0, 0); in print_texture_string()
712 glTexCoord2f (tx0, ty1); glVertex3f (qx0, qy1, 0); in print_texture_string()
719 glTexCoord2f (tx0, ty0); glVertex3f (qx0, qy0, 0); in print_texture_string()
722 glTexCoord2f (tx0, ty1); glVertex3f (qx0, qy1, 0); in print_texture_string()
H A Dsplitflap.c655 GLfloat qx0, qy0, qx1, qy1; in draw_fin_text_quad() local
699 qx0 = -overall.lbearing; in draw_fin_text_quad()
705 qx0 -= (overall.rbearing - overall.lbearing) / 2.0; in draw_fin_text_quad()
778 glTexCoord2f (tx0, ty0); glVertex3f (qx0, qy0, 0); in draw_fin_text_quad()
781 glTexCoord2f (tx0, ty1); glVertex3f (qx0, qy1, 0); in draw_fin_text_quad()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/edgetempest/
H A DChCGeometryCollider.cpp844 double qx0, qy0, qx1, qy1, tst; in operator ()() local
847 qx0 = *q; in operator ()()
859 double dx = (qx1 - qx0); in operator ()()
864 if (((qx0 < tst) && (qx1 > tst)) || ((qx0 > tst) && (qx1 < tst))) { in operator ()()
866 double qyt = qy0 + (qxt - qx0) * alpha; in operator ()()
876 if (((qx0 < tst) && (qx1 > tst)) || ((qx0 > tst) && (qx1 < tst))) { in operator ()()
878 double qyt = qy0 + (qxt - qx0) * alpha; in operator ()()
893 double qxt = qx0 + (qyt - qy0) * inv_alpha; in operator ()()
905 double qxt = qx0 + (qyt - qy0) * inv_alpha; in operator ()()
/dports/math/gecode/gecode-0916a1a/contribs/quacode/quacode/
H A Dqcsp.hh201 qrel(Home home, QBoolVar qx0, BoolOpType o, QBoolVar qx1, BoolVar x2);
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dmoments.cpp232 v_uint32x4 z = v_setzero_u32(), qx0 = z, qx1 = z, qx2 = z, qx3 = z; in operator ()() local
239 qx0 += v_reinterpret_as_u32(p); in operator ()()
247 x0 = v_reduce_sum(qx0); in operator ()()
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSGEngine.cpp661 double qx0 = x0; double qy0 = y0; in curvetoInternal() local
684 curvetoInternal (qx0, qy0, qx1, qy1, qx2, qy2, qx3, qy3, rec); in curvetoInternal()
/dports/math/gecode/gecode-0916a1a/contribs/quacode/quacode/qint/
H A Dqbool.hh265 TQuantifier qx0; member in Gecode::Int::Bool::QNaryOrTrue
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpppm.cpp1774 double qx0,qy0,qz0,qx1,qy1,qz1,qx2,qy2,qz2; in compute_sf_precoeff() local
1791 qx0 = MY_2PI*(kper+nx_pppm*(i-2)); in compute_sf_precoeff()
1794 wx0[i] = powsinxx(0.5*qx0/nx_pppm,order); in compute_sf_precoeff()

12