Home
last modified time | relevance | path

Searched refs:y_low (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkOpenGLRenderWindow.cxx426 y_low = y1; in GetPixelData()
431 y_low = y2; in GetPixelData()
462 y_low = y1; in GetPixelData()
467 y_low = y2; in GetPixelData()
508 y_low = y1; in GetPixelData()
513 y_low = y2; in GetPixelData()
602 y_low = y1; in SetPixelData()
607 y_low = y2; in SetPixelData()
666 y_low = y1; in SetPixelData()
671 y_low = y2; in SetPixelData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx508 y_low = y1; in GetPixelData()
513 y_low = y2; in GetPixelData()
544 y_low = y1; in GetPixelData()
549 y_low = y2; in GetPixelData()
590 y_low = y1; in GetPixelData()
595 y_low = y2; in GetPixelData()
652 y_low = y1; in SetPixelData()
657 y_low = y2; in SetPixelData()
785 y_low = y1; in DrawPixels()
790 y_low = y2; in DrawPixels()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Droi_align.cu76 if (y_low >= height - 1) { in bilinear_interpolate()
77 y_high = y_low = height - 1; in bilinear_interpolate()
78 y = (T)y_low; in bilinear_interpolate()
80 y_high = y_low + 1; in bilinear_interpolate()
90 T ly = y - y_low; in bilinear_interpolate()
206 int* y_low, in bilinear_interpolate_gradient() argument
227 if (*y_low >= height - 1) { in bilinear_interpolate_gradient()
229 y = (T)*y_low; in bilinear_interpolate_gradient()
231 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
241 T ly = y - *y_low; in bilinear_interpolate_gradient()
[all …]
H A Droi_align.cc101 if (y_low >= height - 1) { in pre_calc_for_bilinear_interpolate()
103 y = (T)y_low; in pre_calc_for_bilinear_interpolate()
105 y_high = y_low + 1; in pre_calc_for_bilinear_interpolate()
115 T ly = y - y_low; in pre_calc_for_bilinear_interpolate()
277 int* y_low, in bilinear_interpolate_gradient() argument
295 *y_low = static_cast<int>(y); in bilinear_interpolate_gradient()
298 if (*y_low >= height - 1) { in bilinear_interpolate_gradient()
300 y = (T)*y_low; in bilinear_interpolate_gradient()
302 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
312 T ly = y - *y_low; in bilinear_interpolate_gradient()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Droi_align.cu76 if (y_low >= height - 1) { in bilinear_interpolate()
77 y_high = y_low = height - 1; in bilinear_interpolate()
78 y = (T)y_low; in bilinear_interpolate()
80 y_high = y_low + 1; in bilinear_interpolate()
90 T ly = y - y_low; in bilinear_interpolate()
206 int* y_low, in bilinear_interpolate_gradient() argument
227 if (*y_low >= height - 1) { in bilinear_interpolate_gradient()
229 y = (T)*y_low; in bilinear_interpolate_gradient()
231 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
241 T ly = y - *y_low; in bilinear_interpolate_gradient()
[all …]
H A Droi_align.cc101 if (y_low >= height - 1) { in pre_calc_for_bilinear_interpolate()
103 y = (T)y_low; in pre_calc_for_bilinear_interpolate()
105 y_high = y_low + 1; in pre_calc_for_bilinear_interpolate()
115 T ly = y - y_low; in pre_calc_for_bilinear_interpolate()
277 int* y_low, in bilinear_interpolate_gradient() argument
295 *y_low = static_cast<int>(y); in bilinear_interpolate_gradient()
298 if (*y_low >= height - 1) { in bilinear_interpolate_gradient()
300 y = (T)*y_low; in bilinear_interpolate_gradient()
302 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
312 T ly = y - *y_low; in bilinear_interpolate_gradient()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx988 y_low = y1; in GetPixelData()
993 y_low = y2; in GetPixelData()
1027 y_low = y1; in GetPixelData()
1032 y_low = y2; in GetPixelData()
1263 y_low = y1; in SetPixelData()
1268 y_low = y2; in SetPixelData()
1351 y_low = y1; in DrawPixels()
1356 y_low = y2; in DrawPixels()
1422 y_low = y1; in GetRGBAPixelData()
1427 y_low = y2; in GetRGBAPixelData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLRenderWindow.cxx744 y_low = y1; in GetPixelData()
749 y_low = y2; in GetPixelData()
782 y_low = y1; in GetPixelData()
787 y_low = y2; in GetPixelData()
1305 y_low = y1; in SetPixelData()
1310 y_low = y2; in SetPixelData()
1391 y_low = y1; in DrawPixels()
1396 y_low = y2; in DrawPixels()
1476 y_low = y1; in GetRGBAPixelData()
1481 y_low = y2; in GetRGBAPixelData()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Curved_kernel_via_analysis_2/gfx/
H A DSubdivision_2.h255 const NT& x_high, const NT& y_low, const NT& y_high) in quad_tree() argument
259 get_range_RT_2(x_low, x_high, y_low, y_high, 0, 0, res); in quad_tree()
264 NT x = (x_low), y = (y_low); in quad_tree()
271 subdivide(x_low, x_high, y_low, y_high); in quad_tree()
277 const NT& x_high, const NT& y_low, const NT& y_high) in subdivide() argument
280 quad_tree(x_low,x_mid,y_low,y_mid); in subdivide()
283 quad_tree(x_mid,x_high,y_low,y_mid); in subdivide()
304 NT eval_1 = p_x_low.evaluate(y_low), in get_range_RT_2()
306 eval_3 = p_x_high.evaluate(y_low), in get_range_RT_2()
343 Affine_form y_form(y_low, y_high); in get_range_RT_2()
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/pooling/
H A Droi_average_align_2d.py52 def _get_bilinear_interp_params(y, x, y_low, x_low, y_high, x_high): argument
53 ly = y - y_low
193 y, y_low, y_high = _get_bounds(y, height)
194 if y is None or y_low is None or y_high is None:
205 y, x, y_low, x_low, y_high, x_high)
207 if w1 > 0 and y_low >= 0 and x_low >= 0:
211 if w2 > 0 and y_low >= 0 and x_high <= width - 1:
392 y, y_low, y_high = _get_bounds(y, height)
393 if y is None or y_low is None or y_high is None:
404 y, x, y_low, x_low, y_high, x_high)
[all …]
H A Droi_max_align_2d.py132 y, y_low, y_high = _get_bounds(y, height)
133 if y is None or y_low is None or y_high is None:
144 y, x, y_low, x_low, y_high, x_high)
147 if w1 > 0 and y_low >= 0 and x_low >= 0:
151 if w2 > 0 and y_low >= 0 and x_high <= width - 1:
350 y, y_low, y_high = _get_bounds(y, height)
351 if y is None or y_low is None or y_high is None:
357 y, x, y_low, x_low, y_high, x_high)
359 if w1 > 0 and y_low >= 0 and x_low >= 0:
361 bottom_diff[roi_batch_ind, c, y_low, x_low] += g1
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Ddecimal_xlarge.h27 uint64_t y_low, int32_t reduce_scale_by,
32 uint64_t y_low, int32_t increase_scale_by,
36 uint64_t y_low, int32_t y_scale, int64_t* out_high,
40 int64_t y_high, uint64_t y_low, int32_t y_scale);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Ddecimal_xlarge.h27 uint64_t y_low, int32_t reduce_scale_by,
32 uint64_t y_low, int32_t increase_scale_by,
36 uint64_t y_low, int32_t y_scale, int64_t* out_high,
40 int64_t y_high, uint64_t y_low, int32_t y_scale);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Ddecimal_xlarge.h27 uint64_t y_low, int32_t reduce_scale_by,
32 uint64_t y_low, int32_t increase_scale_by,
36 uint64_t y_low, int32_t y_scale, int64_t* out_high,
40 int64_t y_high, uint64_t y_low, int32_t y_scale);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/simd/arm/arm/
H A Djccolext-neon.c96 uint32x4_t y_low = vmull_lane_u16(vget_low_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
97 y_low = vmlal_lane_u16(y_low, vget_low_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
98 y_low = vmlal_lane_u16(y_low, vget_low_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
124 uint16x8_t y_u16 = vcombine_u16(vrshrn_n_u32(y_low, 16), in jsimd_rgb_ycc_convert_neon()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/aarch32/
H A Djccolext-neon.c98 uint32x4_t y_low = vmull_lane_u16(vget_low_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
99 y_low = vmlal_lane_u16(y_low, vget_low_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
100 y_low = vmlal_lane_u16(y_low, vget_low_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
126 uint16x8_t y_u16 = vcombine_u16(vrshrn_n_u32(y_low, 16), in jsimd_rgb_ycc_convert_neon()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/aarch32/
H A Djccolext-neon.c98 uint32x4_t y_low = vmull_lane_u16(vget_low_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
99 y_low = vmlal_lane_u16(y_low, vget_low_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
100 y_low = vmlal_lane_u16(y_low, vget_low_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
126 uint16x8_t y_u16 = vcombine_u16(vrshrn_n_u32(y_low, 16), in jsimd_rgb_ycc_convert_neon()
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/arm/aarch32/
H A Djccolext-neon.c98 uint32x4_t y_low = vmull_lane_u16(vget_low_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
99 y_low = vmlal_lane_u16(y_low, vget_low_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
100 y_low = vmlal_lane_u16(y_low, vget_low_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
126 uint16x8_t y_u16 = vcombine_u16(vrshrn_n_u32(y_low, 16), in jsimd_rgb_ycc_convert_neon()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/simd/arm/aarch32/
H A Djccolext-neon.c98 uint32x4_t y_low = vmull_lane_u16(vget_low_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
99 y_low = vmlal_lane_u16(y_low, vget_low_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
100 y_low = vmlal_lane_u16(y_low, vget_low_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
126 uint16x8_t y_u16 = vcombine_u16(vrshrn_n_u32(y_low, 16), in jsimd_rgb_ycc_convert_neon()
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Droi_align_python.py38 y_low = int(y)
41 y_high = min(y_low + 1, height - 1)
44 ly = y - y_low
46 return (1 - ly) * (1 - lx) * a_np[b, c, y_low, x_low] + \
47 (1 - ly) * lx * a_np[b, c, y_low, x_high] + \
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/testing/
H A Droi_align_python.py39 y_low = int(y)
42 y_high = min(y_low + 1, height - 1)
45 ly = y - y_low
48 (1 - ly) * (1 - lx) * a_np[b, c, y_low, x_low]
49 + (1 - ly) * lx * a_np[b, c, y_low, x_high]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/testing/
H A Droi_align_python.py38 y_low = int(y)
41 y_high = min(y_low + 1, height - 1)
44 ly = y - y_low
46 return (1 - ly) * (1 - lx) * a_np[b, c, y_low, x_low] + \
47 (1 - ly) * lx * a_np[b, c, y_low, x_high] + \
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Droi_align.py122 y_low = int32(y)
125 y_high = y_low + 1
127 if y_low >= height - 1:
129 y_low = y_high
130 y = float32(y_low)
137 ly = y - y_low
148 pos_pc[n, pre_calc_index, 2] = y_low
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/x86/
H A Droi_align.py124 y_low = int32(y)
127 y_high = y_low + 1
129 if y_low >= height - 1:
131 y_low = y_high
132 y = float32(y_low)
139 ly = y - y_low
150 pos_pc[n, pre_calc_index, 2] = y_low
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/x86/
H A Droi_align.py122 y_low = int32(y)
125 y_high = y_low + 1
127 if y_low >= height - 1:
129 y_low = y_high
130 y = float32(y_low)
137 ly = y - y_low
148 pos_pc[n, pre_calc_index, 2] = y_low

12345678910>>...12