Home
last modified time | relevance | path

Searched refs:index_i (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/devel/R-cran-purrr/purrr/src/
H A Dpluck.c110 if (check_offset(offset, index_i, strict)) { in extract_vector()
142 if (TYPEOF(index_i) != STRSXP || Rf_length(index_i) != 1) { in extract_env()
147 SEXP index = STRING_ELT(index_i, 0); in extract_env()
163 if (TYPEOF(index_i) != STRSXP || Rf_length(index_i) != 1) { in extract_s4()
168 SEXP index = STRING_ELT(index_i, 0); in extract_s4()
173 if (check_s4_slot(x, index_i, strict)) { in extract_s4()
211 SEXP index_i = VECTOR_ELT(index, i); in pluck_impl() local
213 if (is_function(index_i)) { in pluck_impl()
214 x = extract_fn(x, index_i); in pluck_impl()
248 x = extract_s4(x, index_i, i, strict); in pluck_impl()
[all …]
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_msa/
H A Dgraph_align_tcoffee_guidetree.h336 TSize index_i, in _upgmaTreeMerge() argument
347 …mat[index_i*nseq + i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
351 …mat[i*nseq + index_i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
366 TSize index_i, in _upgmaTreeMerge() argument
377 TValue val1 = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
379 if (index_i < i) mat[index_i * nseq + i] = (val1 + val2) / 2; in _upgmaTreeMerge()
392 TSize index_i, in _upgmaTreeMerge() argument
403 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
417 TSize index_i, in _upgmaTreeMerge() argument
428 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_guidetree.h370 TSize index_i, in _upgmaTreeMerge() argument
380 …mat[index_i*nseq + i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
384 …mat[i*nseq + index_i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
409 TValue val1 = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
411 if (index_i < i) mat[index_i * nseq + i] = (val1 + val2) / 2; in _upgmaTreeMerge()
434 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
436 if (index_i < i) mat[index_i * nseq + i] = _min(newDist, newDist2); in _upgmaTreeMerge()
458 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
460 if (index_i < i) mat[index_i * nseq + i] = _max(newDist, newDist2); in _upgmaTreeMerge()
645 TSize index_i = 0; in upgmaTree() local
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_guidetree.h370 TSize index_i, in _upgmaTreeMerge() argument
380 …mat[index_i*nseq + i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
384 …mat[i*nseq + index_i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
409 TValue val1 = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
411 if (index_i < i) mat[index_i * nseq + i] = (val1 + val2) / 2; in _upgmaTreeMerge()
434 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
436 if (index_i < i) mat[index_i * nseq + i] = _min(newDist, newDist2); in _upgmaTreeMerge()
458 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
460 if (index_i < i) mat[index_i * nseq + i] = _max(newDist, newDist2); in _upgmaTreeMerge()
645 TSize index_i = 0; in upgmaTree() local
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_guidetree.h370 TSize index_i, in _upgmaTreeMerge() argument
381 …mat[index_i*nseq + i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
385 …mat[i*nseq + index_i] = ((TValue) active[index_i] / (TValue) (active[index_i] + active[index_j])) … in _upgmaTreeMerge()
411 TValue val1 = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
413 if (index_i < i) mat[index_i * nseq + i] = (val1 + val2) / 2; in _upgmaTreeMerge()
437 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
439 if (index_i < i) mat[index_i * nseq + i] = _min(newDist, newDist2); in _upgmaTreeMerge()
462 TValue newDist = (index_i < i) ? mat[index_i * nseq + i] : mat[i * nseq + index_i]; in _upgmaTreeMerge()
464 if (index_i < i) mat[index_i * nseq + i] = _max(newDist, newDist2); in _upgmaTreeMerge()
650 TSize index_i = 0; in upgmaTree() local
[all …]
/dports/security/openvas/openvas-scanner-21.4.3/nasl/
H A Darc4.c61 unsigned char index_i = arc4_state_inout[256]; in smb_arc4_crypt_ntlmssp() local
70 index_i++; in smb_arc4_crypt_ntlmssp()
71 index_j += arc4_state_inout[index_i]; in smb_arc4_crypt_ntlmssp()
73 tc = arc4_state_inout[index_i]; in smb_arc4_crypt_ntlmssp()
74 arc4_state_inout[index_i] = arc4_state_inout[index_j]; in smb_arc4_crypt_ntlmssp()
77 t = arc4_state_inout[index_i] + arc4_state_inout[index_j]; in smb_arc4_crypt_ntlmssp()
81 arc4_state_inout[256] = index_i; in smb_arc4_crypt_ntlmssp()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/clTemplates/
H A Dsymm_helper.cl61 //for(uint index_i=0; index_i< (%V); index_i++)
73 //symm_vec_load_temp[index_i] = A[(col)*(lda) + ((row) + index_i)];
76 //if ((row + index_i) == col) { symm_vec_load_temp[index_i].odd = 0; }
80 //symm_vec_load_temp[index_i] = A[((row)+index_i)*(lda) + (col)];
83 //CONJUGATE(1, (symm_vec_load_temp[index_i]));
94 //symm_vec_load_temp[index_i] = (%TYPE) 0;
/dports/games/duel/duel/src/
H A DGalaxy.cpp33 int index_i; in AddBase() local
34 index_i = AddMent((CEntity*) in_Base); in AddBase()
35 bases.AddToEnd(index_i); in AddBase()
41 int index_i; in AddShip() local
42 index_i = AddMent((CEntity*) in_Ship); in AddShip()
43 ships.AddToEnd(index_i); in AddShip()
49 int index_i; in AddInert() local
50 index_i = AddMent((CEntity*) in_Inert); in AddInert()
51 inerts.AddToEnd(index_i); in AddInert()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/features/include/pcl/features/impl/
H A Dppfrgb.hpp66 for (std::size_t index_i = 0; index_i < indices_->size (); ++index_i) in computeFeature() local
68 std::size_t i = (*indices_)[index_i]; in computeFeature()
104 output[index_i*input_->size () + j] = p; in computeFeature()
126 for (std::size_t index_i = 0; index_i < indices_->size (); ++index_i) in computeFeature() local
128 auto i = (*indices_)[index_i]; in computeFeature()
171 output[index_i] = average_feature_nn; in computeFeature()
H A Dppf.hpp70 for (std::size_t index_i = 0; index_i < indices_->size (); ++index_i) in computeFeature() local
72 std::size_t i = (*indices_)[index_i]; in computeFeature()
116 output[index_i*input_->size () + j] = p; in computeFeature()
/dports/science/ergo/ergo-3.8/source/integrals/
H A Dintegrals_2el_K_prep.cc233 int index_i = currNeighbor_i->i; in identify_needed_elements_part() local
238 if(index_j < index_i) in identify_needed_elements_part()
246 …int foundInLongList = find_int_in_sorted_list(longList[index_i], longListCounterList[index_i], ind… in identify_needed_elements_part()
249 …int foundInShortList = find_int_in_list(&shortList[index_i*sll], shortListCounterList[index_i], in… in identify_needed_elements_part()
259 if(find_doubles_in_sorted_list(longList[index_i], longListCounterList[index_i]) in identify_needed_elements_part()
265 merge_lists(longList[index_i], longListCounterList[index_i], in identify_needed_elements_part()
271 if(longList[index_i]) in identify_needed_elements_part()
272 delete [] longList[index_i]; in identify_needed_elements_part()
273 longList[index_i] = newLongList; in identify_needed_elements_part()
278 shortList[sll*index_i+shortListCounterList[index_i]] = index_j; in identify_needed_elements_part()
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/crypto/
H A Darcfour.c44 state->index_i = 0; in arcfour_init()
57 state->index_i++; in arcfour_crypt_sbox()
58 state->index_j += state->sbox[state->index_i]; in arcfour_crypt_sbox()
60 tc = state->sbox[state->index_i]; in arcfour_crypt_sbox()
61 state->sbox[state->index_i] = state->sbox[state->index_j]; in arcfour_crypt_sbox()
64 t = state->sbox[state->index_i] + state->sbox[state->index_j]; in arcfour_crypt_sbox()
/dports/multimedia/xfce4-parole/parole-4.16.0/src/
H A Dparole-subtitle-encoding.c387 subtitle_encoding_get_charset(int index_i) { in subtitle_encoding_get_charset() argument
390 if (index_i >= SUBTITLE_ENCODING_LAST) in subtitle_encoding_get_charset()
392 else if (index_i < SUBTITLE_ENCODING_CURRENT_LOCALE) in subtitle_encoding_get_charset()
395 e = &encodings[index_i]; in subtitle_encoding_get_charset()
476 gint index_i = -1; in parole_subtitle_encoding_get_selected() local
482 if (index_i == -1) in parole_subtitle_encoding_get_selected()
485 return subtitle_encoding_get_charset (index_i); in parole_subtitle_encoding_get_selected()
492 gint index_i, i; in parole_subtitle_encoding_set() local
497 index_i = subtitle_encoding_get_index(encoding); in parole_subtitle_encoding_set()
507 if (i == index_i) in parole_subtitle_encoding_set()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/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()
38 double pseudo_random(int index_i, int index_j) in pseudo_random() argument
49 double null_function(int index_i, int index_j) in null_function() argument
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/util/
H A Dgenrand.c98 unsigned char index_i = hash[256]; in get_random_stream() local
106 index_i++; in get_random_stream()
107 index_j += hash[index_i]; in get_random_stream()
109 tc = hash[index_i]; in get_random_stream()
110 hash[index_i] = hash[index_j]; in get_random_stream()
113 t = hash[index_i] + hash[index_j]; in get_random_stream()
117 hash[256] = index_i; in get_random_stream()
/dports/science/lammps/lammps-stable_29Sep2021/src/MISC/
H A Dfix_pair_tracker.cpp181 index_i = i; in lost_contact()
280 vector[ncount] = tag[index_i]; in pack_id1()
282 array[ncount][n] = tag[index_i]; in pack_id1()
304 vector[ncount] = (x[index_i][0] + x[index_j][0]) / 2; in pack_x()
306 array[ncount][n] = (x[index_i][0] + x[index_j][0]) / 2; in pack_x()
316 vector[ncount] = (x[index_i][1] + x[index_j][1]) / 2; in pack_y()
318 array[ncount][n] = (x[index_i][1] + x[index_j][1]) / 2; in pack_y()
328 vector[ncount] = (x[index_i][2] + x[index_j][2]) / 2; in pack_z()
330 array[ncount][n] = (x[index_i][2] + x[index_j][2]) / 2; in pack_z()
/dports/net/istgt/istgt-20150713/src/
H A Distgt_lu_tape.c480 int index_i; in istgt_lu_tape_write_eof() local
525 index_i++; in istgt_lu_tape_write_eof()
557 int index_i; in istgt_lu_tape_write_bot() local
590 index_i++; in istgt_lu_tape_write_bot()
620 int index_i; in istgt_lu_tape_write_eod() local
790 int index_i; in istgt_lu_tape_prepare_offset() local
860 int index_i; in istgt_lu_tape_rewind() local
865 index_i = 0; in istgt_lu_tape_rewind()
3135 int index_i; in istgt_lu_tape_search_lbpos() local
3259 int index_i; in istgt_lu_tape_search_lbpos_fast_reverse() local
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/features/src/
H A Dppf.cu71 int index_i = idx / points.size; // indices in operator ()() local
74 int i = indices.data[index_i]; in operator ()()
131 int index_i = idx / points.size; // indices in operator ()() local
134 int i = indices.data[index_i]; in operator ()()
259 int index_i = blockIdx.x * WARPS + warpid; in operator ()() local
261 if (index_i >= indices.size) in operator ()()
264 int i = indices[index_i]; in operator ()()
265 int size = sizes[index_i]; in operator ()()
266 const int* ginds = gindices.ptr(index_i); in operator ()()
322 float *ptr = (float*)&output[index_i]; in operator ()()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/task/
H A Dags_toggle_pattern_bit.c212 toggle_pattern_bit->index_i = 0; in ags_toggle_pattern_bit_init()
256 toggle_pattern_bit->index_i = g_value_get_uint(value); in ags_toggle_pattern_bit_set_property()
298 g_value_set_uint(value, toggle_pattern_bit->index_i); in ags_toggle_pattern_bit_get_property()
362 toggle_pattern_bit->index_i, toggle_pattern_bit->index_j, in ags_toggle_pattern_bit_launch()
383 guint index_i, guint index_j, in ags_toggle_pattern_bit_new() argument
391 "index-i", index_i, in ags_toggle_pattern_bit_new()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/transform/
H A D_radon_transform.pyx50 cdef np_floats index_i, index_j, weight
65 index_i = x + rotation_center
67 i = <Py_ssize_t>floor(index_i)
69 di = index_i - floor(index_i)
136 cdef np_floats ds, dx, dy, x0, y0, x, y, di, dj, index_i, index_j
152 index_i = x + rotation_center
154 i = <Py_ssize_t> floor(index_i)
156 di = index_i - floor(index_i)
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dwavefront.hpp35 typename graph_traits<Graph>::vertices_size_type index_i = index[i]; in ith_wavefront() local
38 rows_active[index_i] = true; in ith_wavefront()
44 if(index[v] <= index_i) in ith_wavefront()
49 if( (index[w] >= index_i) && (!rows_active[index[w]]) ) in ith_wavefront()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dwavefront.hpp35 typename graph_traits< Graph >::vertices_size_type index_i = index[i]; in ith_wavefront() local
38 rows_active[index_i] = true; in ith_wavefront()
44 if (index[v] <= index_i) in ith_wavefront()
50 if ((index[w] >= index_i) && (!rows_active[index[w]])) in ith_wavefront()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dwavefront.hpp35 typename graph_traits< Graph >::vertices_size_type index_i = index[i]; in ith_wavefront() local
38 rows_active[index_i] = true; in ith_wavefront()
44 if (index[v] <= index_i) in ith_wavefront()
50 if ((index[w] >= index_i) && (!rows_active[index[w]])) in ith_wavefront()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dwavefront.hpp34 typename graph_traits<Graph>::vertices_size_type index_i = index[i]; in ith_wavefront() local
37 rows_active[index_i] = true; in ith_wavefront()
43 if(index[v] <= index_i) in ith_wavefront()
48 if( (index[w] >= index_i) && (!rows_active[index[w]]) ) in ith_wavefront()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dwavefront.hpp34 typename graph_traits<Graph>::vertices_size_type index_i = index[i]; in ith_wavefront() local
37 rows_active[index_i] = true; in ith_wavefront()
43 if(index[v] <= index_i) in ith_wavefront()
48 if( (index[w] >= index_i) && (!rows_active[index[w]]) ) in ith_wavefront()

123456789