Home
last modified time | relevance | path

Searched refs:h_width (Results 1 – 25 of 46) sorted by relevance

12

/dports/math/rumur/rumur-2021.09.29/misc/
H A Dread-raw.smt210 ; spec(h_base, h_offset, h_width)
26 ; size_t width = h_width + h_offset;
50 ; uint128_t mask = u128_branch ? h_width < sizeof(low3) * 8 ? (((uint128_t)1) << h_width) - 1 : 0…
76 ; uint64_t mask2 = h_width < sizeof(low7) * 8 ? (UINT64_C(1) << h_width) - 1 : 0;
100 (declare-fun h_width () (_ BitVec 64))
101 (assert (bvule h_width (_ bv128 64)))
115 ; size_t width = h_width + h_offset;
117 (assert (= width (bvadd h_width h_offset)))
224 ; uint128_t mask = u128_branch ? h_width < sizeof(low3) * 8 ? (((uint128_t)1) << h_width) - 1 : 0 :…
307 ; uint64_t mask2 = h_width < sizeof(low7) * 8 ? (UINT64_C(1) << h_width) - 1 : 0;
[all …]
H A Dwrite-raw.smt214 ; size_t width = h_width + h_offset;
30 ; size_t high_bits = u128_branch ? h_width + h_offset < sizeof(low) * 8 ? aligned_width - h_offse…
69 … size_t high_bits2 = u128_branch ? 0 : h_width + h_offset < sizeof(low3) * 8 ? aligned_width - h_o…
113 (declare-fun h_width () (_ BitVec 64))
114 (assert (bvule h_width (_ bv128 64)))
138 ; size_t width = h_width + h_offset;
140 (assert (= width (bvadd h_width h_offset)))
216 ; size_t high_bits = u128_branch ? h_width + h_offset < sizeof(low) * 8 ? aligned_width - h_offset …
222 (bvsub (bvsub aligned_width h_offset) h_width)
533 (or u128_branch (bvugt h_width (_ bv64 64))
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_separate_shader_objects/
H A Dmixed_explicit_and_non_explicit_locations.c208 int h_width = piglit_width / 2; in piglit_display() local
238 pass1 = piglit_probe_rect_rgba(0, 0, h_width, h_height, expected); in piglit_display()
239 pass2 = piglit_probe_rect_rgba(0, h_height, h_width, h_height, in piglit_display()
242 piglit_probe_rect_rgba(h_width, h_height, h_width, h_height, in piglit_display()
H A Drendezvous_by_name.c180 int h_width = piglit_width / 2; in piglit_display() local
216 pass1 = piglit_probe_rect_rgba(0, 0, h_width, h_height, expected); in piglit_display()
217 pass2 = piglit_probe_rect_rgba(0, h_height, h_width, h_height, expected); in piglit_display()
219 piglit_probe_rect_rgba(h_width, h_height, h_width, h_height, expected); in piglit_display()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/metadata/
H A Dmisc_parsers.cpp582 uint16_t h_width; in parse_raspberrypi() member
642 raw_stride = ((header.h_width + header.padding_right) + 31)&(~31); in parse_raspberrypi()
643 width = header.h_width; in parse_raspberrypi()
651 raw_stride = (((((header.h_width + header.padding_right) * 5) + 3) >> 2) + 31)&(~31); in parse_raspberrypi()
652 width = header.h_width; in parse_raspberrypi()
660 raw_stride = (((((header.h_width + header.padding_right) * 3) + 1) >> 1) + 31)&(~31); in parse_raspberrypi()
661 width = header.h_width; in parse_raspberrypi()
669 raw_stride = (((((header.h_width + header.padding_right) * 7) + 3) >> 2) + 31)&(~31); in parse_raspberrypi()
670 width = header.h_width; in parse_raspberrypi()
678 raw_stride = (((header.h_width + header.padding_right) << 1) + 31)&(~31); in parse_raspberrypi()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/metadata/
H A Dmisc_parsers.cpp582 uint16_t h_width; in parse_raspberrypi() member
642 raw_stride = ((header.h_width + header.padding_right) + 31)&(~31); in parse_raspberrypi()
643 width = header.h_width; in parse_raspberrypi()
651 raw_stride = (((((header.h_width + header.padding_right) * 5) + 3) >> 2) + 31)&(~31); in parse_raspberrypi()
652 width = header.h_width; in parse_raspberrypi()
660 raw_stride = (((((header.h_width + header.padding_right) * 3) + 1) >> 1) + 31)&(~31); in parse_raspberrypi()
661 width = header.h_width; in parse_raspberrypi()
669 raw_stride = (((((header.h_width + header.padding_right) * 7) + 3) >> 2) + 31)&(~31); in parse_raspberrypi()
670 width = header.h_width; in parse_raspberrypi()
678 raw_stride = (((header.h_width + header.padding_right) << 1) + 31)&(~31); in parse_raspberrypi()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/metadata/
H A Dmisc_parsers.cpp580 uint16_t h_width; in parse_raspberrypi() member
632 raw_stride = ((header.h_width + header.padding_right) + 31)&(~31); in parse_raspberrypi()
633 width = header.h_width; in parse_raspberrypi()
641 raw_stride = (((((header.h_width + header.padding_right) * 5) + 3) >> 2) + 31)&(~31); in parse_raspberrypi()
642 width = header.h_width; in parse_raspberrypi()
650 raw_stride = (((((header.h_width + header.padding_right) * 3) + 1) >> 1) + 31)&(~31); in parse_raspberrypi()
651 width = header.h_width; in parse_raspberrypi()
659 raw_stride = (((((header.h_width + header.padding_right) * 7) + 3) >> 2) + 31)&(~31); in parse_raspberrypi()
660 width = header.h_width; in parse_raspberrypi()
668 raw_stride = (((header.h_width + header.padding_right) << 1) + 31)&(~31); in parse_raspberrypi()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/desc/
H A Dvolm_desc_ex_2d.h38 double const& h_width = 360.0, double const& h_inc = 360.0,
55 double h_width() const { return h_width_; } in h_width() function
H A Dvolm_desc_ex_2d.cxx29 double const& h_width, double const& h_inc, in volm_desc_ex_2d() argument
44 h_width_ = h_width; in volm_desc_ex_2d()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dcacorrect.c287 const int h_width = (width + 1) / 2; in process() local
340 const size_t buffsize = (size_t)h_width * h_height; in process()
355 oldraw[row * h_width + col / 2] = in[row * width + col]; in process()
1260 …nongreen[(row / 2) * h_width + col / 2] = (in[row * width + col] <= 1.0f || oldraw[row * h_width +… in process()
1268 for(int col = 0; col < h_width; col++) in process()
1270 redfactor[(h_height-1) * h_width + col] = redfactor[(h_height-2) * h_width + col]; in process()
1271 bluefactor[(h_height-1) * h_width + col] = bluefactor[(h_height-2) * h_width + col]; in process()
1284 nongreen[row * h_width + h_width - 1] = nongreen[row * h_width + h_width - 2]; in process()
1291 dt_gaussian_t *red = dt_gaussian_init(h_width, h_height, 1, valmax, valmin, 30.0f, 0); in process()
1292 dt_gaussian_t *blue = dt_gaussian_init(h_width, h_height, 1, valmax, valmin, 30.0f, 0); in process()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dcacorrect.c287 const int h_width = (width + 1) / 2; in process() local
340 const size_t buffsize = h_width * h_height; in process()
355 oldraw[row * h_width + col / 2] = in[row * width + col]; in process()
1260 …nongreen[(row / 2) * h_width + col / 2] = (in[row * width + col] <= 1.0f || oldraw[row * h_width +… in process()
1268 for(int col = 0; col < h_width; col++) in process()
1270 redfactor[(h_height-1) * h_width + col] = redfactor[(h_height-2) * h_width + col]; in process()
1271 bluefactor[(h_height-1) * h_width + col] = bluefactor[(h_height-2) * h_width + col]; in process()
1284 nongreen[row * h_width + h_width - 1] = nongreen[row * h_width + h_width - 2]; in process()
1291 dt_gaussian_t *red = dt_gaussian_init(h_width, h_height, 1, valmax, valmin, 30.0f, 0); in process()
1292 dt_gaussian_t *blue = dt_gaussian_init(h_width, h_height, 1, valmax, valmin, 30.0f, 0); in process()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpedal.c166 int h_width = st->sizex / 2, h_height = st->sizey / 2 ; in compute_pedal() local
186 pp->x = mysin (theta, d) * r * h_width + h_width; in compute_pedal()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A Dfont-glyph.h17 double h_advance, h_width; // width != advance because of kerning adjustements member
H A DFontInstance.cpp422 n_g.h_width = 0; in LoadGlyph()
440 n_g.h_width = metrics.gmBlackBoxX * scale; in LoadGlyph()
515 n_g.h_width=((double)theFace->glyph->metrics.width)/((double)theFace->units_per_EM); in LoadGlyph()
517 …n_g.h_width=n_g.h_advance=((double)(theFace->bbox.xMax-theFace->bbox.xMin))/((double)theFace->unit… in LoadGlyph()
/dports/graphics/gmt/gmt-6.3.0/src/geodesy/
H A Dpsvelo.c382 hw = hl * h_width / h_length; in psvelo_trace_cross()
387 hw = h_width; in psvelo_trace_cross()
411 hw = hl * h_width / h_length; in psvelo_trace_cross()
416 hw = h_width; in psvelo_trace_cross()
442 hw = hl * h_width / h_length; in psvelo_trace_cross()
447 hw = h_width; in psvelo_trace_cross()
472 hw = hl * h_width / h_length; in psvelo_trace_cross()
477 hw = h_width; in psvelo_trace_cross()
779 Ctrl->A.S.v.h_width = (float)gmt_M_to_inch (GMT, txt_c); in parse()
1283 hw = s * Ctrl->A.S.v.h_width; in GMT_psvelo()
[all …]
/dports/x11/xman/xman-1.1.5/
H A DScrollByLP.h70 int h_width; /* Main font width */ member
H A DScrollByL.c620 sblw->scroll.h_width = figWidth; in Initialize()
622 sblw->scroll.h_width = XTextWidth(sblw->scroll.normal_font, "$", 1); in Initialize()
1022 x_loc += sblw->scroll.h_width * h_col; in PrintText()
1043 x_loc += sblw->scroll.h_width * h_col; in PrintText()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/desc/tests/
H A Dtest_volm_descriptor.cxx35 double h_width = 45.0; double h_inc = 30.0; in test_volm_desc_ex_2d() local
37 volm_desc_ex_2d* desc = new volm_desc_ex_2d(radius, h_width, h_inc, nland, 2); in test_volm_desc_ex_2d()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_plot.h121 float h_width; /* Width of vector head in inches */ member
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dhtml.h153 int h_width; /* Actual width */ member
H A Dcomment.c319 g->u.comment.width = h->h_width; in Comment_buildHtml()
338 g->u.comment.width = h->h_width; in Comment_GetExtents()
/dports/multimedia/libv4l/linux-5.13-rc2/include/media/davinci/
H A Dvpbe_osd.h256 enum osd_cursor_h_width h_width; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/media/davinci/
H A Dvpbe_osd.h256 enum osd_cursor_h_width h_width; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/media/davinci/
H A Dvpbe_osd.h256 enum osd_cursor_h_width h_width; member
/dports/astro/stellarium/stellarium-0.21.3/plugins/Oculars/src/
H A DOculars.cpp1695 …const int h_width = qRound(params.viewportXywh[aspectIndex] * prismXRatio * params.devicePixelsPer… in paintCCDBounds() local
1703 a = oag_transform.map(QPoint(-h_width, in_oag_r)); in paintCCDBounds()
1704 b = oag_transform.map(QPoint(h_width, in_oag_r)); in paintCCDBounds()
1707 a = oag_transform.map(QPoint(-h_width, out_oag_r)); in paintCCDBounds()
1708 b = oag_transform.map(QPoint(h_width, out_oag_r)); in paintCCDBounds()
1711 a = oag_transform.map(QPoint(-h_width, out_oag_r)); in paintCCDBounds()
1712 b = oag_transform.map(QPoint(-h_width, in_oag_r)); in paintCCDBounds()
1715 a = oag_transform.map(QPoint(h_width, out_oag_r)); in paintCCDBounds()
1716 b = oag_transform.map(QPoint(h_width, in_oag_r)); in paintCCDBounds()

12