Searched defs:py (Results 26 - 50 of 93) sorted by last modified time

1234

/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/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c268 GLint px, GLint py, GLsizei width, GLsizei height,
273 destBuffer += py * destStride + px;
697 int px = -999, py = -999; local
706 py = y - cache->ypos;
708 py < 0 || py + height > BITMAP_CACHE_HEIGHT ||
722 py = (BITMAP_CACHE_HEIGHT - height) / 2;
724 cache->ypos = y - py;
731 assert(py != -999);
745 unpack_bitmap(st, px, py, widt
267 unpack_bitmap(struct st_context *st, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, ubyte *destBuffer, uint destStride) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c95 const GLfloat py = y1 - y0;
97 const GLfloat qx = -py;
100 const GLfloat a = py * qz - pz * qy;
102 const GLfloat c = px * qy - py * qx;
111 const GLfloat py = y1 - y0; local
114 const GLfloat b = pz * py;
115 const GLfloat c = px * px + py * py;
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;
H A Ds_bitmap.c49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, argument
87 span.array->y[count] = py + row;
109 span.array->y[count] = py + row;
148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py,
172 span.y = py;
/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...]
H A Dlp_setup_tri.c593 unsigned py = bbox->y0 & 63 & ~3; local
604 assert(py + 4 <= TILE_SIZE);
608 lp_rast_arg_triangle_contained(tri, px, py) );
622 py = MIN2(py, TILE_SIZE - 16);
625 assert(py + 16 <= TILE_SIZE);
630 lp_rast_arg_triangle_contained(tri, px, py) );
636 py = MIN2(py, TILE_SIZE - 16);
639 assert(py
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
420 py = y0;
432 py = y0;
443 py = y0;
454 py = y0;
475 py = y2;
498 py = y1;
523 y1 = 2*oy-py;
528 py
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
[all...]
H A Dpath.h46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
/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/drivers/dri/r200/
H A Dr200_swtcl.c745 r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py, argument
867 vert.tv.y = h - (py+row) - 1;
884 vert.tv.y = h - (py+row) - 1;
/external/lldb/test/expression_command/issue_11588/
H A DTest11588.py45 self.runCmd("command script import --allow-reload s11588.py") namespace
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommand.py86 self.runCmd("command script import --allow-reload ./bktptcmd.py") namespace
/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py39 self.runCmd("command script import ./foo/foo.py --allow-reload") namespace
40 self.runCmd("command script import ./foo/foo2.py --allow-reload") namespace
41 self.runCmd("command script import ./foo/bar/foobar.py --allow-reload") namespace
42 self.runCmd("command script import ./bar/bar.py --allow-reload") namespace
44 self.expect("command script import ./nosuchfile.py", namespace
48 self.expect("command script import ./foo/foo.py", error=False) namespace
55 self.expect("command script import ./dummymodule.py", error=False) namespace
56 self.expect("command script import --allow-reload ./dummymodule.py", error=False) namespace
/external/lldb/test/functionalities/command_script/import/rdar-12586188/
H A DTestRdar12586188.py24 self.expect("command script import ./fail12586188.py --allow-reload", namespace
26 self.expect("command script import ./fail212586188.py --allow-reload", namespace
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DTestDataFormatterPythonSynth.py230 self.runCmd("command script import ./ftsp.py --allow-reload") namespace
/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py156 self.runCmd("command script import --allow-reload ./jas_synth.py") namespace
/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/libmtp/src/
H A Dptp-pack.c1036 const MTPProperties *py = y; local
1038 return px->ObjectHandle - py->ObjectHandle;
/external/eigen/blas/
H A Dlevel1_cplx_impl.h40 int EIGEN_BLAS_FUNC(dotcw)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar* pres) argument
47 Scalar* y = reinterpret_cast<Scalar*>(py);
59 int EIGEN_BLAS_FUNC(dotuw)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar* pres) argument
66 Scalar* y = reinterpret_cast<Scalar*>(py);
90 int EIGEN_CAT(EIGEN_CAT(SCALAR_SUFFIX,REAL_SCALAR_SUFFIX),rot_)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, RealScalar *ps) argument
95 Scalar* y = reinterpret_cast<Scalar*>(py);
H A Dlevel1_impl.h12 int EIGEN_BLAS_FUNC(axpy)(int *n, RealScalar *palpha, RealScalar *px, int *incx, RealScalar *py, int *incy) argument
15 Scalar* y = reinterpret_cast<Scalar*>(py);
29 int EIGEN_BLAS_FUNC(copy)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) argument
34 Scalar* y = reinterpret_cast<Scalar*>(py);
152 int EIGEN_BLAS_FUNC(swap)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) argument
157 Scalar* y = reinterpret_cast<Scalar*>(py);
H A Dlevel1_real_impl.h27 Scalar EIGEN_BLAS_FUNC(dot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) argument
34 Scalar* y = reinterpret_cast<Scalar*>(py);
57 int EIGEN_BLAS_FUNC(rot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *pc, RealScalar *ps) argument
63 Scalar* y = reinterpret_cast<Scalar*>(py);
83 int EIGEN_BLAS_FUNC(rotm)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar *param)
86 Scalar* y = reinterpret_cast<Scalar*>(py);

Completed in 7628 milliseconds

1234