Home
last modified time | relevance | path

Searched refs:Mw (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Demowse.output43 Mw Start End Seq
54 Mw Start End Seq
65 Mw Start End Seq
71 Mw Start End Seq
77 Mw Start End Seq
83 Mw Start End Seq
89 Mw Start End Seq
95 Mw Start End Seq
101 Mw Start End Seq
107 Mw Start End Seq
/dports/graphics/geomview/geomview-1.9.5/data/shaders/
H A Dhplastic.sdr16 varying float Mw
141 subff Mw Ihw Lhw
143 mulff temporary_6 Ihw Mw
146 mulff temporary_8 Lhw Mw
154 addff Mw Ihw temporary_1
156 mulff temporary_8 Mw Mw
163 moveff Mw Lhw
167 flt temporary_1 Mw temporary_4
170 negf Mw Mw
174 mulff temporary_5 Mw Nhw
[all …]
H A Dhplastic.sl55 float Ihw,Nhw, Mw, Lhw;
111 Mw = Ihw - Lhw;
112 a = -((Ih.M) - (Ihw*Mw))/((Lh.M) - (Lhw*Mw));
114 Mw = Ihw + a*Lhw;
116 if (abs(M.M - Mw*Mw) < .0001) {
118 Mw = Lhw;
120 if (Mw < 0.0) {
122 Mw = -Mw;
126 ss = ((M.Nh) - (Mw*Nhw))/(sqrt(abs((M.M - Mw*Mw))) * nn);
H A Dhplastic.slx258 pop Mw
259 pushv Mw
266 pushv Mw
287 pop Mw
290 pushv Mw
291 pushv Mw
306 pop Mw
311 pushv Mw
320 pushv Mw
322 pop Mw
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A D_hessian_update_strategy.py341 Mw = self.dot(w)
342 wMw = Mw.dot(w)
354 Mw = self.dot(w)
355 wMw = Mw.dot(w)
368 z = update_factor*z + (1-update_factor)*Mw
372 self._update_hessian(wz, Mw, wMw, z)
374 self._update_inverse_hessian(wz, Mw, wMw, z)
418 Mw = self.dot(w)
419 z_minus_Mw = z - Mw
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/conv/
H A Dref_wino.cpp137 void trans_O_4x4_3x3(float Mw[6][6], float O[4][4]) { in trans_O_4x4_3x3()
145 t0 = Mw[1][i] + Mw[2][i]; in trans_O_4x4_3x3()
146 t1 = Mw[3][i] + Mw[4][i]; in trans_O_4x4_3x3()
147 t2 = Mw[1][i] - Mw[2][i]; in trans_O_4x4_3x3()
148 t3 = Mw[3][i] - Mw[4][i]; in trans_O_4x4_3x3()
150 T[0][i] = t0 + t1 + Mw[0][i]; in trans_O_4x4_3x3()
216 t0 = Mw[1][i] + Mw[2][i]; in trans_O_3x3_4x4_wu()
217 t1 = Mw[3][i] + Mw[4][i]; in trans_O_3x3_4x4_wu()
218 t2 = t1 * 2.25f + Mw[5][i]; in trans_O_3x3_4x4_wu()
220 T[0][i] = Mw[0][i] + t0 + t1; in trans_O_3x3_4x4_wu()
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/conv/
H A Dref_wino.cpp137 void trans_O_4x4_3x3(float Mw[6][6], float O[4][4]) { in trans_O_4x4_3x3()
145 t0 = Mw[1][i] + Mw[2][i]; in trans_O_4x4_3x3()
146 t1 = Mw[3][i] + Mw[4][i]; in trans_O_4x4_3x3()
147 t2 = Mw[1][i] - Mw[2][i]; in trans_O_4x4_3x3()
148 t3 = Mw[3][i] - Mw[4][i]; in trans_O_4x4_3x3()
150 T[0][i] = t0 + t1 + Mw[0][i]; in trans_O_4x4_3x3()
216 t0 = Mw[1][i] + Mw[2][i]; in trans_O_3x3_4x4_wu()
217 t1 = Mw[3][i] + Mw[4][i]; in trans_O_3x3_4x4_wu()
218 t2 = t1 * 2.25f + Mw[5][i]; in trans_O_3x3_4x4_wu()
220 T[0][i] = Mw[0][i] + t0 + t1; in trans_O_3x3_4x4_wu()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_avx512_common_convolution_winograd.cpp169 t0[v] = Mw[1][i][v] + Mw[2][i][v]; in trans_O_4x4_3x3()
170 t1[v] = Mw[3][i][v] + Mw[4][i][v]; in trans_O_4x4_3x3()
171 t2[v] = Mw[1][i][v] - Mw[2][i][v]; in trans_O_4x4_3x3()
172 t3[v] = Mw[3][i][v] - Mw[4][i][v]; in trans_O_4x4_3x3()
257 t0[l] = Mw[1][i][j][l] + Mw[2][i][j][l]; in trans_O_3x3_4x4()
258 t1[l] = Mw[3][i][j][l] + Mw[4][i][j][l]; in trans_O_3x3_4x4()
262 T[1][i][l] = (Mw[1][i][j][l] - Mw[2][i][j][l]) in trans_O_3x3_4x4()
263 + 2.0f * (Mw[3][i][j][l] - Mw[4][i][j][l]); in trans_O_3x3_4x4()
393 t0[v] = Mw[1][i][j][v] + Mw[2][i][j][v]; in trans_O_3x3_4x4_wu()
394 t1[v] = Mw[3][i][j][v] + Mw[4][i][j][v]; in trans_O_3x3_4x4_wu()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Ddiagbox.sty.ltxml65 . " innerwidth='#Mw' innerheight='#Mh' innerdepth='#Md' class='ltx_svg_fog'>"
78 my ($Mw, $Mh, $Md) = $M && map { roundto($_->pxValue) } $M->getSize; $Mh += $Md if $Mh;
91 my $s = $Bw + $Mw;
93 my $u = $Aw * $Mh - $Mw * $Bh;
94 my $delta = ($u + $v) * ($u + $v) + 4 * $Aw * ($t - $Bh) * ($Mw * ($Bh - $Mh) - $Bw * $Mh);
97 : 2 * (max($Aw, $Bw) + $Mw)) unless $w;
111 $Mx = $w - $Mw;
123 $Mx = $w - $Mw;
145 M => $M, Mx => $Mx, My => $My, Mw => $Bw, Mh => $Mh,
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_avx512_common_convolution_winograd.cpp169 t0[v] = Mw[1][i][v] + Mw[2][i][v]; in trans_O_4x4_3x3()
170 t1[v] = Mw[3][i][v] + Mw[4][i][v]; in trans_O_4x4_3x3()
171 t2[v] = Mw[1][i][v] - Mw[2][i][v]; in trans_O_4x4_3x3()
172 t3[v] = Mw[3][i][v] - Mw[4][i][v]; in trans_O_4x4_3x3()
257 t0[l] = Mw[1][i][j][l] + Mw[2][i][j][l]; in trans_O_3x3_4x4()
258 t1[l] = Mw[3][i][j][l] + Mw[4][i][j][l]; in trans_O_3x3_4x4()
262 T[1][i][l] = (Mw[1][i][j][l] - Mw[2][i][j][l]) in trans_O_3x3_4x4()
263 + 2.0f * (Mw[3][i][j][l] - Mw[4][i][j][l]); in trans_O_3x3_4x4()
393 t0[v] = Mw[1][i][j][v] + Mw[2][i][j][v]; in trans_O_3x3_4x4_wu()
394 t1[v] = Mw[3][i][j][v] + Mw[4][i][j][v]; in trans_O_3x3_4x4_wu()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Dmodule.C108 const module& Mw = owner(w);
109 if (Mv == Mw)
123 const module& Mw = owner(w);
124 if (Mv == Mw)
184 const module& Mw = owner(w);
185 if (Mv == Mw)
198 const module& Mw = owner(w);
199 if (Mv == Mw)
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Dmodule.C110 const module& Mw = owner(w);
111 if (Mv == Mw)
125 const module& Mw = owner(w);
126 if (Mv == Mw)
197 const module& Mw = owner(w);
198 if (Mv != Mw) CoCoA_THROW_ERROR(ERR::MixedModules, "Mvector += Mvector");
208 const module& Mw = owner(w);
209 if (Mv == Mw)
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A DcalcSVD.cc82 matrix Mu,Mw,Mvt; in testsvd() local
84 Mw=mpNew(max_i,max_j); in testsvd()
96 MATELEM(Mw,i,i)=p_svdInit(w(i).toString()); in testsvd()
113 L->m[1].data=(char*)Mw; in testsvd()
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/
H A Dconstants.py96 Mw = water_molecular_weight = units.Quantity(18.015268, 'g / mol') variable
97 Rv = water_gas_constant = R / Mw
126 epsilon = molecular_weight_ratio = (Mw / Md).to('dimensionless')
/dports/science/py-obspy/obspy-1.2.2/obspy/io/nied/tests/data/
H A DFNETMTCATALOG13 0 <= MT Magnitude(Mw) <= 9.9
17 … JMA Magnitude(Mj) Region Strike Dip Rake Mo(Nm) MT Depth(km) MT Magnitude(Mw) Variance Reduction …
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dvfont.py24 Mw = 0.6 # M width variable
40 Mw_Bvl = Mw - Bvl
54 Mw_2 = Mw / 2.0
65 Msp = Mw + sp
210 1, Mw, Ht,
211 1, Mw, 0.0,
318 1, Mw, Ht,
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/docs/wip/n0en/
H A Dconfig.tex14 4 SCUs is configured with 16 Mw, the maximum amount of memory is available (64 Mw). That is the max…
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Table/
H A Dtable.cpp442 table_rep::compute_widths (SI* Mw, SI* Lw, SI* Rw, bool large) { in compute_widths() argument
445 Mw[j]= Lw[j]= Rw[j]= 0; in compute_widths()
455 Mw[j]= max (Mw[j], cmw); in compute_widths()
458 Mw[j]= max (Mw[j], Lw[j] + Rw[j]); in compute_widths()
468 SI tot= sum (Mw+j, C->col_span); in compute_widths()
469 if (cmw > tot) Mw[j] += cmw - tot; in compute_widths()
500 STACK_NEW_ARRAY (Mw, SI, nr_cols); in position_columns()
504 compute_widths (Mw, Lw, Rw, true); in position_columns()
505 SI max_width= sum (Mw, nr_cols); in position_columns()
513 blow_up (mw, lw, rw, Mw, Lw, Rw, hextra, part, nr_cols); in position_columns()
[all …]
/dports/mail/spambnc/usr/local/sb/
H A Dsb-common.rc224 * H ?? 4^0 ^X-Mw-Mailer: SwiftMailer([^0-9a-z]|$)
225 * H ?? 2^0 ^X-Mw-Subscriber-Uid:
226 * H ?? 2^0 ^X-Mw-Tracking-Did:
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSANS_benchmark2.comp42 * case 1 - polymer with Mw = 2.000g/mol
43 * case 2 - polymer with Mw = 1.000.000g/mol
213 double Rg,Mw,rho,phi,fle,sig;
240 case 1: /* Polymer with Mw = 2.000g/mol */
242 Mw = 2000.0; /* molecular weight in g/mol */
248 G = drho*drho*phi*(Mw/rho/Na);
261 case 2: /* Polymer with Mw = 1.000.000g/mol */
263 Mw = 1e6; /* molecular weight in g/mol */
269 G = drho*drho*phi*(Mw/rho/Na);
416 Mw = 2000.0; /* molar mass g/mol */
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DPermafrostMaterials.F9049 Mw,rhow0,rhoi0,hw0,hi0,vi0,bccw0,& component
1468 SAVE FirstTime,Mw,hi0,ci0,cw0
1471 Mw = CurrentSolventMaterial % Mw
1688 REAL(KIND=dp) :: e1,Mw local
1689 Mw = CurrentSolventMaterial % Mw
1742 REAL(KIND=dp) :: Mw, e1 local
1773 Mw = CurrentSolventMaterial % Mw
1797 SAVE Mw,rhow0,rhoi0,FirstTime
1799 Mw = CurrentSolventMaterial % Mw
2711 Mw = CurrentSolventMaterial % Mw
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tests/fuzz/corpus/s2n_stuffer_pem_fuzz_test/
H A Dc896bcc6a1bb108752718ae9c440942cefd5d7ea2 Mw==
H A Ddbc3a4fcbac4d3e5c7d16a98176e6f1b0f9230bd2 Mw==
H A D5493c374a30d26995b4a3d82ef89ed4fb618c6c14 Mw==
/dports/devel/msbuild/.nuget/packages/system.io.pipes.accesscontrol/4.3.0/
H A Dsystem.io.pipes.accesscontrol.4.3.0.nupkg.sha5121 NL+cHz8fuWdtDhUqgRG10XLgtuPnDcapxgcsW3c2Cax/6S1MMniaVD53keNCkojWXzg8lkMDUIEnY0gCEJ7+Mw==

12345678910>>...26