Home
last modified time | relevance | path

Searched refs:w_h (Results 1 – 25 of 69) sorted by relevance

123

/dports/german/BBBike/BBBike-3.18/Karte/
H A DBerlinmap2004.pm27 my $w_h = 200;
48 Width => $w_h,
49 Height => $w_h,
59 $mapx = int($bm_x/$w_h);
60 $mapy = floor($bm_y/$w_h);
61 $mapxx = $bm_x % $w_h;
62 $mapyy = $bm_y % $w_h;
H A DNbrbmap2004.pm24 my $w_h = 200;
45 Width => $w_h,
46 Height => $w_h,
57 $mapx = int($bm_x/$w_h);
58 $mapy = int($bm_y/$w_h);
59 $mapxx = $bm_x % $w_h;
60 $mapyy = $bm_y % $w_h;#XXX 200-?
H A DBerlinmap2002.pm25 my $w_h = 200;
46 Width => $w_h,
47 Height => $w_h,
58 $mapx = int($bm_x/$w_h);
59 $mapy = int($bm_y/$w_h);
60 $mapxx = $bm_x % $w_h;
61 $mapyy = $bm_y % $w_h;
H A DPotsdammap2002.pm25 my $w_h = 200;
52 Width => $w_h,
53 Height => $w_h,
64 $mapx = int($bm_x/$w_h);
65 $mapy = int($bm_y/$w_h);
66 $mapxx = $bm_x % $w_h;
67 $mapyy = $bm_y % $w_h;#XXX 200-?
H A DDemap2002.pm25 my $w_h = 200;
52 Width => $w_h,
53 Height => $w_h,
64 $mapx = int($bm_x/$w_h);
65 $mapy = int($bm_y/$w_h);
66 $mapxx = $bm_x % $w_h;
67 $mapyy = $bm_y % $w_h;
H A DBerlinmap2003.pm25 my $w_h = 200;
46 Width => $w_h,
47 Height => $w_h,
/dports/math/gecode/gecode-0916a1a/gecode/support/thread/
H A Dwindows.hpp66 : w_h(CreateEvent(nullptr, FALSE, FALSE, nullptr)) { in Event()
67 if (w_h == nullptr) in Event()
72 if (SetEvent(w_h) == 0) in signal()
77 if (WaitForSingleObject(w_h,INFINITE) != 0) in wait()
83 if (CloseHandle(w_h) == 0) { in ~Event()
H A Dwindows.cpp52 HANDLE w_h; in Run() local
53 w_h = CreateThread(nullptr, 0, bootstrap, this, 0, nullptr); in Run()
54 if (w_h == nullptr) in Run()
56 if (CloseHandle(w_h) == 0) in Run()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/transline/
H A Dc_microstrip.cpp603 he = cosh( M_PI * w_h + 0.5 * M_PI * s_h ); in syn_err_fun()
628 double w_h_se, w_h_so, w_h, a, ce, co, s_h; in synth_width() local
653 m_parameters[PHYS_WIDTH_PRM] = w_h * m_parameters[H_PRM]; in synth_width()
655 syn_err_fun( &f1, &f2, s_h, w_h, e_r, w_h_se, w_h_so ); in synth_width()
678 w_h += d_w_h; in synth_width()
689 m_parameters[PHYS_WIDTH_PRM] = w_h * m_parameters[H_PRM]; in synth_width()
909 double w_h, s_h, le, lo; in calcSynthesize() local
932 syn_fun( &ft1, &ft2, s_h + eps, w_h, Z0_e, Z0_o ); in calcSynthesize()
935 syn_fun( &ft1, &ft2, s_h, w_h + eps, Z0_e, Z0_o ); in calcSynthesize()
944 w_h += d_w_h; in calcSynthesize()
[all …]
H A Dmicrostrip.cpp399 double w_h, width; in synth_width() local
409 w_h = 8 * exp( a ) / ( exp( 2. * a ) - 2 ); in synth_width()
413 w_h = ( 2. / M_PI ) in synth_width()
419 width = w_h * m_parameters[H_PRM]; in synth_width()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dtest_resampling.cpp107 w_h = linear_weight(oh, pd.oh, pd.ih), in compute_ref_resampling_fwd() local
117 float c0 = c00 * (1 - w_h) + c10 * w_h; in compute_ref_resampling_fwd()
118 float c1 = c01 * (1 - w_h) + c11 * w_h; in compute_ref_resampling_fwd()
181 w_h = linear_weight(oh, pd.oh, pd.ih), in compute_ref_resampling_bwd() local
188 += w_d * (1 - w_h) * (1 - w_w) * dd; in compute_ref_resampling_bwd()
190 += (1 - w_d) * w_h * (1 - w_w) * dd; in compute_ref_resampling_bwd()
192 += (1 - w_d) * (1 - w_h) * w_w * dd; in compute_ref_resampling_bwd()
194 += w_d * w_h * (1 - w_w) * dd; in compute_ref_resampling_bwd()
196 += (1 - w_d) * w_h * w_w * dd; in compute_ref_resampling_bwd()
198 += w_d * (1 - w_h) * w_w * dd; in compute_ref_resampling_bwd()
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Dtest_resampling.cpp107 w_h = linear_weight(oh, pd.oh, pd.ih), in compute_ref_resampling_fwd() local
117 float c0 = c00 * (1 - w_h) + c10 * w_h; in compute_ref_resampling_fwd()
118 float c1 = c01 * (1 - w_h) + c11 * w_h; in compute_ref_resampling_fwd()
181 w_h = linear_weight(oh, pd.oh, pd.ih), in compute_ref_resampling_bwd() local
188 += w_d * (1 - w_h) * (1 - w_w) * dd; in compute_ref_resampling_bwd()
190 += (1 - w_d) * w_h * (1 - w_w) * dd; in compute_ref_resampling_bwd()
192 += (1 - w_d) * (1 - w_h) * w_w * dd; in compute_ref_resampling_bwd()
194 += w_d * w_h * (1 - w_w) * dd; in compute_ref_resampling_bwd()
196 += (1 - w_d) * w_h * w_w * dd; in compute_ref_resampling_bwd()
198 += w_d * (1 - w_h) * w_w * dd; in compute_ref_resampling_bwd()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/doc/
H A Doperator-concept.tex15 \item {\rm void operator()}($V$\& $v$, $W_h$\& $w_h$)
62 {in operator()($W_h$\& $w_h$,$V_h$\& $v_h$):
68 \item $f_h-=w_h$
78 {in operator()($W_h$\& $w_h$,$V_h$\& $v_h$):
85 \item $f_h-=w_h$
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/
H A Duserinfo.py276 def calc_zoom_in(w_h): argument
277 return w_h + w_h * self.actual_zoom / 100 + w_h * self.zoom_factor / 100
306 def calc_zoom_out(w_h): argument
307 return w_h + w_h * self.actual_zoom / 100 - w_h * self.zoom_factor / 100
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/m9x/
H A Dtgammal.c630 long double u2, ss_h, ss_l, r_h, w_h, w_l, t4; in large_gam() local
695 w_h = r_h * ss_h + hln2pim1_h; in large_gam()
703 k = (int) ((w_h + w_l) * invln2_32 + half); in large_gam()
712 t1 = w_h - t3 * ln2_32hi; in large_gam()
715 w_h = t1 - w; in large_gam()
716 w_l = w - (t1 - w_h); in large_gam()
719 z = w_h - w_l; in large_gam()
722 t3 = w_h - (w_l - (z * z) * t1); /* t3 = expm1(z) */ in large_gam()
H A Dtgamma.c1213 double u2, ss_h, ss_l, r_h, w_h, w_l, t4; in large_gam() local
1277 w_h = r_h * ss_h + hln2pi_h; in large_gam()
1286 k = (int) ((w_h + w_l) * invln2_32 + half); in large_gam()
1294 t1 = w_h - t3 * ln2_32hi; in large_gam()
1297 w_h = t1 + w_l; in large_gam()
1298 w_l = t2 - (w_l - (w_h - t1)); in large_gam()
1301 z = w_h - w_l; in large_gam()
1305 t3 = w_h - (w_l - (t1 + z * t2)); in large_gam()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-47/doc/
H A Dintro.dox266 \int_K v_h (\Delta^2 w_h)
267 &= \int_K v_h (\nabla\cdot\nabla) (\Delta w_h)
269 &= -\int_K \nabla v_h \cdot (\nabla \Delta w_h)
273 $\nabla\Delta w_h$ one more time to obtain
275 \int_K v_h (\Delta^2 w_h)
276 &= \int_K (\Delta v_h) (\Delta w_h)
284 $\nabla\Delta w_h = \text{grad}\,(\text{div}\,\text{grad}\, w_h)$, and we
286 $\nabla\Delta w_h = \text{div}\,(\text{grad}\,\text{grad}\, w_h)$ where we
287 typically write $\text{grad}\,\text{grad}\, w_h = D^2 w_h$ to indicate
292 \int_K v_h (\Delta^2 w_h)
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvsrc_testsrc.c907 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; in smptebars_fill_picture() local
916 p_h = test->h - w_h - r_h; in smptebars_fill_picture()
920 draw_bar(test, wobnair[i], x, r_h, r_w, w_h, picref); in smptebars_fill_picture()
924 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
926 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
928 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
931 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
934 draw_bar(test, neg4ire, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
936 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
938 draw_bar(test, pos4ire, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvsrc_testsrc.c907 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; in smptebars_fill_picture() local
916 p_h = test->h - w_h - r_h; in smptebars_fill_picture()
920 draw_bar(test, wobnair[i], x, r_h, r_w, w_h, picref); in smptebars_fill_picture()
924 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
926 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
928 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
931 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
934 draw_bar(test, neg4ire, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
936 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
938 draw_bar(test, pos4ire, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/backend/test/case/node/
H A Dgru.py61 [w_z, w_r, w_h] = np.split(self.W, 3)
74 …h_default = self.g(np.dot(x, np.transpose(w_h)) + np.dot(r * H_t, np.transpose(r_h)) + w_bh + r_bh)
75 …h_linear = self.g(np.dot(x, np.transpose(w_h)) + r * (np.dot(H_t, np.transpose(r_h)) + r_bh) + w_b…
/dports/x11/p5-X11-GUITest/X11-GUITest-0.28/
H A DGUITest.pm614 my ($w_x1, $w_y1, $w_w, $w_h, $w_b) = GetWindowPos($win);
620 my $w_y2 = ($w_y1 + $w_h + ($w_b << 1));
/dports/misc/py-onnx/onnx-1.10.2/onnx/backend/test/case/node/
H A Dgru.py74 [w_z, w_r, w_h] = np.split(self.W, 3)
87 …h_default = self.g(np.dot(x, np.transpose(w_h)) + np.dot(r * H_t, np.transpose(r_h)) + w_bh + r_bh)
88 …h_linear = self.g(np.dot(x, np.transpose(w_h)) + r * (np.dot(H_t, np.transpose(r_h)) + r_bh) + w_b…
/dports/science/quantum-espresso/q-e-qe-6.7.0/LAXlib/
H A Dla_helper.f90694 REAL(DP), ALLOCATABLE :: work_h(:), w_h(:), z_h(:,:)
695 ATTRIBUTES( PINNED ) :: work_h, w_h, z_h
747 ALLOCATE(w_h(SIZE(rhod)),STAT = info)
766 work_h, lwork_h, iwork_h, liwork_h, z_h, lda, w_h, info)
769 DEALLOCATE(w_h)
/dports/finance/R-cran-tseries/tseries/man/
H A Dportfolio.optim.Rd35 \le w_h}{w_l <= w <= w_h} can be imposed using the \code{reslow} and
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvsrc_testsrc.c1486 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; in smptebars_fill_picture() local
1495 p_h = test->h - w_h - r_h; in smptebars_fill_picture()
1499 draw_bar(test, wobnair[i], x, r_h, r_w, w_h, picref); in smptebars_fill_picture()
1503 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
1505 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
1507 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref); in smptebars_fill_picture()
1510 draw_bar(test, black0, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
1513 draw_bar(test, neg4ire, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
1515 draw_bar(test, black0, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
1517 draw_bar(test, pos4ire, x, r_h + w_h, tmp, p_h, picref); in smptebars_fill_picture()
[all …]

123