Home
last modified time | relevance | path

Searched refs:y_h (Results 1 – 25 of 117) sorted by relevance

12345

/dports/science/py-chainer/chainer-7.8.0/chainer/functions/pooling/
H A Daverage_pooling_2d.py38 y_h = conv.get_conv_outsize(
40 assert y_h > 0, 'Height in the output should be positive.'
44 pd = self.sy * (y_h - 1) + self.kh - h - self.ph
48 (n, c, y_h, y_w),
66 y_h = conv.get_conv_outsize(h, self.kh, self.sy, self.ph)
68 y = cuda.cupy.empty((n, c, y_h, y_w), dtype=x[0].dtype)
92 kern(x[0].reduced_view(), h, w, y_h, y_w, self.kh, self.kw,
132 y_h, y_w = gy[0].shape[2:]
135 pd = self.sy * (y_h - 1) + self.kh - h - self.ph
155 y_h, y_w = gy[0].shape[2:]
[all …]
H A Dpooling_2d.py49 y_h = conv.get_conv_outsize(
51 assert y_h > 0, 'Height in the output should be positive.'
55 y = cuda.cupy.empty((n, c, y_h, y_w), dtype=x.dtype)
H A Dmax_pooling_nd.py102 y_h = conv_nd.get_conv_outsize(h, kh, sy, ph, cover_all)
103 assert y_h > 0, 'Height in the output should be positive.'
106 pd = sy * (y_h - 1) + kh - h - ph
110 (n, c, y_h, y_w),
225 y_h, y_w = gy[0].shape[2:]
228 pd = sy * (y_h - 1) + kh - h - ph
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/simd/arm/arm64/
H A Djccolext-neon.c135 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
149 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
233 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
247 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
272 uint32x4_t y_h = vmull_high_laneq_u16(r, consts, 0); in jsimd_rgb_ycc_convert_neon() local
273 y_h = vmlal_high_laneq_u16(y_h, g, consts, 1); in jsimd_rgb_ycc_convert_neon()
274 y_h = vmlal_high_laneq_u16(y_h, b, consts, 2); in jsimd_rgb_ycc_convert_neon()
298 vrshrn_n_u32(y_h, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/emulators/mednafen/mednafen/src/gba/
H A DGfx.cpp289 currentY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen()
290 if(y_h & 0x0800) in gfxDrawRotScreen()
417 int startY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen16Bit()
418 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
445 currentY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen16Bit()
446 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
515 int startY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen256()
516 if(y_h & 0x0800) in gfxDrawRotScreen256()
545 if(y_h & 0x0800) in gfxDrawRotScreen256()
617 if(y_h & 0x0800) in gfxDrawRotScreen16Bit160()
[all …]
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/aarch64/
H A Djccolext-neon.c136 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
151 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
235 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
250 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
275 uint32x4_t y_h = vmull_laneq_u16(vget_high_u16(r), consts, 0); in jsimd_rgb_ycc_convert_neon() local
276 y_h = vmlal_laneq_u16(y_h, vget_high_u16(g), consts, 1); in jsimd_rgb_ycc_convert_neon()
277 y_h = vmlal_laneq_u16(y_h, vget_high_u16(b), consts, 2); in jsimd_rgb_ycc_convert_neon()
301 vrshrn_n_u32(y_h, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/aarch64/
H A Djccolext-neon.c136 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
151 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
235 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
250 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
275 uint32x4_t y_h = vmull_laneq_u16(vget_high_u16(r), consts, 0); in jsimd_rgb_ycc_convert_neon() local
276 y_h = vmlal_laneq_u16(y_h, vget_high_u16(g), consts, 1); in jsimd_rgb_ycc_convert_neon()
277 y_h = vmlal_laneq_u16(y_h, vget_high_u16(b), consts, 2); in jsimd_rgb_ycc_convert_neon()
301 vrshrn_n_u32(y_h, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/arm/aarch64/
H A Djccolext-neon.c136 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
151 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
235 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
250 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
275 uint32x4_t y_h = vmull_laneq_u16(vget_high_u16(r), consts, 0); in jsimd_rgb_ycc_convert_neon() local
276 y_h = vmlal_laneq_u16(y_h, vget_high_u16(g), consts, 1); in jsimd_rgb_ycc_convert_neon()
277 y_h = vmlal_laneq_u16(y_h, vget_high_u16(b), consts, 2); in jsimd_rgb_ycc_convert_neon()
301 vrshrn_n_u32(y_h, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/simd/arm/aarch64/
H A Djccolext-neon.c136 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
151 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
235 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_ycc_convert_neon() local
250 vst1q_u8(outptr0, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_ycc_convert_neon()
275 uint32x4_t y_h = vmull_laneq_u16(vget_high_u16(r), consts, 0); in jsimd_rgb_ycc_convert_neon() local
276 y_h = vmlal_laneq_u16(y_h, vget_high_u16(g), consts, 1); in jsimd_rgb_ycc_convert_neon()
277 y_h = vmlal_laneq_u16(y_h, vget_high_u16(b), consts, 2); in jsimd_rgb_ycc_convert_neon()
301 vrshrn_n_u32(y_h, 16)); in jsimd_rgb_ycc_convert_neon()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DGBAGfx.h250 u16 y_l, u16 y_h, in gfxDrawRotScreen() argument
309 if(y_h & 0x0800) in gfxDrawRotScreen()
385 u16 y_l, u16 y_h, in gfxDrawRotScreen16Bit() argument
401 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
429 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
482 u16 y_l, u16 y_h, in gfxDrawRotScreen256() argument
499 if(y_h & 0x0800) in gfxDrawRotScreen256()
528 if(y_h & 0x0800) in gfxDrawRotScreen256()
583 u16 y_l, u16 y_h, in gfxDrawRotScreen16Bit160() argument
600 if(y_h & 0x0800) in gfxDrawRotScreen16Bit160()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A DGfx.h324 currentY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen()
325 if(y_h & 0x0800) in gfxDrawRotScreen()
452 int startY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen16Bit()
453 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
480 currentY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen16Bit()
481 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
550 int startY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen256()
551 if(y_h & 0x0800) in gfxDrawRotScreen256()
580 if(y_h & 0x0800) in gfxDrawRotScreen256()
652 if(y_h & 0x0800) in gfxDrawRotScreen16Bit160()
[all …]
/dports/math/R-cran-matrixStats/matrixStats/tests/
H A DrowLogSumExps.R22 y_h <- log(1 / rowMeans(1 / x)) globalVar
23 str(y_h)
28 stopifnot(all.equal(y0, y_h))
41 y_h <- log(1 / colMeans(1 / x)) globalVar
42 str(y_h)
45 stopifnot(all.equal(y0, y_h))
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A DGfx.cpp539 currentY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen()
540 if(y_h & 0x0800) in gfxDrawRotScreen()
667 int startY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen16Bit()
668 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
695 currentY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen16Bit()
696 if(y_h & 0x0800) in gfxDrawRotScreen16Bit()
765 int startY = (y_l) | ((y_h & 0x07FF)<<16); in gfxDrawRotScreen256()
766 if(y_h & 0x0800) in gfxDrawRotScreen256()
795 if(y_h & 0x0800) in gfxDrawRotScreen256()
867 if(y_h & 0x0800) in gfxDrawRotScreen16Bit160()
[all …]
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/docs/latex/
H A D1_common.tex1202 \item $y_h=y_h\oplus y_l$
1220 if( (*@$y_h$@*) == ((*@$y_h$@*) + ((*@$y_l$@*)*e)) )
1237 Let us note $u=\ulp(y_h)$ and consider only the case when $y_h$ is
1259 $|y_h-y|\le u/2$. As $|y_h+y_l - y| <\maxeps.|y|$ (fourth
1270 $|y_h-y|\le u/4$. As $y_l\le 0$, we have $y\le y_h$ and $|y_h-y| =
1271 y-y_h$.
1302 We have $y_h = 2^{52}u$ and $y_l\le 0$, therefore\\ $y_h+y_l \le
1358 Suppose that the test is true ($y_h \oplus y_l \otimes e = y_h$).
1367 Suppose that the test is true ($y_h \oplus y_l \otimes e = y_h$).
1508 \item $y_h=y_h\oplus y_l$,
[all …]
/dports/math/crlibm/crlibm-1.0beta4/docs/latex/
H A D1_common.tex1202 \item $y_h=y_h\oplus y_l$
1220 if( (*@$y_h$@*) == ((*@$y_h$@*) + ((*@$y_l$@*)*e)) )
1237 Let us note $u=\ulp(y_h)$ and consider only the case when $y_h$ is
1259 $|y_h-y|\le u/2$. As $|y_h+y_l - y| <\maxeps.|y|$ (fourth
1270 $|y_h-y|\le u/4$. As $y_l\le 0$, we have $y\le y_h$ and $|y_h-y| =
1271 y-y_h$.
1302 We have $y_h = 2^{52}u$ and $y_l\le 0$, therefore\\ $y_h+y_l \le
1358 Suppose that the test is true ($y_h \oplus y_l \otimes e = y_h$).
1367 Suppose that the test is true ($y_h \oplus y_l \otimes e = y_h$).
1508 \item $y_h=y_h\oplus y_l$,
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/docs/latex/
H A D1_common.tex1225 \item $y_h=y_h\oplus y_l$
1243 if( (*@$y_h$@*) == ((*@$y_h$@*) + ((*@$y_l$@*)*e)) )
1260 Let us note $u=\ulp(y_h)$ and consider only the case when $y_h$ is
1282 $|y_h-y|\le u/2$. As $|y_h+y_l - y| <\maxeps.|y|$ (fourth
1293 $|y_h-y|\le u/4$. As $y_l\le 0$, we have $y\le y_h$ and $|y_h-y| =
1294 y-y_h$.
1325 We have $y_h = 2^{52}u$ and $y_l\le 0$, therefore\\ $y_h+y_l \le
1381 Suppose that the test is true ($y_h \oplus y_l \otimes e = y_h$).
1390 Suppose that the test is true ($y_h \oplus y_l \otimes e = y_h$).
1531 \item $y_h=y_h\oplus y_l$,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/vaapi/
H A Dvaapi_jpeg_decoder.cc193 const uint8_t y_h = frame_header.components[0].horizontal_sampling_factor; in VaSurfaceFormatForJpeg() local
203 if (y_h == 2 && y_v == 2) in VaSurfaceFormatForJpeg()
205 else if (y_h == 2 && y_v == 1) in VaSurfaceFormatForJpeg()
207 else if (y_h == 1 && y_v == 1) in VaSurfaceFormatForJpeg()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/
H A Djcgryext-neon.c93 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_gray_convert_neon() local
99 vst1q_u8(outptr, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_gray_convert_neon()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/simd/arm/
H A Djcgryext-neon.c93 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_gray_convert_neon() local
99 vst1q_u8(outptr, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_gray_convert_neon()
/dports/www/firefox/firefox-99.0/media/libjpeg/simd/arm/
H A Djcgryext-neon.c93 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_gray_convert_neon() local
99 vst1q_u8(outptr, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_gray_convert_neon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjpeg_turbo/simd/arm/common/
H A Djcgryext-neon.c95 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_gray_convert_neon() local
100 vst1q_u8(outptr, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_gray_convert_neon()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/simd/arm/
H A Djcgryext-neon.c93 uint16x8_t y_h = vcombine_u16(vrshrn_n_u32(y_hl, 16), in jsimd_rgb_gray_convert_neon() local
99 vst1q_u8(outptr, vcombine_u8(vmovn_u16(y_l), vmovn_u16(y_h))); in jsimd_rgb_gray_convert_neon()
/dports/devel/ppl/ppl-1.2/src/
H A DPolyhedron_widenings.cc630 Linear_Expression::const_iterator y_h = y_k; in modify_according_to_evolution() local
640 while (y_h != y_end && y_h.variable().id() < h) { in modify_according_to_evolution()
641 ++y_h; in modify_according_to_evolution()
646 if (y_h != y_end && y_h.variable().id() == h) { in modify_according_to_evolution()
647 tmp = (*x_k) * (*y_h); in modify_according_to_evolution()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/vaapi/
H A Dvaapi_jpeg_decoder.cc193 const uint8_t y_h = frame_header.components[0].horizontal_sampling_factor; in VaSurfaceFormatForJpeg() local
203 if (y_h == 2 && y_v == 2) in VaSurfaceFormatForJpeg()
205 else if (y_h == 2 && y_v == 1) in VaSurfaceFormatForJpeg()
207 else if (y_h == 1 && y_v == 1) in VaSurfaceFormatForJpeg()
/dports/multimedia/xanim/xanim2920/
H A Dxa_color.h26 xaUSHORT y_w,y_h; member

12345