Home
last modified time | relevance | path

Searched refs:w_step (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_listbase_test.cc170 char *w_step; in TEST() local
182 w_step = words; in TEST()
184 words_arr[i] = w_step; in TEST()
185 w_step += strlen(w_step) + 1; in TEST()
207 w_step = words; in TEST()
210 link->data = w_step; in TEST()
212 w_step += strlen(w_step) + 1; in TEST()
/dports/graphics/tesseract/tesseract-5.0.0/src/arch/
H A Dintsimdmatrixavx2.cpp293 wi += w_step; in matrixDotVector()
298 w_step /= 2; in matrixDotVector()
302 wi += w_step; in matrixDotVector()
308 w_step /= 2; in matrixDotVector()
312 wi += w_step; in matrixDotVector()
318 w_step /= 2; in matrixDotVector()
538 wi += w_step; in matrixDotVector()
543 w_step /= 2; in matrixDotVector()
547 wi += w_step; in matrixDotVector()
553 w_step /= 2; in matrixDotVector()
[all …]
H A Dintsimdmatrixneon.cpp177 int w_step = (rounded_num_in + 1) * group_size; in matrixDotVector() local
181 wi += w_step; in matrixDotVector()
/dports/devel/love07/love-HEAD/src/modules/timer/sdl/
H A Dwrap_Timer.cpp32 int w_step(lua_State *) in w_step() function
71 { "step", w_step },
H A Dwrap_Timer.h34 int w_step(lua_State * L);
/dports/devel/love08/love-0.8.0/src/modules/timer/
H A Dwrap_Timer.cpp34 int w_step(lua_State *) in w_step() function
72 { "step", w_step },
H A Dwrap_Timer.h31 int w_step(lua_State * L);
/dports/devel/love/love-11.3/src/modules/timer/
H A Dwrap_Timer.cpp33 int w_step(lua_State *L) in w_step() function
72 { "step", w_step },
/dports/devel/love10/love-0.10.2/src/modules/timer/
H A Dwrap_Timer.cpp35 int w_step(lua_State *) in w_step() function
74 { "step", w_step },
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/torch/data/transforms/
H A Dtransforms.py380 w_step = (image_w - crop_w) // 4
385 ret.append((4 * w_step, 0)) # upper right
387 ret.append((4 * w_step, 4 * h_step)) # lower right
388 ret.append((2 * w_step, 2 * h_step)) # center
392 ret.append((4 * w_step, 2 * h_step)) # center right
393 ret.append((2 * w_step, 4 * h_step)) # lower center
394 ret.append((2 * w_step, 0 * h_step)) # upper center
396 ret.append((1 * w_step, 1 * h_step)) # upper left quarter
397 ret.append((3 * w_step, 1 * h_step)) # upper right quarter
398 ret.append((1 * w_step, 3 * h_step)) # lower left quarter
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/image/
H A Dimage_util.cpp46 float w_step = (float)(image.GetWidth()) / (float)(width); in Scale() local
62 int j_end = (int)(w_offs + w_step); in Scale()
146 w_offs += w_step; in Scale()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_menger_sponge.py81 w_step = width / self.__max_point_number
85 p[0] * w_step - w2,
86 p[1] * w_step - w2,
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dgemm_x8s8s32x_convolution.cpp223 const int w_step = nstl::min(jcp.ow_block, jcp.ow - ow); in execute_forward_thr() local
241 ow, w_step); in execute_forward_thr()
250 ow, w_step); in execute_forward_thr()
258 const dim_t N = h_step * w_step; in execute_forward_thr()
281 apply_zp_src_comp_pad(jcp, g, od, oh, ow, h_step, w_step, acc, in execute_forward_thr()
287 w_step} in execute_forward_thr()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dgemm_x8s8s32x_convolution.cpp227 const int w_step = nstl::min(jcp.ow_block, jcp.ow - ow); in execute_forward_thr() local
242 jcp, src, imtr, col, oh, h_step, ow, w_step); in execute_forward_thr()
247 const dim_t N = h_step * w_step; in execute_forward_thr()
270 apply_zp_src_comp_pad(jcp, g, od, oh, ow, h_step, w_step, acc, in execute_forward_thr()
276 w_step} in execute_forward_thr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1398 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1403 w_step = 1 << walign; in jpeg_bound_align_image()
1414 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1422 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1423 *w += w_step; in jpeg_bound_align_image()
1743 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1748 w_step = 1; in exynos3250_jpeg_try_crop()
1752 w_step = 2; in exynos3250_jpeg_try_crop()
1756 w_step = 1; in exynos3250_jpeg_try_crop()
1766 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1398 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1403 w_step = 1 << walign; in jpeg_bound_align_image()
1414 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1422 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1423 *w += w_step; in jpeg_bound_align_image()
1743 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1748 w_step = 1; in exynos3250_jpeg_try_crop()
1752 w_step = 2; in exynos3250_jpeg_try_crop()
1756 w_step = 1; in exynos3250_jpeg_try_crop()
1766 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1398 int width, height, w_step, h_step; in jpeg_bound_align_image() local
1403 w_step = 1 << walign; in jpeg_bound_align_image()
1414 if (w_step == 4 && ((width & 3) == 1)) { in jpeg_bound_align_image()
1422 if (*w < width && (*w + w_step) < wmax) in jpeg_bound_align_image()
1423 *w += w_step; in jpeg_bound_align_image()
1743 int w_step, h_step; in exynos3250_jpeg_try_crop() local
1748 w_step = 1; in exynos3250_jpeg_try_crop()
1752 w_step = 2; in exynos3250_jpeg_try_crop()
1756 w_step = 1; in exynos3250_jpeg_try_crop()
1766 r->width = round_down(r->width, w_step); in exynos3250_jpeg_try_crop()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/samples/
H A DIsotropic_Sqw.comp330 double w_max, w_step; /* min=-w_max */
407 Sqw_Data->w_step =1;
904 tmp = sqw_full*Sqw_Data->w_step;
923 sq_cl *= Sqw_Data->w_step;
1151 double w_max, w_step;
1335 Sqw_Data->w_bins = w_bins; Sqw_Data->w_max = w_max; Sqw_Data->w_step= w_step;
1476 M1 += w*sqw_full*w_step;
1481 M1_cl += w*sqw_opp*w_step;
1501 if (fabs(M1) < 2*w_step) {
1506 } else { /* M1_cl > M1 > 2*w_step */
[all …]
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmm.h55 size_t w_step; // Number of warm up/burn in variable
H A Dbslmm.cpp81 w_step = cPar.w_step; in CopyFromParam()
988 size_t total_step = w_step + s_step; in MCMC()
1110 if (t < w_step) { in MCMC()
1664 size_t total_step = w_step + s_step; in MCMC()
1797 if (t < w_step) { in MCMC()
H A Dparam.h208 size_t w_step; // # warm up/burn in iter. variable
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/data/transforms/
H A Dvideo.py523 w_step = (w - tw) // 2
526 offsets.append((2 * w_step, 0)) # right
527 offsets.append((w_step, 0)) # middle
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/
H A Drcar_jpu.c753 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
758 w_step = 1U << w_align; in jpu_bound_align_image()
763 if (*w < width && *w + w_step < w_max) in jpu_bound_align_image()
764 *w += w_step; in jpu_bound_align_image()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/
H A Drcar_jpu.c753 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
758 w_step = 1U << w_align; in jpu_bound_align_image()
763 if (*w < width && *w + w_step < w_max) in jpu_bound_align_image()
764 *w += w_step; in jpu_bound_align_image()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/
H A Drcar_jpu.c753 unsigned int width, height, w_step, h_step; in jpu_bound_align_image() local
758 w_step = 1U << w_align; in jpu_bound_align_image()
763 if (*w < width && *w + w_step < w_max) in jpu_bound_align_image()
764 *w += w_step; in jpu_bound_align_image()

12