/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/unit/ |
H A D | unit_GeomElement.cpp | 102 GeomElement T1_2(&T1, 2, numelt); in unit_GeomElement() local 103 out << "Side element T1_2 : " << T1_2 << std::endl; in unit_GeomElement() 128 out << "Element T1_2->parent() : " << (*T1_2.parent()) << "\n"; in unit_GeomElement() 129 GeoNumPair gnp = T1_2.parentSide(0); in unit_GeomElement() 131 out << " Element T1_2->elementDim() : " << T1_2.elementDim() << "\n"; in unit_GeomElement() 132 out << "Element T1_2->refElement() : " << (*T1_2.refElement()) << "\n"; in unit_GeomElement() 133 out << "Element T1_2->geomRefElement() : " << (*T1_2.geomRefElement()) << "\n"; in unit_GeomElement() 136 … << T1_2.numberOfVertices() << ", " << T1_2.numberOfSides() << ", " << T1_2.numberOfSideOfSides(); in unit_GeomElement() 138 for(Number i = 1; i <= T1_2.numberOfVertices(); i++) { out << T1_2.vertexNumber(i) << " "; } in unit_GeomElement() 154 T1_2.buildSideMeshElement(); in unit_GeomElement() [all …]
|
/dports/devel/p5-Object-Simple/Object-Simple-3.16/t/ |
H A D | object-simple.t | 160 is_deeply(T1_2->m24, {a => 1}, "$test : subclass 1 : class"); 162 $o = T1_2->new; 168 T1_2->m24->{c} = 1; 176 is_deeply(T1_2->m25, [1, 2], "$test : subclass 1 : class"); 178 $o = T1_2->new; 184 T1_2->m25->[2] = 3; 192 is_deeply(T1_2->m26, 1, "$test : subclass 1 : class"); 194 $o = T1_2->new; 198 is_deeply(T1_2->m26, 1, "$test : subclass : no effect"); 200 T1_2->m26(3); [all …]
|
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/ |
H A D | tc45.vhd | 37 subtype T1_2 is T1_0 (1 to 4); subtype 39 type T2_0 is array (integer range <>) of T1_2; 46 constant C3 : T1_2 := (1, 2, 3, 4); 47 constant C4 : T1_2 := C3;
|
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/ |
H A D | unit_GeomElement.res | 16 Side element T1_2 : geometric side element 5 : side 2 of element 2 43 Element T1_2->parent() : geometric element 2 (material 0, color 0) : triangle_Lagrange_1, orientati… 46 Element T1_2->parentSide(0).second : 2 Element T1_2->elementDim() : 1 47 Element T1_2->refElement() : reference element segment_Lagrange_1 53 Element T1_2->geomRefElement() : geometric reference element : shape segment, 2 vertices, 2 sides 54 Element T1_2->shapeType() : segment 55 Element T1_2->numberOfVertices(), numberOfSides(), numberOfSideofSides() : 2, 2, 0 73 Element T1_2 : geometric element 5 (material 0, color 0) : segment_Lagrange_1, orientation +0, lin…
|
/dports/audio/din/din-52/src/ |
H A D | curve.cc | 74 float T1_2 = T1 * T1; in eval() local 75 float T1_3 = T1_2 * T1; in eval() 79 float BT1 = 3 * T * T1_2; in eval()
|
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/strings/ |
H A D | kaluza-fl.smt2 | 22 (declare-fun T1_2 () String) 63 …_1 (+ I0_2 0))(= var_0xINPUT_12454 (str.++ T0_2 T1_2))(= I0_2 (str.len T4_2))(= 0 (str.len T0_2))(… 64 …PCTEMP_LHS_1 (- 1))(= var_0xINPUT_12454 (str.++ T0_2 T1_2))(= 0 (str.len T0_2))(not (str.in.re T1_…
|
/dports/devel/taskflow/taskflow-3.2.0/sandbox/strassen/ |
H A D | omp.cpp | 198 REAL T1_2 = *(T1sMULT+2) + LocalM2_2; in OptimizedStrassenMultiply_omp() local 202 REAL T2_2 = *(C22+2) + T1_2; in OptimizedStrassenMultiply_omp() 210 (*(C12+2)) += LocalM5_2 + T1_2; in OptimizedStrassenMultiply_omp()
|
H A D | taskflow.cpp | 188 REAL T1_2 = *(T1sMULT+2) + LocalM2_2; in OptimizedStrassenMultiply_tf() local 192 REAL T2_2 = *(C22+2) + T1_2; in OptimizedStrassenMultiply_tf() 200 (*(C12+2)) += LocalM5_2 + T1_2; in OptimizedStrassenMultiply_tf()
|
H A D | tbb.cpp | 206 REAL T1_2 = *(T1sMULT+2) + LocalM2_2; in execute() local 210 REAL T2_2 = *(C22+2) + T1_2; in execute() 218 (*(C12+2)) += LocalM5_2 + T1_2; in execute()
|
H A D | strassen.hpp | 323 REAL T1_2 = *(T1sMULT+2) + LocalM2_2; in OptimizedStrassenMultiply_seq() local 327 REAL T2_2 = *(C22+2) + T1_2; in OptimizedStrassenMultiply_seq() 335 (*(C12+2)) += LocalM5_2 + T1_2; in OptimizedStrassenMultiply_seq()
|
/dports/devel/p5-Object-Simple/Object-Simple-3.16/t/object-simple/ |
H A D | T1.pm | 64 package T1_2; package
|
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/security/nss/nss-3.76.1/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/ |
H A D | md5.c | 29 #define T1_2 0x242070db macro 353 FF(c, d, a, b, wBuf[R1B2], S1_2, T1_2); in md5_compress()
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/asnval/TestRes.asnval/tests/test1/test-cases/ |
H A D | asnfail_all-sqn.golden | 150 ….FeatContentDup] Duplicate feature FEATURE: Gene: rbcL [lcl|ME-T1_2:<1->1282] [lcl|ME-T1_2: raw, d… 151 …ut feature locations are identical FEATURE: Gene: rbcL [lcl|ME-T1_2:<1->1282] [lcl|ME-T1_2: raw, d… 153 …valent genes but has no cross-reference FEATURE: CDS: [lcl|ME-T1_2:<1->1282] [lcl|ME-T1_2: raw, d…
|
/dports/science/py-scipy/scipy-1.7.1/scipy/stats/tests/ |
H A D | test_stats.py | 2829 T1_2 = -3.464102 variable in TestStudentTest 2864 assert_array_almost_equal(t, self.T1_2)
|
/dports/deskutils/recoll/recoll-1.31.2/ |
H A D | ChangeLog | 8572 2006-01-22 07:41 +0000 dockes <dockes> (50553b4f8d29 [T1_2])
|