Searched defs:Dx (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h84 int P[], int Q[], double Dx[], int *do_recip, double Rs[], void *Numeric)
86 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
90 int P[], int Q[], std::complex<double> Dx[], int *do_recip, double Rs[], void *Numeric)
94 double& dx0_real = numext::real_ref(Dx[0]);
96 Dx?&dx0_real:0,0,do_recip,Rs,Numeric);
83 umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[], int P[], int Q[], double Dx[], int *do_recip, double Rs[], void *Numeric) argument
89 umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[], int P[], int Q[], std::complex<double> Dx[], int *do_recip, double Rs[], void *Numeric) argument
/external/opencv/cv/src/
H A Dcvcorner.cpp209 CvMat *Dx = 0, *Dy = 0, *cov = 0; local
295 CV_CALL( Dx = cvCreateMat( max_dy, aligned_width, d_depth ));
299 Dx->cols = Dy->cols = size.width;
303 d_step = Dx->step ? Dx->step : CV_STUB_STEP;
324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage );
336 Dx->data.ptr, d_step, stripe_size,
345 Dx->data.ptr, d_step, stripe_size ));
356 const short* dxdata = (const short*)(Dx->data.ptr + i*Dx
506 CvMat *Dx = 0, *Dy = 0, *D2x = 0, *D2y = 0, *Dxy = 0; local
[all...]
H A Dcvsurf.cpp114 CvSurfHF Dx[NX], Dy[NY], Dxy[NXY], Dm; local
138 icvResizeHaarPattern( dx_s, Dx, NX, SIZE0, size, sum->cols );
167 dx = (s[Dx[0].p0] + s[Dx[0].p3] - s[Dx[0].p1] - s[Dx[0].p2])*Dx[0].w +
168 (s[Dx[1].p0] + s[Dx[1].p3] - s[Dx[
[all...]
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1095 Long Dx, Dy; local
1102 Dx = x2 - x1;
1112 x1 += SMulDiv( Dx, miny - y1, Dy );
1124 /* x2 += FMulDiv( Dx, maxy - y2, Dy ); UNNECESSARY */
1140 x1 += SMulDiv( Dx, ras.precision - f1, Dy );
1166 if ( Dx > 0 )
1168 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy );
1169 Rx = ( ras.precision * Dx ) % Dy;
1170 Dx = 1;
1174 Ix = -SMulDiv_No_Round( ras.precision, -Dx, D
[all...]
/external/freetype/src/raster/
H A Dftraster.c1097 Long Dx, Dy; local
1104 Dx = x2 - x1;
1114 x1 += SMulDiv( Dx, miny - y1, Dy );
1126 /* x2 += FMulDiv( Dx, maxy - y2, Dy ); UNNECESSARY */
1142 x1 += SMulDiv( Dx, ras.precision - f1, Dy );
1168 if ( Dx > 0 )
1170 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy );
1171 Rx = ( ras.precision * Dx ) % Dy;
1172 Dx = 1;
1176 Ix = -SMulDiv_No_Round( ras.precision, -Dx, D
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c1097 Long Dx, Dy; local
1104 Dx = x2 - x1;
1114 x1 += SMulDiv( Dx, miny - y1, Dy );
1126 /* x2 += FMulDiv( Dx, maxy - y2, Dy ); UNNECESSARY */
1142 x1 += SMulDiv( Dx, ras.precision - f1, Dy );
1168 if ( Dx > 0 )
1170 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy );
1171 Rx = ( ras.precision * Dx ) % Dy;
1172 Dx = 1;
1176 Ix = -SMulDiv_No_Round( ras.precision, -Dx, D
[all...]

Completed in 1180 milliseconds