Home
last modified time | relevance | path

Searched refs:term2 (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Util/
H A Dtest_strxor.py45 term2 = unhexlify(b"383d4ba020573314395b")
67 term2 = unhexlify(b"383d4ba020573314395b")
75 term2 = unhexlify(b"383d4ba020573314395b")
86 original_term2 = term2[:]
95 self.assertEqual(term2, original_term2)
103 original_term2 = term2[:]
112 self.assertEqual(term2, original_term2)
119 original_term2 = term2[:]
126 self.assertEqual(term2, original_term2)
133 original_term2 = term2[:]
[all …]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Util/
H A Dtest_strxor.py45 term2 = unhexlify(b"383d4ba020573314395b")
67 term2 = unhexlify(b"383d4ba020573314395b")
75 term2 = unhexlify(b"383d4ba020573314395b")
86 original_term2 = term2[:]
95 self.assertEqual(term2, original_term2)
103 original_term2 = term2[:]
112 self.assertEqual(term2, original_term2)
119 original_term2 = term2[:]
126 self.assertEqual(term2, original_term2)
133 original_term2 = term2[:]
[all …]
/dports/archivers/arj/arj-3.10.22/
H A Darjsec_l.c57 unsigned short term0, term1, term2, term3; in arjsec_term() local
89 term2=(unsigned short)(chksum>>11)%16; in arjsec_term()
99 if(term1==term2) in arjsec_term()
100 term2=((term2+1)%16); in arjsec_term()
106 exchange[term1]+=exchange[term2]-exchange[term3]; in arjsec_term()
112 exchange[term1]=exchange[term1]<<(term2*2+term3%2)|exchange[term1]>>(32-(term2*2+term3%2)); in arjsec_term()
134 exchange[term1]*=(exchange[term2]*2L+1L); in arjsec_term()
135 exchange[term1]+=exchange[(term2^term3)|8L]; in arjsec_term()
240 unsigned long term, term2; in arjsec_read() local
264 lo2=(unsigned short)term2; in arjsec_read()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rdmft/
H A Dwfn1_dnrm2.F13 double precision :: term2
16 call ga_normf(wfn1_deriv%g_dna,term2)
17 dnrm2 = dnrm2 + term2**2
18 call ga_normf(wfn1_deriv%g_dnb,term2)
19 dnrm2 = dnrm2 + term2**2
20 call ga_normf(wfn1_deriv%g_dca,term2)
21 dnrm2 = dnrm2 + term2**2
22 call ga_normf(wfn1_deriv%g_dcb,term2)
23 dnrm2 = dnrm2 + term2**2
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rdmft/
H A Dwfn1_dnrm2.F13 double precision :: term2
16 call ga_normf(wfn1_deriv%g_dna,term2)
17 dnrm2 = dnrm2 + term2**2
18 call ga_normf(wfn1_deriv%g_dnb,term2)
19 dnrm2 = dnrm2 + term2**2
20 call ga_normf(wfn1_deriv%g_dca,term2)
21 dnrm2 = dnrm2 + term2**2
22 call ga_normf(wfn1_deriv%g_dcb,term2)
23 dnrm2 = dnrm2 + term2**2
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/search/spans/
H A DTestBasics.cpp103 query->add( term2 ); in testPhrase()
106 _CLLDECDELETE( term2 ); in testPhrase()
119 query->add( term2 ); in testPhrase2()
122 _CLLDECDELETE( term2 ); in testPhrase2()
140 _CLLDECDELETE( term2 ); in testBoolean()
156 _CLLDECDELETE( term2 ); in testBoolean2()
188 _CLLDECDELETE( term2 ); in testSpanNearExact()
205 _CLLDECDELETE( term2 ); in testSpanNearUnordered()
224 _CLLDECDELETE( term2 ); in testSpanNearOrdered()
246 _CLLDECDELETE( term2 ); in testSpanNot()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Functional/
H A DTaxonomyTermIndentationTest.php47 $term2 = $this->createTerm($this->vocabulary);
56 'terms[tid:' . $term2->id() . ':0][term][tid]' => 2,
57 'terms[tid:' . $term2->id() . ':0][term][parent]' => 1,
58 'terms[tid:' . $term2->id() . ':0][term][depth]' => 1,
67 'terms[tid:' . $term2->id() . ':0][weight]' => 1,
74 $parents = $taxonomy_storage->loadParents($term2->id());
80 'terms[tid:' . $term2->id() . ':0][term][tid]' => 2,
81 'terms[tid:' . $term2->id() . ':0][term][parent]' => 0,
82 'terms[tid:' . $term2->id() . ':0][term][depth]' => 0,
91 'terms[tid:' . $term2->id() . ':0][weight]' => 1,
[all …]
H A DTermTest.php100 $term2 = $this->createTerm($this->vocabulary);
116 $parents = $taxonomy_storage->loadParents($term2->id());
121 $term = Term::load($term2->id());
123 $parents = $taxonomy_storage->loadParents($term2->id());
128 $term2->parent = [$term1->id(), $term3->id()];
129 $term2->save();
195 $term2 = $this->createTerm($this->vocabulary);
215 $edit[$this->field->getName() . '[]'] = $term2->id();
422 'terms[tid:' . $term2->id() . ':0][term][tid]' => $term2->id(),
440 'terms[tid:' . $term2->id() . ':0][weight]' => 0,
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/
H A DTaxonomyTermIndentationTest.php47 $term2 = $this->createTerm($this->vocabulary);
56 'terms[tid:' . $term2->id() . ':0][term][tid]' => 2,
57 'terms[tid:' . $term2->id() . ':0][term][parent]' => 1,
58 'terms[tid:' . $term2->id() . ':0][term][depth]' => 1,
67 'terms[tid:' . $term2->id() . ':0][weight]' => 1,
74 $parents = $taxonomy_storage->loadParents($term2->id());
80 'terms[tid:' . $term2->id() . ':0][term][tid]' => 2,
81 'terms[tid:' . $term2->id() . ':0][term][parent]' => 0,
82 'terms[tid:' . $term2->id() . ':0][term][depth]' => 0,
91 'terms[tid:' . $term2->id() . ':0][weight]' => 1,
[all …]
H A DTermTest.php99 $term2 = $this->createTerm($this->vocabulary);
116 $parents = $taxonomy_storage->loadParents($term2->id());
121 $term = Term::load($term2->id());
123 $parents = $taxonomy_storage->loadParents($term2->id());
128 $term2->parent = [$term1->id(), $term3->id()];
129 $term2->save();
197 $term2 = $this->createTerm($this->vocabulary);
218 $edit[$this->field->getName() . '[]'] = $term2->id();
435 'terms[tid:' . $term2->id() . ':0][term][tid]' => $term2->id(),
453 'terms[tid:' . $term2->id() . ':0][weight]' => 0,
[all …]
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/test/
H A Dmake_tests_poly1305_accumulate.py10 def make_test(term1, term2): argument
13 assert term2 < 2**(32*5)
16 t2_split = split32(term2, 5)
17 res_split = split32(term1 + term2, 5)
49 term1 = term2 = 0
52 term2 = (term2 << 32) + struct.unpack('<I', prng2[piece*4:(piece+1)*4])[0] variable
53 if term1 + term2 >= 2**(32*5):
55 make_test(term1, term2)
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/test/
H A Dmake_tests_poly1305_accumulate.py10 def make_test(term1, term2):
13 assert term2 < 2**(32*5)
16 t2_split = split32(term2, 5)
17 res_split = split32(term1 + term2, 5)
49 term1 = term2 = 0
52 term2 = (term2 << 32) + struct.unpack('<I', prng2[piece*4:(piece+1)*4])[0]
53 if term1 + term2 >= 2**(32*5):
55 make_test(term1, term2)
/dports/science/tinker/tinker/source/
H A Depolar2.f253 real*8 term1,term2,term3 local
779 term1 = yr * term2
793 term1 = zr * term2
807 term1 = zr * term2
1075 term2 = term1*xr
1079 term2 = term1*yr
1083 term2 = term1*zr
1840 term1 = yr * term2
2136 term2 = term1*xr
2140 term2 = term1*yr
[all …]
/dports/devel/py-crc32c/crc32c-2.2/
H A Dcrc32c_sw.c499 uint32_t term2; in _crc32c_sw_slicing_by_8() local
521 term2 = crc >> 16; in _crc32c_sw_slicing_by_8()
523 crc_tableil8_o72[term2 & 0x000000FF] ^ in _crc32c_sw_slicing_by_8()
524 crc_tableil8_o64[(term2 >> 8) & 0x000000FF]; in _crc32c_sw_slicing_by_8()
537 term2 = crc >> 16; in _crc32c_sw_slicing_by_8()
539 crc_tableil8_o72[term2 & 0x000000FF] ^ in _crc32c_sw_slicing_by_8()
540 crc_tableil8_o64[(term2 >> 8) & 0x000000FF]; in _crc32c_sw_slicing_by_8()
544 term2 = (*(uint32_t *)p_buf) >> 16; in _crc32c_sw_slicing_by_8()
546 crc_tableil8_o40[term2 & 0x000000FF] ^ in _crc32c_sw_slicing_by_8()
547 crc_tableil8_o32[(term2 >> 8) & 0x000000FF]; in _crc32c_sw_slicing_by_8()
/dports/science/healpix/Healpix_3.50/src/f90/ngsims_full_sky/
H A Dsub_ngpdf_powergauss.F9059 real(DP) :: term2,term4,term6 local
107 term2=1.0_dp
109 term2=term2*real(i, DP)
126 mu(2)=(term4 - term2**2)*sigma0**(4*npower)
127 mu(3)=(term6 - 3.0_dp*term2*term4 + 2.0_dp*term2**3)*sigma0**(6*npower)
165 yline(i)=pdf(xval,sigma0,npower,term2)
182 REAL FUNCTION pdf(x,sigma0,npower,term2)
187 real(DP) :: x,sigma0,term2 local
192 xp = x + term2*sigma0**(2*npower)
223 real(DP), intent(in) :: sigma0,term2 local
[all …]
/dports/math/miracl/miracl-5.6/
H A Dpoly2.cpp49 term2 *pos=NULL; in Poly2()
60 term2 *nx; in ~Poly2()
72 term2 *ptr=start; in coeff()
283 term2 *t; in swap()
324 term2 *ptr; in resultant()
383 term2 *ptr; in inverse()
404 term2 *ptr; in gcd()
432 term2 *ptr; in egcd()
548 term2 *ptr; in clear()
748 term2* Poly2::addterm(const GF2m& a,int power,term2 *pos) in addterm()
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Das/
H A DFeatureTypeI.pm262 my $term2 = shift;
263 if ($term2->isa('Bio::Das::FeatureTypeI')) {
264 return $self->accession eq $term2->accession;
266 return lc $self->name eq lc $term2;
342 my $term2 = shift;
343 return 1 if $self->equals($term2);
344 return $self->is_descendent($term2,'isa');
/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/skfuzzy/control/
H A Dterm.py142 if self.agg.term2 is not None:
143 term2 = self.agg.term2.membership_value[key]
146 return self.agg.agg_methods.and_func(term1, term2)
148 return self.agg.agg_methods.or_func(term1, term2)
161 def __init__(self, term1, term2, kind): argument
164 assert isinstance(term2, TermPrimitive)
166 assert term2 is None, "NOT (~) operates on a single Term, not two."
171 self.term2 = term2
187 _term_to_str(self.term2))
200 for term in (self.term1, self.term2):
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/heat/
H A Dheat_mat_ass_bc_FILM.f9029 real(kind=kreal) :: term1(64), term2(20), stiff(8,8) local
64 call heat_FILM_231(nn,xx,yy,zz,thick,isuf,HH,SINK,mm,term1,term2,nsuf)
82 call heat_FILM_341(nn,xx,yy,zz,isuf,HH,SINK,mm,term1,term2,nsuf)
85 call heat_FILM_342(nn,xx,yy,zz,isuf,HH,SINK,mm,term1,term2,nsuf)
89 call heat_FILM_351(nn,xx,yy,zz,isuf,HH,SINK,mm,term1,term2,nsuf)
93 call heat_FILM_352(nn,xx,yy,zz,isuf,HH,SINK,mm,term1,term2,nsuf)
96 call heat_FILM_361(nn,xx,yy,zz,isuf,HH,SINK,mm,term1,term2,nsuf)
99 call heat_FILM_362(nn,xx,yy,zz,isuf,HH,SINK,mm,term1,term2,nsuf)
102 call heat_FILM_731(nn,xx,yy,zz,HH,SINK,term1,term2)
109 call heat_FILM_741(nn,xx,yy,zz,HH,SINK,term1,term2)
[all …]
H A Dheat_mat_ass_bc_RADIATE.f9029 real(kind=kreal) :: term1(64), term2(20), stiff(8,8) local
61 call heat_RADIATE_231(nn,xx,yy,zz,thick,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
79 call heat_RADIATE_341(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
82 call heat_RADIATE_342(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
86 call heat_RADIATE_351(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
90 call heat_RADIATE_352(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
93 call heat_RADIATE_361(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
96 call heat_RADIATE_362(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,mm,term1,term2,nsuf)
98 call heat_RADIATE_731(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,term1,term2)
104 call heat_RADIATE_741(nn,xx,yy,zz,tt,isuf,RR,SINK,TZERO,term1,term2)
[all …]
/dports/math/gsl/gsl-2.7/multifit_nlinear/
H A Dtest_rat42.c79 double term2 = 1.0 + term1; in rat42_df() local
81 gsl_matrix_set (df, i, 0, 1.0 / term2); in rat42_df()
82 gsl_matrix_set (df, i, 1, -b[0] * term1 / (term2 * term2)); in rat42_df()
83 gsl_matrix_set (df, i, 2, b[0] * term1 * xi / (term2 * term2)); in rat42_df()
107 double term2 = exp(ti * x3); in rat42_fvv() local
110 -pow(term1 + term2, -3.0) * term1 * term2 * in rat42_fvv()
112 term2*(2*v1 + x1*(v2 - ti*v3)))); in rat42_fvv()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dtable_factor_syntax-t.cc56 SELECT_LEX *term2 = term1->next_select(); in test_table_factor_syntax() local
57 ASSERT_FALSE(term2 == nullptr); in test_table_factor_syntax()
59 EXPECT_EQ(nullptr, term2->first_inner_unit()); in test_table_factor_syntax()
60 EXPECT_EQ(term1, term2->next_select_in_list()); in test_table_factor_syntax()
64 EXPECT_EQ(nullptr, term2->next_select()); in test_table_factor_syntax()
67 EXPECT_EQ(top_union, term2->master_unit()); in test_table_factor_syntax()
187 SELECT_LEX *term2 = in TEST_F() local
191 SELECT_LEX_UNIT *top_union2 = term2->master_unit(); in TEST_F()
194 EXPECT_EQ(term2, top_union2->first_select()); in TEST_F()
197 ASSERT_EQ(4U, term2->table_list.elements); in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/
H A DCrc32Helper.Managed.cs34 uint term1, term2, term3 = 0; in UpdateCrc32()
46 term2 = crc32 >> 16; in UpdateCrc32()
48 s_crcTable_5[term2 & 0x000000FF] ^ in UpdateCrc32()
49 s_crcTable_4[(term2 >> 8) & 0x000000FF]; in UpdateCrc32()
55 term2 = term3 >> 16; in UpdateCrc32()
57 s_crcTable_1[term2 & 0x000000FF] ^ in UpdateCrc32()
58 s_crcTable_0[(term2 >> 8) & 0x000000FF]; in UpdateCrc32()
/dports/math/gsl/gsl-2.7/multilarge_nlinear/
H A Dtest_rat42.c84 double term2 = 1.0 + term1; in rat42_df() local
86 gsl_matrix_set (&J.matrix, i, 0, 1.0 / term2); in rat42_df()
87 gsl_matrix_set (&J.matrix, i, 1, -b[0] * term1 / (term2 * term2)); in rat42_df()
88 gsl_matrix_set (&J.matrix, i, 2, b[0] * term1 * xi / (term2 * term2)); in rat42_df()
118 double term2 = exp(ti * x3); in rat42_fvv() local
121 -pow(term1 + term2, -3.0) * term1 * term2 * in rat42_fvv()
123 term2*(2*v1 + x1*(v2 - ti*v3)))); in rat42_fvv()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dexprtype.c224 size2 = term2->size,
238 syntax_error(term2->line_num,term2->col_num,
240 report_type(term2);
604 term1:term2);
614 use_variable(term2);
628 syntax_error(term2->line_num,term2->col_num,
808 syntax_error(term2->line_num,term2->col_num,
810 report_type(term2);
823 report_type(term2);
994 use_variable(term2);
[all …]

12345678910>>...41