Home
last modified time | relevance | path

Searched refs:Wg (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/cad/netgen/netgen-6.2.2105/ng/Togl-1.7/
H A Dgears.c195 glCallList(Wg->Gear1); in draw()
202 glCallList(Wg->Gear2); in draw()
224 free(Wg); in zap()
234 Wg->Angle += 2.0; in idle()
291 Wg = malloc(sizeof (*Wg)); in init()
292 if (!Wg) { in init()
317 Wg->Angle = 0.0; in init()
318 Wg->Rotx = 0.0; in init()
319 Wg->Roty = 0.0; in init()
320 Wg->Rotz = 0.0; in init()
[all …]
/dports/cad/netgen/netgen-6.2.2105/ng/Togl2.1/
H A Dgears.c210 WHIRLYGIZMO *Wg; in draw() local
262 WHIRLYGIZMO *Wg; in zap() local
275 free(Wg); in zap()
284 WHIRLYGIZMO *Wg; in idle() local
297 Wg->Angle += 2; in idle()
379 if (!Wg) { in init()
404 Wg->Angle = 0; in init()
405 Wg->Rotx = 0; in init()
406 Wg->Roty = 0; in init()
407 Wg->Rotz = 0; in init()
[all …]
/dports/graphics/togl/Togl2.0/
H A Dgears.c210 WHIRLYGIZMO *Wg; in draw() local
262 WHIRLYGIZMO *Wg; in zap() local
275 free(Wg); in zap()
284 WHIRLYGIZMO *Wg; in idle() local
297 Wg->Angle += 2; in idle()
379 if (!Wg) { in init()
404 Wg->Angle = 0; in init()
405 Wg->Rotx = 0; in init()
406 Wg->Roty = 0; in init()
407 Wg->Rotz = 0; in init()
[all …]
/dports/math/gretl/gretl-2021d/share/scripts/misc/
H A Dkleinsim.inp6 series W = Wp + Wg
16 identity W = Wp + Wg
28 series Wgsave = Wg
29 Wg = Wgsave + ((t > obsnum(1932))? 0.5 : 0)
30 # print Wgsave Wg -o
40 printf "\n Wg of 0.5 units, starting in 1933\n\n"
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/macros/
H A Ddatafit.sci78 // Wg assignment / initialization (from [,Wg][,'b', pinf, psup], p0 [,algo])
84 Wg = 1;
89 Wg = 1
93 Wg = varargin(1)
94 if size(Wg,1) ~= size(Wg,2) then
101 Wg = 1;
181 "f = sum(sum((g1''*Wg) .* g1'',""c"").*Wd'');"
186 " e = sum(sum((g1''*Wg) .* g1'',""c"").*Wd'');"
198 " f = f + g1''*Wg*g1 * Wd(i)"
206 " e = e + g1''*Wg*g1 * Wd(i)"
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/example/daubechies_wavelets/
H A Dwavelet_transform.cpp35 auto Wg = daubechies_wavelet_transform<decltype(g), double, 8>(g); in main() local
37 std::cout << "W[g](s,t) = " << Wg(s, t) << "\n"; in main()
38 std::cout << Wg(0.0, 3.5) << "\n"; in main()
41 std::cout << "W[g](-s,t) = " << Wg(-s, t) << "\n"; in main()
/dports/devel/mk-configure/mk-configure-0.37.0/mk/
H A Dmkc_imp.dep.mk48 ${_CFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} ${_CPPFLAGS} > ${.TARGET}
50 ${_CXXFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} ${_CPPFLAGS} > ${.TARGET}
52 ${AFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} ${_CPPFLAGS} > ${.TARGET}
55 ${_CFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} ${_CPPFLAGS}
57 ${_CXXFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} ${_CPPFLAGS}
59 ${AFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} ${_CPPFLAGS}
H A Dmkc_imp.help.mk14 .for p in ${SUBPRJ:S/:/ /Wg:O:u}
24 . for p in ${SUBPRJ_DFLT:S/:/ /Wg:O:u}
35 . for p in ${SUBPRJ:S/:/ /Wg:O:u}
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yuv/get/
H A Dgreen.hpp42 static scalar_type const Wg = yuv_parameter_type::Wg(); in green() local
46 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in green()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/convert/
H A DYDbDr.hpp63 static scalar_type const Wg = YDbDr_const_type::Wg(); in process() local
68 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
H A Dyuv.hpp69 static scalar_type const Wg = yuv_parameter_type::Wg(); in process() local
74 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/cmy/convert/
H A DYDbDr.hpp62 static scalar_type const Wg = YDbDr_const_type::Wg(); in process() local
67 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
H A Dyuv.hpp67 static scalar_type const Wg = yuv_parameter_type::Wg(); in process() local
72 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_math_align.cpp115 Wg = 0.0; in InitAlignment()
136 Wg = WGap; in SetAffineModel()
160 VAchieved -= Wg; in Align()
232 if (FreeSEnd || FreeTEnd) VT[0][0] = RMax(0.0,Wg); in BuildGATable()
233 else VT[0][0] = Wg; in BuildGATable()
291 VT[0][0] = RMax ( 0.0,Wg ); in BuildLATable()
711 Wg = 0.0; in InitAlignment1()
727 Wg = WGap; in SetAffineModel()
756 VAchieved -= Wg; in Align()
826 else VT[0][0] = Wg; in BuildGATable()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/color/
H A DColorScience.java16 public static final float Wg; field in ColorScience
66 Wg = pp.W[1];
310 {Wr, Wg, Wb, 0}, in getTransform()
321 {Wr, Wg, Wb, 0}, in getTransform()
332 {Wr, Wg, Wb, 0}, in getTransform()
343 {Wr, Wg, Wb, 0}, in getTransform()
344 {-Wr / (2 - 2 * Wb) + .5, -Wg / (2 - 2 * Wb) + .5, (1 - Wb) / (2 - 2 * Wb) + .5, 0}, in getTransform()
345 {(1 - Wr) / (2 - 2 * Wr) + .5, -Wg / (2 - 2 * Wr) + .5, -Wb / (2 - 2 * Wr) + .5, 0}, in getTransform()
586 System.out.println("W: " + Wr + ", " + Wg + ", " + Wb); in main()
/dports/math/octave-forge-ltfat/ltfat/inst/private/
H A Dtest_lconv.m6 Wg=[1, 1, 1, 3, 1];
24 g=tester_crand(Lg(jj), Wg(jj));
27 g=tester_rand(Lg(jj), Wg(jj));
34 for wId = 1:Wg(jj)
H A Dtest_pconv.m6 Wg=[1, 1, 1, 3, 1];
23 g=tester_crand(Lg(jj), Wg(jj));
26 g=tester_rand(Lg(jj), Wg(jj));
33 for wId = 1:Wg(jj)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/cmd/oohelperd/internal/
H A Dmeasure.go47 Wg: wg,
58 Wg: wg,
70 Wg: wg,
/dports/net/ooni-mini/probe-engine-0.23.0/cmd/oohelperd/internal/
H A Dmeasure.go47 Wg: wg,
58 Wg: wg,
70 Wg: wg,
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A DColorScience.java19 public static final float Wg; field in ColorScience
69 Wg = pp.W[1];
313 {Wr, Wg, Wb, 0}, in getTransform()
324 {Wr, Wg, Wb, 0}, in getTransform()
335 {Wr, Wg, Wb, 0}, in getTransform()
346 {Wr, Wg, Wb, 0}, in getTransform()
347 {-Wr / (2 - 2 * Wb) + .5, -Wg / (2 - 2 * Wb) + .5, (1 - Wb) / (2 - 2 * Wb) + .5, 0}, in getTransform()
348 {(1 - Wr) / (2 - 2 * Wr) + .5, -Wg / (2 - 2 * Wr) + .5, -Wb / (2 - 2 * Wr) + .5, 0}, in getTransform()
589 System.out.println("W: " + Wr + ", " + Wg + ", " + Wb); in main()
/dports/math/octave-forge-ltfat/ltfat/inst/deprecated/
H A Dconvolve.m48 [g,L2,Lg,Wg,dimout,permutedsize_g,order_g]=assert_sigreshape_pre(g,L,dim,'CONVOLVE');
52 if (Wf>1) && (Wg>1)
56 W=max(Wf,Wg);
61 if Wg<W
/dports/misc/rump/buildrump.sh-b914579/src/share/mk/
H A Dbsd.dep.mk64 ${CFLAGS:M-std=*} ${CFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} \
72 ${OBJCFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} \
80 ${AFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} \
88 ${CXXFLAGS:M-std=*} ${CXXFLAGS:C/-([IDU])[ ]*/-\1/Wg:M-[IDU]*} \
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dnode_select.c610 double Wg = -1, Wm = -1, We = -1, Wd = -1; in compute_weighted_bandwidths() local
644 Wg = networkstatus_get_bw_weight(NULL, "Wgg", -1); in compute_weighted_bandwidths()
654 Wg = networkstatus_get_bw_weight(NULL, "Wmg", -1); in compute_weighted_bandwidths()
669 Wg = networkstatus_get_bw_weight(NULL, "Weg", -1); /* Odd exit policies */ in compute_weighted_bandwidths()
679 Wg = networkstatus_get_bw_weight(NULL, "Wbg", -1); in compute_weighted_bandwidths()
683 Wg = Wm = We = Wd = weight_scale; in compute_weighted_bandwidths()
687 if (Wg < 0 || Wm < 0 || We < 0 || Wd < 0 || Wgb < 0 || Wmb < 0 || Wdb < 0 in compute_weighted_bandwidths()
692 Wg = Wm = We = Wd = weight_scale; in compute_weighted_bandwidths()
696 Wg /= weight_scale; in compute_weighted_bandwidths()
744 weight = (is_dir ? Wgb*Wg : Wg); in compute_weighted_bandwidths()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Dnode_select.c610 double Wg = -1, Wm = -1, We = -1, Wd = -1; in compute_weighted_bandwidths() local
644 Wg = networkstatus_get_bw_weight(NULL, "Wgg", -1); in compute_weighted_bandwidths()
654 Wg = networkstatus_get_bw_weight(NULL, "Wmg", -1); in compute_weighted_bandwidths()
669 Wg = networkstatus_get_bw_weight(NULL, "Weg", -1); /* Odd exit policies */ in compute_weighted_bandwidths()
679 Wg = networkstatus_get_bw_weight(NULL, "Wbg", -1); in compute_weighted_bandwidths()
683 Wg = Wm = We = Wd = weight_scale; in compute_weighted_bandwidths()
687 if (Wg < 0 || Wm < 0 || We < 0 || Wd < 0 || Wgb < 0 || Wmb < 0 || Wdb < 0 in compute_weighted_bandwidths()
692 Wg = Wm = We = Wd = weight_scale; in compute_weighted_bandwidths()
696 Wg /= weight_scale; in compute_weighted_bandwidths()
744 weight = (is_dir ? Wgb*Wg : Wg); in compute_weighted_bandwidths()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YDbDr/convert/
H A Drgb.hpp58 static scalar_type const Wg = YDbDr_const_type::Wg(); in process() local
66 scalar_type Y = Wr * r + Wg * g + Wb * b; in process()

12345678910>>...28