Home
last modified time | relevance | path

Searched refs:y_high (Results 1 – 25 of 127) sorted by relevance

123456

/dports/math/cgal/CGAL-5.3/include/CGAL/Curved_kernel_via_analysis_2/gfx/
H A DSubdivision_2.h206 const NT& y_high);
209 const NT& y_high);
255 const NT& x_high, const NT& y_low, const NT& y_high) in quad_tree() argument
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
281 quad_tree(x_low,x_mid,y_mid,y_high); in subdivide()
282 quad_tree(x_mid,x_high,y_mid,y_high); in subdivide()
305 eval_2 = p_x_low.evaluate(y_high), in get_range_RT_2()
307 eval_4 = p_x_high.evaluate(y_high); 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
55 hy = y_high - y
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)
215 if w3 > 0 and y_high <= height - 1 and x_low >= 0:
216 v3 = bottom_data[roi_batch_ind, c, y_high, x_low]
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)
155 if w3 > 0 and y_high <= height - 1 and x_low >= 0:
156 v3 = bottom_data[roi_batch_ind, c, y_high, x_low]
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)
367 if w3 > 0 and y_high <= height - 1 and x_low >= 0:
369 bottom_diff[roi_batch_ind, c, y_high, x_low] += g3
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Ddecimal_xlarge.h26 void gdv_xlarge_multiply_and_scale_down(int64_t x_high, uint64_t x_low, int64_t y_high,
31 void gdv_xlarge_scale_up_and_divide(int64_t x_high, uint64_t x_low, int64_t y_high,
35 void gdv_xlarge_mod(int64_t x_high, uint64_t x_low, int32_t x_scale, int64_t y_high,
40 int64_t y_high, uint64_t y_low, int32_t y_scale);
H A Ddecimal_xlarge.cc197 void gdv_xlarge_multiply_and_scale_down(int64_t x_high, uint64_t x_low, int64_t y_high, in gdv_xlarge_multiply_and_scale_down() argument
202 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_multiply_and_scale_down()
212 void gdv_xlarge_scale_up_and_divide(int64_t x_high, uint64_t x_low, int64_t y_high, in gdv_xlarge_scale_up_and_divide() argument
217 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_scale_up_and_divide()
240 void gdv_xlarge_mod(int64_t x_high, uint64_t x_low, int32_t x_scale, int64_t y_high, in gdv_xlarge_mod() argument
244 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_mod()
263 int64_t y_high, uint64_t y_low, int32_t y_scale) { in gdv_xlarge_compare() argument
265 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_compare()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Ddecimal_xlarge.h26 void gdv_xlarge_multiply_and_scale_down(int64_t x_high, uint64_t x_low, int64_t y_high,
31 void gdv_xlarge_scale_up_and_divide(int64_t x_high, uint64_t x_low, int64_t y_high,
35 void gdv_xlarge_mod(int64_t x_high, uint64_t x_low, int32_t x_scale, int64_t y_high,
40 int64_t y_high, uint64_t y_low, int32_t y_scale);
H A Ddecimal_xlarge.cc197 void gdv_xlarge_multiply_and_scale_down(int64_t x_high, uint64_t x_low, int64_t y_high, in gdv_xlarge_multiply_and_scale_down() argument
202 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_multiply_and_scale_down()
212 void gdv_xlarge_scale_up_and_divide(int64_t x_high, uint64_t x_low, int64_t y_high, in gdv_xlarge_scale_up_and_divide() argument
217 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_scale_up_and_divide()
240 void gdv_xlarge_mod(int64_t x_high, uint64_t x_low, int32_t x_scale, int64_t y_high, in gdv_xlarge_mod() argument
244 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_mod()
263 int64_t y_high, uint64_t y_low, int32_t y_scale) { in gdv_xlarge_compare() argument
265 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_compare()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Ddecimal_xlarge.h26 void gdv_xlarge_multiply_and_scale_down(int64_t x_high, uint64_t x_low, int64_t y_high,
31 void gdv_xlarge_scale_up_and_divide(int64_t x_high, uint64_t x_low, int64_t y_high,
35 void gdv_xlarge_mod(int64_t x_high, uint64_t x_low, int32_t x_scale, int64_t y_high,
40 int64_t y_high, uint64_t y_low, int32_t y_scale);
H A Ddecimal_xlarge.cc197 void gdv_xlarge_multiply_and_scale_down(int64_t x_high, uint64_t x_low, int64_t y_high, in gdv_xlarge_multiply_and_scale_down() argument
202 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_multiply_and_scale_down()
212 void gdv_xlarge_scale_up_and_divide(int64_t x_high, uint64_t x_low, int64_t y_high, in gdv_xlarge_scale_up_and_divide() argument
217 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_scale_up_and_divide()
240 void gdv_xlarge_mod(int64_t x_high, uint64_t x_low, int32_t x_scale, int64_t y_high, in gdv_xlarge_mod() argument
244 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_mod()
263 int64_t y_high, uint64_t y_low, int32_t y_scale) { in gdv_xlarge_compare() argument
265 BasicDecimal128 y{y_high, y_low}; in gdv_xlarge_compare()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Droi_align.cu73 int y_high; in bilinear_interpolate() local
77 y_high = y_low = height - 1; in bilinear_interpolate()
80 y_high = y_low + 1; in bilinear_interpolate()
96 T v3 = bottom_data[y_high * width + x_low]; in bilinear_interpolate()
97 T v4 = bottom_data[y_high * width + x_high]; in bilinear_interpolate()
207 int* y_high, in bilinear_interpolate_gradient() argument
213 *x_low = *x_high = *y_low = *y_high = -1; in bilinear_interpolate_gradient()
228 *y_high = *y_low = height - 1; in bilinear_interpolate_gradient()
231 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
328 int x_low, x_high, y_low, y_high; in RoIAlignBackwardKernel() local
[all …]
H A Droi_align.cc98 int y_high; in pre_calc_for_bilinear_interpolate() local
102 y_high = y_low = height - 1; in pre_calc_for_bilinear_interpolate()
105 y_high = y_low + 1; in pre_calc_for_bilinear_interpolate()
124 pc.pos3 = y_high * width + x_low; in pre_calc_for_bilinear_interpolate()
125 pc.pos4 = y_high * width + x_high; in pre_calc_for_bilinear_interpolate()
278 int* y_high, in bilinear_interpolate_gradient() argument
284 *x_low = *x_high = *y_low = *y_high = -1; in bilinear_interpolate_gradient()
299 *y_high = *y_low = height - 1; in bilinear_interpolate_gradient()
302 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
411 int x_low, x_high, y_low, y_high; in ROIAlignBackward() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Droi_align.cu73 int y_high; in bilinear_interpolate() local
77 y_high = y_low = height - 1; in bilinear_interpolate()
80 y_high = y_low + 1; in bilinear_interpolate()
96 T v3 = bottom_data[y_high * width + x_low]; in bilinear_interpolate()
97 T v4 = bottom_data[y_high * width + x_high]; in bilinear_interpolate()
207 int* y_high, in bilinear_interpolate_gradient() argument
213 *x_low = *x_high = *y_low = *y_high = -1; in bilinear_interpolate_gradient()
228 *y_high = *y_low = height - 1; in bilinear_interpolate_gradient()
231 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
328 int x_low, x_high, y_low, y_high; in RoIAlignBackwardKernel() local
[all …]
H A Droi_align.cc98 int y_high; in pre_calc_for_bilinear_interpolate() local
102 y_high = y_low = height - 1; in pre_calc_for_bilinear_interpolate()
105 y_high = y_low + 1; in pre_calc_for_bilinear_interpolate()
124 pc.pos3 = y_high * width + x_low; in pre_calc_for_bilinear_interpolate()
125 pc.pos4 = y_high * width + x_high; in pre_calc_for_bilinear_interpolate()
278 int* y_high, in bilinear_interpolate_gradient() argument
284 *x_low = *x_high = *y_low = *y_high = -1; in bilinear_interpolate_gradient()
299 *y_high = *y_low = height - 1; in bilinear_interpolate_gradient()
302 *y_high = *y_low + 1; in bilinear_interpolate_gradient()
411 int x_low, x_high, y_low, y_high; in ROIAlignBackward() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/simd/arm/arm/
H A Djccolext-neon.c99 uint32x4_t y_high = vmull_lane_u16(vget_high_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
100 y_high = vmlal_lane_u16(y_high, vget_high_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
101 y_high = vmlal_lane_u16(y_high, vget_high_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
125 vrshrn_n_u32(y_high, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/aarch32/
H A Djccolext-neon.c101 uint32x4_t y_high = vmull_lane_u16(vget_high_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
102 y_high = vmlal_lane_u16(y_high, vget_high_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
103 y_high = vmlal_lane_u16(y_high, vget_high_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
127 vrshrn_n_u32(y_high, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/aarch32/
H A Djccolext-neon.c101 uint32x4_t y_high = vmull_lane_u16(vget_high_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
102 y_high = vmlal_lane_u16(y_high, vget_high_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
103 y_high = vmlal_lane_u16(y_high, vget_high_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
127 vrshrn_n_u32(y_high, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/arm/aarch32/
H A Djccolext-neon.c101 uint32x4_t y_high = vmull_lane_u16(vget_high_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
102 y_high = vmlal_lane_u16(y_high, vget_high_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
103 y_high = vmlal_lane_u16(y_high, vget_high_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
127 vrshrn_n_u32(y_high, 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.c101 uint32x4_t y_high = vmull_lane_u16(vget_high_u16(r), consts.val[0], 0); in jsimd_rgb_ycc_convert_neon() local
102 y_high = vmlal_lane_u16(y_high, vget_high_u16(g), consts.val[0], 1); in jsimd_rgb_ycc_convert_neon()
103 y_high = vmlal_lane_u16(y_high, vget_high_u16(b), consts.val[0], 2); in jsimd_rgb_ycc_convert_neon()
127 vrshrn_n_u32(y_high, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevdm24.c57 int y_high; in dot24_print_page() local
72 y_high = (yres == 360); in dot24_print_page()
80 bits_per_column = (y_high ? 48 : 24); in dot24_print_page()
86 y_passes = (y_high ? 2 : 1); in dot24_print_page()
121 skip += 2 - y_high; in dot24_print_page()
141 if (y_high) in dot24_print_page()
252 skip = 48 - y_high; in dot24_print_page()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevdm24.c57 int y_high; in dot24_print_page() local
72 y_high = (yres == 360); in dot24_print_page()
80 bits_per_column = (y_high ? 48 : 24); in dot24_print_page()
86 y_passes = (y_high ? 2 : 1); in dot24_print_page()
121 skip += 2 - y_high; in dot24_print_page()
141 if (y_high) in dot24_print_page()
252 skip = 48 - y_high; in dot24_print_page()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/precompiled/
H A Ddecimal_wrapper.cc25 int32_t x_scale, int64_t y_high, uint64_t y_low, in add_large_decimal128_decimal128() argument
30 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in add_large_decimal128_decimal128()
39 int32_t x_scale, int64_t y_high, uint64_t y_low, in multiply_decimal128_decimal128() argument
44 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in multiply_decimal128_decimal128()
61 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in divide_decimal128_decimal128()
73 int32_t x_precision, int32_t x_scale, int64_t y_high, in mod_decimal128_decimal128() argument
78 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in mod_decimal128_decimal128()
91 int64_t y_high, uint64_t y_low, in compare_decimal128_decimal128_internal() argument
94 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in compare_decimal128_decimal128_internal()
373 gdv_boolean x_isvalid, int64_t y_high, uint64_t y_low, int32_t y_precision, in is_not_distinct_from_decimal128_decimal128() argument
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/precompiled/
H A Ddecimal_wrapper.cc25 int32_t x_scale, int64_t y_high, uint64_t y_low, in add_large_decimal128_decimal128() argument
30 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in add_large_decimal128_decimal128()
39 int32_t x_scale, int64_t y_high, uint64_t y_low, in multiply_decimal128_decimal128() argument
44 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in multiply_decimal128_decimal128()
61 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in divide_decimal128_decimal128()
73 int32_t x_precision, int32_t x_scale, int64_t y_high, in mod_decimal128_decimal128() argument
78 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in mod_decimal128_decimal128()
91 int64_t y_high, uint64_t y_low, in compare_decimal128_decimal128_internal() argument
94 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in compare_decimal128_decimal128_internal()
373 gdv_boolean x_isvalid, int64_t y_high, uint64_t y_low, int32_t y_precision, in is_not_distinct_from_decimal128_decimal128() argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/precompiled/
H A Ddecimal_wrapper.cc25 int32_t x_scale, int64_t y_high, uint64_t y_low, in add_large_decimal128_decimal128() argument
30 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in add_large_decimal128_decimal128()
39 int32_t x_scale, int64_t y_high, uint64_t y_low, in multiply_decimal128_decimal128() argument
44 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in multiply_decimal128_decimal128()
61 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in divide_decimal128_decimal128()
73 int32_t x_precision, int32_t x_scale, int64_t y_high, in mod_decimal128_decimal128() argument
78 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in mod_decimal128_decimal128()
91 int64_t y_high, uint64_t y_low, in compare_decimal128_decimal128_internal() argument
94 gandiva::BasicDecimalScalar128 y(y_high, y_low, y_precision, y_scale); in compare_decimal128_decimal128_internal()
373 gdv_boolean x_isvalid, int64_t y_high, uint64_t y_low, int32_t y_precision, in is_not_distinct_from_decimal128_decimal128() argument
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevdm24.c63 int y_high = (yres == 360); in dot24_print_page() local
64 int bits_per_column = (y_high ? 48 : 24); in dot24_print_page()
70 int y_passes = (y_high ? 2 : 1); in dot24_print_page()
106 skip += 2 - y_high; in dot24_print_page()
126 if (y_high) in dot24_print_page()
224 skip = 48 - y_high; in dot24_print_page()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevdm24.c57 int y_high = (yres == 360); in dot24_print_page() local
58 int bits_per_column = (y_high ? 48 : 24); in dot24_print_page()
64 int y_passes = (y_high ? 2 : 1); in dot24_print_page()
100 skip += 2 - y_high; in dot24_print_page()
120 if (y_high) in dot24_print_page()
218 skip = 48 - y_high; in dot24_print_page()

123456