Home
last modified time | relevance | path

Searched refs:Eh (Results 1 – 25 of 1752) sorted by relevance

12345678910>>...71

/dports/math/freefem++/FreeFem-sources-4.6/examples/plugin/
H A Dmat_edgeP1.edp7 fespace Eh(Th,P0edge);
10 cout << "2d " << A.nnz << " " << 2*Eh.ndof << endl;
11 err+= A.nnz != 2*Eh.ndof;
16 fespace Eh(Th,Edge03d );
22 cout << " 3d:: " << A.nnz << " " << 2*Eh.ndof << endl;
23 cout << " 3d:: " << A.n << " " << Eh.ndof << endl;
24 err+= A.nnz != 2*Eh.ndof;
25 err += A.n != Eh.ndof;
/dports/biology/py-biopython/biopython-1.79/Tests/FSSP/
H A D1cnv.fssp377 … E H X S+ 0 0 50 191 Eh Yh Yh Yh Lh Ah Eh Eh Eh Eh Eh Hh Kh Nh Rh Lh Eh Eh Hh Rh Th Eh
380 … X S+ 0 0 101 187 Qh Ah Ah Ah Eh Eh Kh Ah Kt Th Qh St Dh Gh Dh Eh Kh Kh Eh Dh Eh Kh .. St …
510 … 0 0 61 115 Nh Sh Sh Sh Th Th Th Sh Ah Ah Lh Eh Sh I Eh Ah Sh Eh Kh Eh Sh Mh Mh Eh Eh Kh Rh …
539 …H > S+ 0 0 83 126 Ah Dh Qh Vh Ih Qh Sh Eh St Ah Eh Ih Eh Eh Eh Qh Vh Nh Qh Rh Eh Hh Lh Kh…
585 …S H > S+ 0 0 64 144 Yh Rh Qh Eh Ah Eh Kh Sh Eh Vh Sh Fh Kh Rh Eh .. Kh Nh Lh Eh Ah Lh Nh…
727 …0 0 52 152 Ph Th .. Sh Rh Dh Gh Sh Kh Lh Qh Eh Ah Ah Kh Kh Eh Gh Kh Ah Eh Eh Wg Eh Qh Rh Nh Eh
875 …1 71 E H X S+ 0 0 43 135 Ah Ah Eh Eh Ah Ah Lh Kh At Wh Ah Ah Et Eh W Gt Eh Eh Lh Eh
945 …> S+ 0 0 53 186 Qs Th Ih Lh Vs Eh Qh Qh Qh Qh Ih Nh Eh Dh Eh Dh Eh Qh Gh Eh Rh Gt Gh Ih Eh
1231 … 141 N H > S+ 0 0 53 186 Eh Qh Ah Kh Et Kh Dh Eh Sh Hg Yh Eh Dh Lt Rh Sh Eh Eh Eh Eh
1258 …8 168 P S S- 0 0 88 146 Ds Kh Eh N Ht Vs Eh Yh Nh .. .. Qh Qh S Eh Lg Eh Eh Eh Eh
[all …]
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A D_sha512-sse2.c296 __m128i Eh = sha512_digests[ 8]; in hashcat_sha512_128() local
310 …tN = ((t + 0) * 2); SHA512_ROUND (tN, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, … in hashcat_sha512_128()
311 … SHA512_ROUND (tN, Hh, Hl, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl); in hashcat_sha512_128()
312 … SHA512_ROUND (tN, Gh, Gl, Hh, Hl, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl); in hashcat_sha512_128()
313 … SHA512_ROUND (tN, Fh, Fl, Gh, Gl, Hh, Hl, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El); in hashcat_sha512_128()
314 …tN = ((t + 4) * 2); SHA512_ROUND (tN, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl, Ah, Al, … in hashcat_sha512_128()
315 …tN = ((t + 5) * 2); SHA512_ROUND (tN, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl, … in hashcat_sha512_128()
316 …tN = ((t + 6) * 2); SHA512_ROUND (tN, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, … in hashcat_sha512_128()
317 …tN = ((t + 7) * 2); SHA512_ROUND (tN, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, … in hashcat_sha512_128()
322 …tN = ((t + 0) * 2); SHA512_EXPAND (tN); SHA512_ROUND (tN, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, … in hashcat_sha512_128()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/travis/test/
H A Dfloat8.asm22 db 0.02734375 ; 0Eh
38 db 0.109375 ; 1Eh
54 db 0.4375 ; 2Eh
70 db 1.75 ; 3Eh
86 db 7.0 ; 4Eh
102 db 28.0 ; 5Eh
118 db 112.0 ; 6Eh
/dports/devel/nasm/nasm-2.15.05/travis/test/
H A Dfloat8.asm22 db 0.02734375 ; 0Eh
38 db 0.109375 ; 1Eh
54 db 0.4375 ; 2Eh
70 db 1.75 ; 3Eh
86 db 7.0 ; 4Eh
102 db 28.0 ; 5Eh
118 db 112.0 ; 6Eh
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/test/
H A Dfloat8.asm25 db 0.02734375 ; 0Eh
41 db 0.109375 ; 1Eh
57 db 0.4375 ; 2Eh
73 db 1.75 ; 3Eh
89 db 7.0 ; 4Eh
105 db 28.0 ; 5Eh
121 db 112.0 ; 6Eh
/dports/devel/nasm/nasm-2.15.05/test/
H A Dfloat8.asm25 db 0.02734375 ; 0Eh
41 db 0.109375 ; 1Eh
57 db 0.4375 ; 2Eh
73 db 1.75 ; 3Eh
89 db 7.0 ; 4Eh
105 db 28.0 ; 5Eh
121 db 112.0 ; 6Eh
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/small7/
H A Dsml512.bj108 Eh(8[0SC,O=b4Wj&J7Z/RBe+N<aFi)9]1Tg-P>c5XH }t3%I6Y.QAd*:^2Eh(80SCf,O=b4WGj&7\
315 Eh(" ),
466 }w*%I6Y.QAd*M:^2Eh(80SCf,Ob4WG&7Z/RBe+N<a3Fi)]1TDg-P>5XH }u*%%I6.Qd*M:^2Eh(8\
468 a3Fi)9]1Tg-P>c5XH }kH%%I6.QAd*M:2Eh(8[0SCfO=b4WG }wH%%I6Y.QAdM:^2Eh([0SCf,O=\
591 "QAd*M:2Eh(8[0SCfO=b4WG&J7/RBe+Na3Fi9]1TDg->c5XH }tH%I6.Ad*M:^Eh(8[0Sf,O=b4W\
597 WG&J7RBe+N<a3Fi)9]1TD-P>c5X }l3D%I.QAd*M:2Eh(8[0SCfO=b4WG }x3D%6.QAdM:^2Eh([\
616 -P>c5X }tG%I.QAd*M:2Eh(8[0SCfO=b4WG&J7/RBe+Na3Fi9]1TDg->c5XH }wGI6.QAd*:^2Eh\
618 3Fi)9]1TD-P>c5X }oG%I6.Ad*M:^Eh(8[0Sf,O=b4WG }t2I6.QAd*:^2Eh(K80SCf,Ob4WG&7/\
621 P>c5H }tP%6.QAdM:^2Eh([0SCf,O=4WGJ7/RBe+<a3Fi)L91TDg-Pc5XH }nP%I.QAd*M:2Eh(8\
732 Eh(8[0SCfO=b4WG }u2D%I6.Ad*M:^Eh(8[0Sf,O=b4WG&J7RBe+N<a3Fi)9]1T-P>c5X }x2D%I\
[all …]
/dports/devel/py-cclib/cclib-1.7.1/data/ORCA/basicORCA4.2/
H A Ddvb_ir.out480 Integral Threshold Thresh .... 1.000e-10 Eh
481 Primitive CutOff TCut .... 1.000e-11 Eh
486 Energy Change TolE .... 1.000e-06 Eh
650 E(X) : -43.808373149416 Eh
651 E(C) : -2.717837523557 Eh
652 E(XC) : -46.526210672973 Eh
653 DFET-embed. en. : 0.000000000000 Eh
674 NO OCC E(Eh) E(eV) Irrep
1932 Electronic energy ... -382.05075804 Eh
1938 Total thermal energy -381.86483600 Eh
[all …]
H A Ddvb_raman.out388 Integral Threshold Thresh .... 2.500e-11 Eh
389 Primitive CutOff TCut .... 2.500e-12 Eh
394 Energy Change TolE .... 1.000e-08 Eh
554 E(X) : -43.808382786353 Eh
555 E(C) : -2.717831082208 Eh
556 E(XC) : -46.526213868561 Eh
557 DFET-embed. en. : 0.000000000000 Eh
578 NO OCC E(Eh) E(eV)
2124 Electronic energy ... -382.05073728 Eh
2130 Total thermal energy -381.86465726 Eh
[all …]
H A Ddvb_dispersion_bp86_d3zero.out1093 Total Energy : -382.258736156641 Eh
1094 Energy Change : -382.258736156641 Eh
1098 Actual Level Shift : 0.2500 Eh
1107 Total Energy : -382.283111021713 Eh
1108 Energy Change : -0.024374865072 Eh
1112 Actual Level Shift : 0.2500 Eh
1122 Total Energy : -382.294965323630 Eh
1127 Actual Level Shift : 0.2500 Eh
1142 Actual Level Shift : 0.2500 Eh
1159 Actual Level Shift : 0.2500 Eh
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtestscope.d6 class Eh : Exception
26 throw new Eh(); in this()
43 catch (Eh) in test1()
94 throw new Eh; in test4() local
98 catch (Eh e) in test4()
114 throw new Eh; in test5() local
118 catch (Eh e) in test5()
135 throw new Eh; in test6() local
139 catch (Eh e) in test6()
/dports/math/glpk/glpk-5.0/examples/
H A Dhashi.mod16 set Eh := { (i,j,k,l) in { V, V }:
27 set E := Eh union Ev;
43 s.t. no_crossing1{(i,j,k,l) in Eh, (s,t,u,v) in Ev:
46 s.t. no_crossing2{(i,j,k,l) in Eh, (s,t,u,v) in Ev:
49 s.t. no_crossing3{(i,j,k,l) in Eh, (s,t,u,v) in Ev:
52 s.t. no_crossing4{(i,j,k,l) in Eh, (s,t,u,v) in Ev:
97 card({(i,j,k,l) in Eh: i = row and col >= j and col < l and
100 card({(i,j,k,l) in Eh: i = row and col >= j and col < l and
109 and card({(i,j,k,l) in Eh: i = row and col >= j and col < l and
118 printf{(i,j,k,l) in Eh: i = row and col >= j and col < l and
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc70 const double Eh[2] = {E_[0][0]*h[0] + E_[0][1]*h[1], in Update() local
86 const double denom = var_noise_ + h[0]*Eh[0] + h[1]*Eh[1]; in Update()
88 const double K[2] = {Eh[0] / denom, in Update()
89 Eh[1] / denom}; in Update()
/dports/devel/py-cclib/cclib-1.7.1/data/ORCA/basicORCA4.1/
H A Ddvb_dispersion_bp86_d3zero.out1089 Total Energy : -382.258736156640 Eh
1090 Energy Change : -382.258736156640 Eh
1094 Actual Level Shift : 0.2500 Eh
1103 Total Energy : -382.283111021714 Eh
1104 Energy Change : -0.024374865074 Eh
1108 Actual Level Shift : 0.2500 Eh
1118 Total Energy : -382.294965323629 Eh
1123 Actual Level Shift : 0.2500 Eh
1138 Actual Level Shift : 0.2500 Eh
1155 Actual Level Shift : 0.2500 Eh
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc75 const double Eh[2] = {E_[0][0] * h[0] + E_[0][1] * h[1], in Update() local
94 const double denom = var_noise_ + h[0] * Eh[0] + h[1] * Eh[1]; in Update()
96 const double K[2] = {Eh[0] / denom, Eh[1] / denom}; in Update()

12345678910>>...71