Home
last modified time | relevance | path

Searched refs:e2b (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/dports/www/youtube_dl/youtube-dl/test/testdata/m3u8/
H A Dted_18923.m3u84 /videos/BorisHesser_2018S/video/600k.m3u8?nobumpers=true&uniqueId=76011e2b
6 /videos/BorisHesser_2018S/video/64k.m3u8?nobumpers=true&uniqueId=76011e2b
8 /videos/BorisHesser_2018S/video/180k.m3u8?nobumpers=true&uniqueId=76011e2b
10 /videos/BorisHesser_2018S/video/320k.m3u8?nobumpers=true&uniqueId=76011e2b
12 /videos/BorisHesser_2018S/video/450k.m3u8?nobumpers=true&uniqueId=76011e2b
14 /videos/BorisHesser_2018S/video/950k.m3u8?nobumpers=true&uniqueId=76011e2b
16 /videos/BorisHesser_2018S/video/1500k.m3u8?nobumpers=true&uniqueId=76011e2b
18 /videos/BorisHesser_2018S/audio/600k.m3u8?nobumpers=true&uniqueId=76011e2b
20 …TION=320x180,URI="/videos/BorisHesser_2018S/video/64k_iframe.m3u8?nobumpers=true&uniqueId=76011e2b"
21 …ION=512x288,URI="/videos/BorisHesser_2018S/video/180k_iframe.m3u8?nobumpers=true&uniqueId=76011e2b"
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dprismj.cc157 Vec3 e2b(R2hTmp.GetVec(2)); in AssJac() local
173 Vec3 v3(e1a.Cross(e2b)); in AssJac()
239 Vec3 e2b(R2hTmp.GetVec(2)); in AssRes() local
410 Vec3 e2b(R2hTmp.GetVec(2)); in InitialAssJac() local
439 +( (Mat3x3(MatCrossCross, e2b, Omega1) + Mat3x3(MatCross, Omega2.Cross(e2b*M(3)))) in InitialAssJac()
458 Vec3 v3(e1a.Cross(e2b)); in InitialAssJac()
494 v3 = e2b.Cross(e1a.Cross(Omega1)) + e1a.Cross(Omega2.Cross(e2b)); in InitialAssJac()
584 Vec3 e2b(R2hTmp.GetVec(2)); in InitialAssRes() local
589 +e1a.Cross(e2b*M(3))); in InitialAssRes()
600 +(e1a.Cross(Omega2.Cross(e2b)) - e2b.Cross(Omega1.Cross(e1a)))*M(3) in InitialAssRes()
[all …]
H A Dunivj.cc151 Vec3 e2b(R2*R2h.GetVec(2)); in AssJac() local
152 Vec3 MTmp = e2b*(dM*dCoef); in AssJac()
164 Vec3 Tmp(e2b.Cross(e3a)); in AssJac()
387 Vec3 MTmp(e2b*dM); in InitialAssJac()
405 Vec3 Tmp(e2b.Cross(e3a)); in InitialAssJac()
420 Vec3 TmpPrime(e2b.Cross(Omega1.Cross(e3a)) - e3a.Cross(Omega2.Cross(e2b))); in InitialAssJac()
562 Vec3 MTmp(e2b*dM); in InitialAssRes()
707 Vec3 Tmp(e2b.Cross(e3a)); in AssJac()
948 Vec3 MTmp(e2b*dM); in InitialAssJac()
974 Vec3 TmpPrime(e2b.Cross(Omega1.Cross(e3a)) - e3a.Cross(Omega2.Cross(e2b))); in InitialAssJac()
[all …]
H A Dplanej.cc637 Vec3 e2b(R2hTmp.GetVec(2)); in AssJac() local
650 Vec3 Tmp1(e2b.Cross(e3a)); in AssJac()
867 Vec3 e2b(R2hTmp.GetVec(2)); in AssRes() local
1190 Vec3 e2b(R2hTmp.GetVec(2)); in InitialAssJac() local
1212 Vec3 Tmp1(e2b.Cross(e3a)); in InitialAssJac()
1228 Vec3 TmpPrime1(e2b.Cross(Omega1.Cross(e3a))-e3a.Cross(Omega2.Cross(e2b))); in InitialAssJac()
1909 Vec3 Tmp1(e2b.Cross(e3a)); in AssJac()
2242 Vec3 Tmp1(e2b.Cross(e3a)); in InitialAssJac()
2258 Vec3 TmpPrime1(e2b.Cross(Omega1.Cross(e3a))-e3a.Cross(Omega2.Cross(e2b))); in InitialAssJac()
3118 Vec3 Tmp1(e2b.Cross(e3a)); in AssJac()
[all …]
H A Dbrake.cc221 Vec3 e2b(R2hTmp.GetVec(2)); in AssJac() local
222 MTmp = e2b*MTmp.dGet(1)-e1b*MTmp.dGet(2); in AssJac()
229 Vec3 Tmp1(e2b.Cross(e3a)); in AssJac()
370 Vec3 e2b(R2hTmp.GetVec(2)); in AssRes() local
372 Vec3 MTmp(e2b.Cross(e3a)*M.dGet(1)+e3a.Cross(e1b)*M.dGet(2)); in AssRes()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dmimetype.c69 MT_MAP_T e2b; in set_mime_type_by_extension() local
71 if(mt_get_file_ext(filename, &e2b.from.ext) in set_mime_type_by_extension()
72 && mt_srch_mime_type(mt_srch_by_ext, &e2b)){ in set_mime_type_by_extension()
73 body->type = e2b.to.mime.type; in set_mime_type_by_extension()
74 body->subtype = e2b.to.mime.subtype; /* NOTE: subtype was malloc'd */ in set_mime_type_by_extension()
268 mt_srch_by_ext(MT_MAP_T *e2b, FILE *file) in mt_srch_by_ext() argument
297 if(strucmp(try_extension, e2b->from.ext) == 0){ in mt_srch_by_ext()
312 e2b->to.mime.type = mt_translate_type(type); in mt_srch_by_ext()
313 e2b->to.mime.subtype = cpystr(subtype ? subtype : "x-unknown"); in mt_srch_by_ext()
H A Dmailcap.c574 MT_MAP_T e2b; in mc_get_command() local
586 if((fname = get_filename_parameter(NULL, 0, body, &e2b.from.ext)) != NULL in mc_get_command()
587 && e2b.from.ext && e2b.from.ext[0]){ in mc_get_command()
588 if(strlen(e2b.from.ext) < sizeof(tmp_ext) - 2){ in mc_get_command()
589 strncpy(ext = tmp_ext, e2b.from.ext - 1, sizeof(tmp_ext)); /* remember it */ in mc_get_command()
591 if(mt_srch_mime_type(mt_srch_by_ext, &e2b)){ in mc_get_command()
592 type = e2b.to.mime.type; /* mapped type */ in mc_get_command()
593 strncpy(subtype = tmp_subtype, e2b.to.mime.subtype, in mc_get_command()
596 fs_give((void **) &e2b.to.mime.subtype); in mc_get_command()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dmimetype.c69 MT_MAP_T e2b; in set_mime_type_by_extension() local
71 if(mt_get_file_ext(filename, &e2b.from.ext) in set_mime_type_by_extension()
72 && mt_srch_mime_type(mt_srch_by_ext, &e2b)){ in set_mime_type_by_extension()
73 body->type = e2b.to.mime.type; in set_mime_type_by_extension()
74 body->subtype = e2b.to.mime.subtype; /* NOTE: subtype was malloc'd */ in set_mime_type_by_extension()
268 mt_srch_by_ext(MT_MAP_T *e2b, FILE *file) in mt_srch_by_ext() argument
297 if(strucmp(try_extension, e2b->from.ext) == 0){ in mt_srch_by_ext()
312 e2b->to.mime.type = mt_translate_type(type); in mt_srch_by_ext()
313 e2b->to.mime.subtype = cpystr(subtype ? subtype : "x-unknown"); in mt_srch_by_ext()
H A Dmailcap.c574 MT_MAP_T e2b; in mc_get_command() local
586 if((fname = get_filename_parameter(NULL, 0, body, &e2b.from.ext)) != NULL in mc_get_command()
587 && e2b.from.ext && e2b.from.ext[0]){ in mc_get_command()
588 if(strlen(e2b.from.ext) < sizeof(tmp_ext) - 2){ in mc_get_command()
589 strncpy(ext = tmp_ext, e2b.from.ext - 1, sizeof(tmp_ext)); /* remember it */ in mc_get_command()
591 if(mt_srch_mime_type(mt_srch_by_ext, &e2b)){ in mc_get_command()
592 type = e2b.to.mime.type; /* mapped type */ in mc_get_command()
593 strncpy(subtype = tmp_subtype, e2b.to.mime.subtype, in mc_get_command()
596 fs_give((void **) &e2b.to.mime.subtype); in mc_get_command()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/sic/
H A Dtest_scfsic_h2.py33 e2b = atoms.get_potential_energy()
34 equal(e2, e2b, 0.0001)
/dports/science/qmcpack/qmcpack-3.11.0/utils/afqmctools/afqmctools/inputs/
H A Denergy.py60 e2b = 0.5 * (ecoul - exx)
64 return (e1b + e2b + enuc, e1b + enuc, e2b)
/dports/misc/vxl/vxl-3.3.2/contrib/mul/m23d/tests/
H A Dtest_ortho_flexible_builder.cxx211 double e2b = (P+P1).extract(2*ns,3,0,3).rms(); in test_ortho_flexible_builder_on_flexible() local
212 TEST_NEAR("RMS error on second mode of P1",std::min(e2a,e2b),0,0.01); in test_ortho_flexible_builder_on_flexible()
231 e2b = (P+P1).extract(2*ns,3,0,3).rms(); in test_ortho_flexible_builder_on_flexible()
232 TEST_NEAR("RMS error on second mode of P1",std::min(e2a,e2b),0,0.02); in test_ortho_flexible_builder_on_flexible()
245 e2b = (P+P1).extract(2*ns,3,0,3).rms(); in test_ortho_flexible_builder_on_flexible()
246 TEST_NEAR("RMS error on second mode of P1",std::min(e2a,e2b),0,0.02); in test_ortho_flexible_builder_on_flexible()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/tests/
H A Dlarge_graph.cpp59 *e2b=rs[e2.second]; in countCrossings() local
65 linesegment::Vector(e2b->getCentreX(),e2b->getCentreY())); in countCrossings()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/fail_compilation/
H A Dfail_circular.d68 enum int e2a = e2b;
69 enum int e2b = .e2a; // CTFE error variable
/dports/science/qmcpack/qmcpack-3.11.0/utils/afqmctools/afqmctools/inputs/tests/
H A Dtest_from_pyscf.py21 etot, e1b, e2b = calculate_hf_energy('afqmc.h5', 'afqmc.h5')
37 etot, e1b, e2b = calculate_hf_energy('afqmc.h5', 'afqmc.h5')
/dports/net/p5-XML-Compile-SOAP/XML-Compile-SOAP-3.27/t/
H A D70enc11.t119 my $e2b = $soap->enc(int => 4);
120 isa_ok($e2b, 'XML::LibXML::Element');
121 compare_xml($e2b, '<SOAP-ENC:int>4</SOAP-ENC:int>');
123 my $a2 = $soap->array(undef, $int, [$e2a, $e2b]);

12345678910>>...26