Home
last modified time | relevance | path

Searched refs:index_i (Results 51 – 75 of 206) sorted by relevance

123456789

/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/generic_bench/init/
H A Dinit_function.hh28 double simple_function(int index_i, int index_j) in simple_function() argument
30 return index_i+index_j; in simple_function()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/generic_bench/init/
H A Dinit_function.hh28 double simple_function(int index_i, int index_j) in simple_function() argument
30 return index_i+index_j; in simple_function()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/generic_bench/init/
H A Dinit_function.hh28 double simple_function(int index_i, int index_j) in simple_function() argument
30 return index_i+index_j; in simple_function()
/dports/math/stp/stp-2.3.3/lib/AbsRefineCounterExample/
H A DAbstractionRefinement.cpp343 const ASTNode& index_i = listOfIndices[i]; in SATBased_ArrayReadRefinement() local
344 const Kind iKind = index_i.GetKind(); in SATBased_ArrayReadRefinement()
355 if (BVCONST == iKind && jKind[j] == BVCONST && index_i != index_j) in SATBased_ArrayReadRefinement()
358 if (ASTFalse == simp->CreateSimplifiedEQ(index_i, index_j)) in SATBased_ArrayReadRefinement()
511 const ASTNode& index_i = listOfIndices[i]; in applyAllCongruenceConstraints() local
512 const Kind iKind = index_i.GetKind(); in applyAllCongruenceConstraints()
523 if (BVCONST == iKind && jKind[j] == BVCONST && index_i != index_j) in applyAllCongruenceConstraints()
526 if (ASTFalse == simp->CreateSimplifiedEQ(index_i, index_j)) in applyAllCongruenceConstraints()
529 if (index_i == index_j) in applyAllCongruenceConstraints()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/task/
H A Dags_toggle_pattern_bit.h51 guint index_i; member
69 guint index_i, guint index_j,
/dports/math/cvc3/cvc3-2.4.1/src/theory_array/
H A Darray_theorem_producer.cpp82 Expr write_i, write_j, index_i, index_j, hyp, conc, result; in rewriteSameStore() local
87 index_i = write_i[1]; in rewriteSameStore()
94 Expr hyp2(!((index_i.getType().isBool())? in rewriteSameStore()
95 index_i.iffExpr(index_j) : index_i.eqExpr(index_j))); in rewriteSameStore()
100 Expr r1(Expr(READ, e[1], index_i)); in rewriteSameStore()
/dports/security/openvas/openvas-scanner-21.4.3/nasl/
H A Dsmb_crypt.c334 uchar index_i = 0; in SamOEMhash() local
373 index_i++; in SamOEMhash()
374 index_j += hash[index_i]; in SamOEMhash()
376 tc = hash[index_i]; in SamOEMhash()
377 hash[index_i] = hash[index_j]; in SamOEMhash()
380 t = hash[index_i] + hash[index_j]; in SamOEMhash()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dpfhrgb.hpp77 for (const auto& index_i: indices) in computePointPFHRGBSignature() local
82 if (index_i == index_j) in computePointPFHRGBSignature()
86 if (!computeRGBPairFeatures (cloud, normals, index_i, index_j, in computePointPFHRGBSignature()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/lib/
H A Dexplain.py469 index_i = list_i_last.index(feat)
470 …list_i_last[len(list_i_last) - 1], list_i_last[index_i] = list_i_last[index_i], list_i_last[len(li…
529 index_i = list_i_last.index(feat)
530 …list_i_last[len(list_i_last) - 1], list_i_last[index_i] = list_i_last[index_i], list_i_last[len(li…
618 index_i = list_i_last.index(feat)
619 …list_i_last[len(list_i_last) - 1], list_i_last[index_i] = list_i_last[index_i], list_i_last[len(li…
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_add_block_process.cxx62 int index_i =pro.get_input<int> (i++); in boxm2_add_block_process() local
81 boxm2_block_id id(index_i,index_j,index_k); in boxm2_add_block_process()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/physics/
H A DElasticLinear.f90196 integer :: index_i(5), index_j(5), index_k(5), index_l(5) local
362 index_i(1) = 1
363 index_i(2) = 2
364 index_i(3) = 1
365 index_i(4) = 2
366 index_i(5) = 3
391 ii = index_i(is)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/pro/processes/
H A Dbstm_multi_add_block_process.cxx74 int index_i = pro.get_input<int>(i++); in bstm_add_block_process() local
97 bstm_block_id id(index_i, index_j, index_k, index_t); in bstm_add_block_process()
/dports/news/tin/tin-2.4.5/src/
H A Dactive.c338 int index_i = 0; in do_read_newsrc_active_file() local
370 ngnames[index_i] = my_strdup(ptr); in do_read_newsrc_active_file()
371 snprintf(buf, sizeof(buf), "GROUP %s", ngnames[index_i]); in do_read_newsrc_active_file()
377 index_i = (index_i + 1) % NUM_SIMULTANEOUS_GROUP_COMMAND; in do_read_newsrc_active_file()
403 if (--index_i < 0) in do_read_newsrc_active_file()
404 index_i = NUM_SIMULTANEOUS_GROUP_COMMAND - 1; in do_read_newsrc_active_file()
405 if (index_i != index_o) in do_read_newsrc_active_file()
406 ngnames[index_o] = ngnames[index_i]; in do_read_newsrc_active_file()
/dports/chinese/tin/tin-2.4.5/src/
H A Dactive.c338 int index_i = 0; in do_read_newsrc_active_file() local
370 ngnames[index_i] = my_strdup(ptr); in do_read_newsrc_active_file()
371 snprintf(buf, sizeof(buf), "GROUP %s", ngnames[index_i]); in do_read_newsrc_active_file()
377 index_i = (index_i + 1) % NUM_SIMULTANEOUS_GROUP_COMMAND; in do_read_newsrc_active_file()
403 if (--index_i < 0) in do_read_newsrc_active_file()
404 index_i = NUM_SIMULTANEOUS_GROUP_COMMAND - 1; in do_read_newsrc_active_file()
405 if (index_i != index_o) in do_read_newsrc_active_file()
406 ngnames[index_o] = ngnames[index_i]; in do_read_newsrc_active_file()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/pro/processes/
H A Dbstm_add_block_process.cxx73 int index_i =pro.get_input<int> (i++); in bstm_add_block_process() local
98 bstm_block_id id(index_i,index_j,index_k, index_t); in bstm_add_block_process()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dindex-builder.c429 int index_i; in build_gene_index() local
430 for(index_i = 0; index_i <= 99; index_i++){ in build_gene_index()
431 sprintf(fn, "%s.%02d.b.tab", index_prefix, index_i); in build_gene_index()
433 sprintf(fn, "%s.%02d.c.tab", index_prefix, index_i); in build_gene_index()
435 sprintf(fn, "%s.%02d.b.array", index_prefix, index_i); in build_gene_index()
437 sprintf(fn, "%s.%02d.c.array", index_prefix, index_i); in build_gene_index()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DDirac.cxx356 const UnsignedInteger index_i = indices[i]; in getMarginal() local
357 pointMarginal[i] = point_[index_i]; in getMarginal()
358 marginalDescription[i] = description[index_i]; in getMarginal()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/crypto/
H A Dcrypto.h30 uint8_t index_i; member
/dports/math/sdpa/sdpa-7.3.8/
H A Dsdpa_chordal.cpp310 for (int index_i=0; index_i<counter[j]; ++index_i) { in makeGraph() local
313 sparse_bMat_ptr -> row_index[indexNZ] = tmp[j][index_i]+1; in makeGraph()
/dports/german/BBBike/BBBike-3.18/
H A DPLZ.pm664 for(my $index_i = 0; $index_i <= $#indexes; $index_i++) {
665 my $field_val = $datarec->[$indexes[$index_i]];
666 if ($index_i == $#indexes) {
/dports/science/siesta/siesta-4.1.5/Src/
H A Dzmatrix.F798 integer :: index_i, index_j
822 index_i = iZmat(3*i-2)
823 if (ZmatType(3*index_i) == 1) then ! an angle
824 phi_ref = Zmat(3*index_i)
1097 integer :: index_i, index_j
1137 index_i = iZmat(3*ca-2)
1138 if (ZmatType(3*index_i) == 1) then ! an angle
1139 phi_ref_F = ZmatF(3*index_i)
1140 phi_ref_B = ZmatB(3*index_i)
/dports/science/lammps/lammps-stable_29Sep2021/src/MISC/
H A Dfix_pair_tracker.h39 int index_i, index_j; variable
/dports/math/py-or-tools/or-tools-9.2/examples/flatzinc/
H A Delement_matrix.fzn1 var 1..1: index_i :: output_var = 1;
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/simple_classes/factorization/
H A Dmpqs.cc864 bigint * BG, lidia_size_t index_i, in compute_coeff() argument
873 if (index_i == 0) in compute_coeff()
996 j = index_i; in compute_coeff()
1639 lidia_size_t index_i; in mpqs_impl() local
1811 index_i = -1; in mpqs_impl()
1844 if (index_i == static_cast < int >(POLY) - 1) // when all of the B's have already in mpqs_impl()
1846 index_i = 0; in mpqs_impl()
1848 index_i++; in mpqs_impl()
1852 M, vorb, Q_prime, Q_prime_glob, BG, index_i, in mpqs_impl()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmodule.py123 for i, index_i in zip((r, g, b, a), bo_cache):
124 rv[index_i] = i

123456789