Home
last modified time | relevance | path

Searched refs:width_out (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/security/klee/klee-2.2/lib/Solver/
H A DSTPBuilder.cpp499 if (width_out) in construct()
504 if (!width_out) width_out = &width; in construct()
517 if (!width_out) width_out = &width; in constructActual()
527 if (*width_out == 1) in constructActual()
601 return vc_iteExpr(vc, src, bvOne(*width_out), bvZero(*width_out)); in constructActual()
613 return vc_iteExpr(vc, src, bvMinusOne(*width_out), bvZero(*width_out)); in constructActual()
868 *width_out = 1; in constructActual()
878 *width_out = 1; in constructActual()
887 *width_out = 1; in constructActual()
896 *width_out = 1; in constructActual()
[all …]
H A DZ3Builder.cpp406 int width_out; in getInitialArray() local
459 if (width_out) in construct()
464 if (!width_out) in construct()
477 if (!width_out) in constructActual()
564 return iteExpr(src, bvOne(*width_out), bvZero(*width_out)); in constructActual()
578 return iteExpr(src, bvMinusOne(*width_out), bvZero(*width_out)); in constructActual()
802 *width_out = 1; in constructActual()
812 *width_out = 1; in constructActual()
821 *width_out = 1; in constructActual()
830 *width_out = 1; in constructActual()
[all …]
H A DMetaSMTBuilder.h597 if (width_out) { in construct()
603 if (!width_out) { in construct()
620 if (!width_out) { in constructActual()
622 width_out = &width; in constructActual()
713 *width_out = ee_width; in constructActual()
733 *width_out = ce_width; in constructActual()
1106 *width_out = 1; in constructActual()
1123 *width_out = 1; in constructActual()
1139 *width_out = 1; in constructActual()
1155 *width_out = 1; in constructActual()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dpao_ml_neuralnet.F82 width_out = SIZE(outer_deriv)
99 backward(nlayers, 1:width_out) = outer_deriv(:)
143 width_out = SIZE(training_matrix%outputs, 1)
144 width = MAX(width_in, width_out)
191 ALLOCATE (prediction(width_out))
221 ALLOCATE (prediction(width_out))
254 width_out = SIZE(prediction)
269 prediction(:) = forward(nlayers, 1:width_out)
295 width_out = SIZE(goal)
310 prediction(:) = forward(nlayers, 1:width_out)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dpao_ml_neuralnet.F85 width_out = SIZE(outer_deriv)
102 backward(nlayers, 1:width_out) = outer_deriv(:)
148 width_out = SIZE(training_matrix%outputs, 1)
149 width = MAX(width_in, width_out)
197 ALLOCATE (prediction(width_out))
227 ALLOCATE (prediction(width_out))
260 width_out = SIZE(prediction)
275 prediction(:) = forward(nlayers, 1:width_out)
301 width_out = SIZE(goal)
316 prediction(:) = forward(nlayers, 1:width_out)
[all …]
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/layers/
H A Dutils.py35 width_out = max(min_width, int(math.ceil(width / divisor)) * divisor)
37 width_out = max(min_width, int(width + divisor / 2) // divisor * divisor)
38 if width_out < 0.9 * width:
39 width_out += divisor
40 return int(width_out)
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-private.c305 gint *width_out, in blur_pixels() argument
321 *width_out = width_in; in blur_pixels()
336 *width_out = width_in + 2 * half; in blur_pixels()
338 *rowstride_out = (*width_out + 3) & ~3; in blur_pixels()
375 for (x_out = 0; x_out < *width_out; x_out++) in blur_pixels()
384 i1 = MIN (*width_out + half - x_out, n_values); in blur_pixels()
414 gint width_out, height_out, rowstride_out; in _st_create_shadow_pipeline() local
569 gint width_out, height_out, rowstride_out; in _st_create_shadow_cairo_pattern() local
618 for (i = 0; i < width_out; i++, p++) in _st_create_shadow_cairo_pattern()
644 (width_out - width_in) / 2.0, in _st_create_shadow_cairo_pattern()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/opencl/
H A Dim2col.cl45 int height_out, int width_out,
50 if (index >= height_out * width_out * channels)
52 int j_out = index % width_out;
53 int i_out = (index / width_out) % height_out;
54 int c_inp = (index / width_out) / height_out;
61 im_col += (c_out * height_out + i_out) * width_out + j_out + im_col_offset;
69 im_col += height_out * width_out;
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_cdf.c238 unsigned int width_out, *actual_col = NULL; in gmt_cdf_read_grd() local
247 width_out = width_in; /* Width of output array */ in gmt_cdf_read_grd()
248 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_cdf_read_grd()
249 if (pad[XHI] > 0) width_out += pad[XHI]; in gmt_cdf_read_grd()
321 unsigned int j, width_out, height_out, width_in; in gmt_cdf_write_grd() local
362 header->n_columns = width_out; in gmt_cdf_write_grd()
382 edge[0] = width_out; in gmt_cdf_write_grd()
392 start[0] = j * width_out; in gmt_cdf_write_grd()
393 for (i = 0; i < width_out; i++) { in gmt_cdf_write_grd()
417 start[0] = j * width_out; in gmt_cdf_write_grd()
[all …]
H A Dgmt_customio.c351 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_ras_read_grd()
352 if (pad[XHI] > 0) width_out += pad[XHI]; in gmt_ras_read_grd()
483 for (i = 0; i < width_out; i++) { in gmt_ras_write_grd()
708 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_bit_read_grd()
709 if (pad[XHI] > 0) width_out += pad[XHI]; in gmt_bit_read_grd()
848 mx = urint (ceil (width_out / 32.0)); in gmt_bit_write_grd()
855 for (iu = 0; iu < width_out; iu++) { in gmt_bit_write_grd()
986 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_native_read_grd()
987 if (pad[XHI] > 0) width_out += pad[XHI]; in gmt_native_read_grd()
1519 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_srf_read_grd()
[all …]
H A Dgmt_mgg_header2.c295 unsigned int i, width_out, *actual_col = NULL; in gmt_mgg2_read_grd() local
327 width_out = width_in; /* Width of output array */ in gmt_mgg2_read_grd()
328 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_mgg2_read_grd()
329 if (pad[XHI] > 0) width_out += pad[XHI]; in gmt_mgg2_read_grd()
360 ij = imag_offset + (j2 + pad[YHI]) * width_out + pad[XLO]; in gmt_mgg2_read_grd()
429 unsigned int i2, ju, iu, width_out, height_out, width_in, *actual_col = NULL; in gmt_mgg2_write_grd() local
448 …gmt_M_err_pass (GMT, gmt_grd_prep_io (GMT, header, wesn, &width_out, &height_out, &first_col, &las… in gmt_mgg2_write_grd()
451 width_in = width_out; /* Physical width of input array */ in gmt_mgg2_write_grd()
496 for (iu = 0; iu < width_out; iu++) { in gmt_mgg2_write_grd()
528 if (gmt_M_fwrite (tLong, size, width_out, fp) != width_out) { in gmt_mgg2_write_grd()
H A Dgmt_agc_io.c265 uint64_t ij, imag_offset, width_out; in gmt_agc_read_grd() local
282 width_out = width_in; /* Width of output array */ in gmt_agc_read_grd()
283 if (pad[XLO] > 0) width_out += pad[XLO]; in gmt_agc_read_grd()
284 if (pad[XHI] > 0) width_out += pad[XHI]; in gmt_agc_read_grd()
314 …ij = imag_offset + ((uint64_t)(((j_gmt - first_row) + pad[YHI])) * width_out + col - first_col) + … in gmt_agc_read_grd()
355 unsigned int width_out; /* Width of row as return (may include padding) */ in gmt_agc_write_grd() local
376 …gmt_M_err_pass (GMT, gmt_grd_prep_io (GMT, header, wesn, &width_out, &height_out, &first_col, &las… in gmt_agc_write_grd()
379 width_in = width_out; /* Physical width of input array */ in gmt_agc_write_grd()
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/filters/
H A DChFilterImageOps.cpp135 unsigned int width_out = bufferInOut->Width / m_factor; in Initialize() local
144 …DeviceRGBA8BufferPtr b(cudaMallocHelper<PixelRGBA8>(width_out * height_out), cudaFreeHelper<PixelR… in Initialize()
146 m_buffer_rgba8_out->Width = width_out; in Initialize()
151 DeviceR8BufferPtr b(cudaMallocHelper<char>(width_out * height_out), cudaFreeHelper<char>); in Initialize()
153 m_buffer_r8_out->Width = width_out; in Initialize()
158 …DeviceFloat4BufferPtr b(cudaMallocHelper<PixelFloat4>(width_out * height_out), cudaFreeHelper<Pixe… in Initialize()
160 m_buffer_float4_out->Width = width_out; in Initialize()
/dports/graphics/chafa/chafa-1.8.0/chafa/internal/smolscale/
H A Dsmolscale.c2133 scale_ctx->width_out); in scale_outrow_box_64bpp()
2201 scale_ctx->width_out); in scale_outrow_box_128bpp()
2213 scale_ctx->width_out * 2); in scale_outrow_box_128bpp()
2869 uint32_t width_out, in smol_scale_init() argument
2884 scale_ctx->width_out = width_out; in smol_scale_init()
2891 pick_filter_params (width_in, width_out, in smol_scale_init()
2955 uint32_t width_out, in smol_scale_new() argument
2970 width_out, in smol_scale_new()
2986 uint32_t width_out, in smol_scale_new_full() argument
3003 width_out, in smol_scale_new_full()
[all …]
H A Dsmolscale.h50 uint32_t width_out, uint32_t height_out, uint32_t rowstride_out);
57 uint32_t width_out, uint32_t height_out, uint32_t rowstride_out);
62 uint32_t width_out, uint32_t height_out, uint32_t rowstride_out,
H A Dsmolscale-avx2.c2114 scale_ctx->width_out); in scale_outrow_bilinear_0h_64bpp()
2148 scale_ctx->width_out); in scale_outrow_bilinear_1h_64bpp()
2155 scale_ctx->width_out); in scale_outrow_bilinear_1h_64bpp()
2320 scale_ctx->width_out); in scale_outrow_box_64bpp()
2333 scale_ctx->width_out); in scale_outrow_box_64bpp()
2341 scale_ctx->width_out); in scale_outrow_box_64bpp()
2401 scale_ctx->width_out); in scale_outrow_box_128bpp()
2413 scale_ctx->width_out * 2); in scale_outrow_box_128bpp()
2428 scale_ctx->width_out); in scale_outrow_box_128bpp()
2431 scale_ctx->width_out * 2); in scale_outrow_box_128bpp()
[all …]
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-private.c279 gint *width_out, in blur_pixels() argument
295 *width_out = width_in; in blur_pixels()
310 *width_out = width_in + 2 * half; in blur_pixels()
312 *rowstride_out = (*width_out + 3) & ~3; in blur_pixels()
349 for (x_out = 0; x_out < *width_out; x_out++) in blur_pixels()
358 i1 = MIN (*width_out + half - x_out, n_values); in blur_pixels()
597 gint width_out, height_out; in _st_create_shadow_cairo_pattern() local
667 for (i = 0; i < width_out; i++, p++) in _st_create_shadow_cairo_pattern()
674 width_out, in _st_create_shadow_cairo_pattern()
697 (width_out - width_in) / 2.0, in _st_create_shadow_cairo_pattern()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlistview_curses.hh486 void get_dimensions(vis_line_t &height_out, unsigned long &width_out) const in get_dimensions()
493 width_out = this->lv_source->listview_width(*this); in get_dimensions()
495 width_out = 80; in get_dimensions()
499 getmaxyx(this->lv_window, height, width_out); in get_dimensions()
509 if (this->lv_x < width_out) { in get_dimensions()
510 width_out -= this->lv_x; in get_dimensions()
512 width_out = 0; in get_dimensions()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DImage.cpp15 bool LoadPNG(const std::vector<u8>& input, std::vector<u8>* data_out, u32* width_out, in LoadPNG() argument
35 *width_out = png.width; in LoadPNG()
/dports/graphics/chafa/chafa-1.8.0/tools/chafa/
H A Dfont-loader.c169 measure_glyphs (FontLoader *loader, gint *width_out, gint *height_out, gint *baseline_out) in measure_glyphs() argument
212 small_histogram_get_range (&x_adv_hist, NULL, width_out); in measure_glyphs()
435 gpointer *glyph_out, gint *width_out, gint *height_out) in generate_glyph() argument
470 *width_out = loader->font_width; in generate_glyph()
479 gpointer *glyph_out, gint *width_out, gint *height_out) in font_loader_get_next_glyph() argument
521 generate_glyph (loader, slot, glyph_out, width_out, height_out); in font_loader_get_next_glyph()
527 *width_out, *height_out, in font_loader_get_next_glyph()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dfast_guided_filter.h107 … float *const restrict out, const size_t width_out, const size_t height_out, in interpolate_bilinear() argument
114 dt_omp_firstprivate(in, out, width_out, height_out, width_in, height_in, ch) in interpolate_bilinear()
118 for(size_t j = 0; j < width_out; j++) in interpolate_bilinear()
121 const float x_out = (float)j /(float)width_out; in interpolate_bilinear()
154 float *const pixel_out = (float *)out + (i * width_out + j) * ch; in interpolate_bilinear()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dfast_guided_filter.h107 … float *const restrict out, const size_t width_out, const size_t height_out, in interpolate_bilinear() argument
113 dt_omp_firstprivate(in, out, width_out, height_out, width_in, height_in, ch) \ in interpolate_bilinear()
118 for(size_t j = 0; j < width_out; j++) in interpolate_bilinear()
121 const float x_out = (float)j /(float)width_out; in interpolate_bilinear()
154 float *const pixel_out = (float *)out + (i * width_out + j) * ch; in interpolate_bilinear()
/dports/graphics/chafa/chafa-1.8.0/chafa/
H A Dchafa-canvas-config.c242 chafa_canvas_config_get_geometry (const ChafaCanvasConfig *config, gint *width_out, gint *height_ou… in chafa_canvas_config_get_geometry() argument
247 if (width_out) in chafa_canvas_config_get_geometry()
248 *width_out = config->width; in chafa_canvas_config_get_geometry()
734 chafa_canvas_config_get_dither_grain_size (const ChafaCanvasConfig *config, gint *width_out, gint *… in chafa_canvas_config_get_dither_grain_size() argument
739 if (width_out) in chafa_canvas_config_get_dither_grain_size()
740 *width_out = config->dither_grain_width; in chafa_canvas_config_get_dither_grain_size()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dunresizeapp.cpp28 unsigned width_out; member
53 { OPTION_UINT, nullptr, "width-out", offsetof(Arguments, width_out), nullptr, "output width" },
105 …ImageFrame dst_frame{ args.width_out, args.height_out, src_frame.pixel_type(), src_frame.planes(),… in unresize_main()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dunresizeapp.cpp28 unsigned width_out; member
53 { OPTION_UINT, nullptr, "width-out", offsetof(Arguments, width_out), nullptr, "output width" },
105 …ImageFrame dst_frame{ args.width_out, args.height_out, src_frame.pixel_type(), src_frame.planes(),… in unresize_main()

12345678