Home
last modified time | relevance | path

Searched refs:xstep (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dbench_full.c118 mpd_t *sqrt_2, *xstep, *ystep; in main() local
138 xstep = new_mpd(); in main()
145 mpd_div_u32(xstep, sqrt_2, 40, &ctx); in main()
155 mpd_add(x0, x0, xstep, &ctx); in main()
189 mpd_del(xstep); in main()
/third_party/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
268 xstep = PNG_PASS_COL_OFFSET(pass); in main()
275 ystep = xstep = 1; in main()
303 px < width; px += xstep, ++ppx) if (x == px) in main()
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
268 xstep = PNG_PASS_COL_OFFSET(pass); in main()
275 ystep = xstep = 1; in main()
303 px < width; px += xstep, ++ppx) if (x == px) in main()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
268 xstep = PNG_PASS_COL_OFFSET(pass); in main()
275 ystep = xstep = 1; in main()
303 px < width; px += xstep, ++ppx) if (x == px) in main()
/third_party/mesa3d/src/mesa/swrast/
Ds_linetemp.h77 GLint xstep, ystep; in NAME() local
177 xstep = -1; in NAME()
186 xstep = 1; in NAME()
318 x0 += xstep; in NAME()
371 x0 += xstep; in NAME()
/third_party/alsa-lib/src/control/
Dcontrol_ext.c160 int64_t xmin, xmax, xstep; in snd_ctl_ext_elem_info() local
164 &xstep); in snd_ctl_ext_elem_info()
167 info->value.integer64.step = xstep; in snd_ctl_ext_elem_info()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1008 int xstep, ystep; in sp_setup_line() local
1035 xstep = -1; in sp_setup_line()
1038 xstep = 1; in sp_setup_line()
1085 x0 += xstep; in sp_setup_line()
1111 x0 += xstep; in sp_setup_line()
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_gridinfo.hpp722 double xorigin, yorigin, xstep, ystep; in pj_gridinfo_init_gtx() local
734 memcpy( &xstep, header+24, 8 ); in pj_gridinfo_init_gtx()
753 ct.del.lam = xstep; in pj_gridinfo_init_gtx()
/third_party/ffmpeg/libavfilter/
Dvf_pullup.c534 int xstep = 8; in compute_metric() local
537 int w = s->metric_w * xstep; in compute_metric()
554 for (x = 0; x < w; x += xstep) in compute_metric()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c903 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle() local
922 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER); in lp_setup_bin_triangle()
987 cx[i] += xstep[i]; in lp_setup_bin_triangle()
/third_party/libpng/contrib/libtests/
Dpngvalid.c4034 png_uint_32 xin, xout, xstep; in interlace_row() local
4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row()
4046 for (xout=0; xin<w; xin+=xstep) in interlace_row()
4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local
4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row()
4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4034 png_uint_32 xin, xout, xstep; in interlace_row() local
4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row()
4046 for (xout=0; xin<w; xin+=xstep) in interlace_row()
4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local
4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row()
4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4034 png_uint_32 xin, xout, xstep; in interlace_row() local
4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row()
4046 for (xout=0; xin<w; xin+=xstep) in interlace_row()
4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local
4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row()
4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()