Searched defs:py (Results 26 - 50 of 93) sorted by relevance

1234

/external/eigen/blas/
H A Dlevel2_real_impl.h13 int EIGEN_BLAS_FUNC(symv) (char *uplo, int *n, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *px, int *incx, RealScalar *pbeta, RealScalar *py, int *incy) argument
32 Scalar* y = reinterpret_cast<Scalar*>(py);
132 int EIGEN_BLAS_FUNC(syr2)(char *uplo, int *n, RealScalar *palpha, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, int *ldc) argument
164 Scalar* y = reinterpret_cast<Scalar*>(py);
285 int EIGEN_BLAS_FUNC(spr2)(char *uplo, int *n, RealScalar *palpha, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pap) argument
303 Scalar* y = reinterpret_cast<Scalar*>(py);
340 int EIGEN_BLAS_FUNC(ger)(int *m, int *n, Scalar *palpha, Scalar *px, int *incx, Scalar *py, int *incy, Scalar *pa, int *lda) argument
343 Scalar* y = reinterpret_cast<Scalar*>(py);
H A Dlevel2_impl.h201 RealScalar *px, int *incx, RealScalar *pbeta, RealScalar *py, int *incy)
205 Scalar* y = reinterpret_cast<Scalar*>(py);
200 gbmv(char *trans, int *m, int *n, int *kl, int *ku, RealScalar *palpha, RealScalar *pa, int *lda, RealScalar *px, int *incx, RealScalar *pbeta, RealScalar *py, int *incy) argument
/external/libpng/contrib/examples/
H A Dpngpixel.c246 png_uint_32 py; local
254 * skip the loop below (over py) if the image is
276 /* To find the pixel, loop over 'py' for each pass
280 for (py = ystart; py < height; py += ystep)
300 if (y == py) for (px = xstart, ppx = 0;
/external/skia/debugger/QT/
H A DSkCanvasWidget.cpp139 void SkCanvasWidget::zoom(float scale, int px, int py) { argument
140 fUserMatrix.postScale(scale, scale, px, py);
/external/skia/samplecode/
H A DSampleCircle.cpp90 static void rotate(SkCanvas* canvas, SkScalar angle, SkScalar px, SkScalar py) { argument
91 canvas->translate(-px, -py);
93 canvas->translate(px, py);
H A DSampleOvalTest.cpp61 SkScalar py = SkIntToScalar(y) + SK_ScalarHalf; local
64 SkScalar dist = SkPoint::Length(px - cx, py - cy);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.cpp113 static void findCandidatesInPlane(double px, double py, double nz, double* candidates, int* numCandidates) argument
116 double phi = atan2(px, py);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dyuvframegenerator.cc130 int x, y, pw, ph, px, py; local
134 py = n % (h * 2);
136 if (py >= h) py = h + h - py - 1;
137 for (y = py - ph; y < py + ph; y++) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h224 unsigned px, py, pixel_offset; local
236 py = y % TILE_SIZE;
237 pixel_offset = tile_pixel_offset(px, py, 0);
H A Dlp_rast_tri_tmp.h118 int py = y + iy; local
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
140 int py = y + iy; local
145 block_full_4(task, tri, px, py);
221 int py = y + iy; local
232 TAG(do_block_16)(task, tri, plane, px, py, cx);
242 int py = y + iy; local
247 block_full_16(task, tri, px, py);
309 int py = y + iy; local
317 + plane[j].dcdy * py) *
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatriangle.c52 const GLfloat py = v1[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;
/external/chromium_org/third_party/skia/gm/
H A Dstrokes.cpp110 static void rotate(SkScalar angle, SkScalar px, SkScalar py, SkCanvas* canvas) { argument
112 matrix.setRotate(angle, px, py);
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokerPriv.cpp26 SkScalar py = pivot.fY; local
32 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
33 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
34 px + CWX(nx, ny), py + CWY(nx, ny));
35 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
36 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h224 unsigned px, py, pixel_offset; local
236 py = y % TILE_SIZE;
237 pixel_offset = tile_pixel_offset(px, py, 0);
H A Dlp_rast_tri_tmp.h118 int py = y + iy; local
130 TAG(do_block_4)(task, tri, plane, px, py, cx);
140 int py = y + iy; local
145 block_full_4(task, tri, px, py);
221 int py = y + iy; local
232 TAG(do_block_16)(task, tri, plane, px, py, cx);
242 int py = y + iy; local
247 block_full_16(task, tri, px, py);
309 int py = y + iy; local
317 + plane[j].dcdy * py) *
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c186 GLint px, py; local
245 for (py = 0; py < height; py += DY) {
247 int h = MIN2(DY, height - py);
265 -orig_dsty + y_flip(fb, dsty + py, h),
282 dsty + py,
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c52 const GLfloat py = v1[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;
/external/opencv/cv/src/
H A Dcvcornersubpix.cpp209 double py = i - win.height; local
225 bb1 += gxx * px + gxy * py;
226 bb2 += gxy * px + gyy * py;
/external/openfst/src/include/fst/
H A Dshortest-path.h221 const Pair &py = pairs_[y]; local
224 Weight dy = py.first == superfinal_ ? Weight::One() :
225 py.first < distance_.size() ? distance_[py.first] : Weight::Zero();
227 Weight wy = Times(dy, py.second);
231 if (px.first == superfinal_ && py.first != superfinal_) {
233 } else if (py.first == superfinal_ && px.first != superfinal_) {
/external/qemu/ui/
H A Dcurses.c46 static int px, py, sminx, sminy, smaxx, smaxy; variable
56 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
89 py = (height - LINES) / 2;
93 py = 0;
141 y = sminy + y - py;

Completed in 456 milliseconds

1234