Home
last modified time | relevance | path

Searched refs:lengths2 (Results 1 – 25 of 32) sorted by relevance

12

/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dlistor.c56 ajint *lengths2; in main() local
119 lengths2 = AJCALLOC0(n2, sizeof(ajint)); in main()
125 lengths2[i] = ajSeqGetLen(ajSeqsetGetseqSeq(seq2, i)); in main()
129 ajSortIntIncI(lengths2, order2, n2); in main()
139 if(lengths1[order1[curr1]] < lengths2[order2[curr2]]) in main()
142 else if(lengths1[order1[curr1]] > lengths2[order2[curr2]]) in main()
149 && lengths1[order1[tmp1]] == lengths2[order2[curr2]]; tmp1++) in main()
150 for(tmp2=curr2; tmp2<n2 && lengths2[order2[tmp2]] == in main()
151 lengths2[order2[curr2]]; tmp2++) in main()
172 AJFREE(lengths2); in main()
/dports/cad/sumo/sumo-1.2.0/tools/route/
H A DrouteStats.py86 lengths2 = {}
104 lengths2[vehicle.id] = attribute_retriever(vehicle)
105 stats.add(lengths2[vehicle.id] - lengths[vehicle.id], vehicle.id)
118 data = [(lengths2[id] - lengths[id], id)
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/verlet_chain/
H A Drelax.py31 lengths2 = lengths**2
65 if (push[l] and dist2 < lengths2[l]) or (pull[l] and dist2 > lengths2[l]):
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/shuffle/sort/
H A DIndexShuffleBlockResolverSuite.scala83 val lengths2 = new Array[Long](3) constant
92 resolver.writeIndexFileAndCommit(1, 2, lengths2, dataTmp2)
93 assert(lengths2.toSeq === lengths.toSeq)
/dports/biology/py-bx-python/bx-python-0.8.13/scripts/
H A Dbed_rand_intersect.py148 lengths2 = list(interval_lengths(bits2))
149 total_lengths2[featnum] += sum(lengths2)
152 random2 = throw_random(lengths2, bits_mask)
/dports/devel/py-python-Levenshtein/python-Levenshtein-0.12.2/Levenshtein/
H A D_levenshtein.h225 const size_t *lengths2,
234 const size_t *lengths2,
243 const size_t *lengths2,
252 const size_t *lengths2,
H A D_levenshtein.c4764 lengths2++; in lev_edit_seq_distance()
4789 lengths1 = lengths2; in lev_edit_seq_distance()
4790 lengths2 = lx; in lev_edit_seq_distance()
4884 lengths2++; in lev_u_edit_seq_distance()
4909 lengths1 = lengths2; in lev_u_edit_seq_distance()
4910 lengths2 = lx; in lev_u_edit_seq_distance()
5010 lengths1 = lengths2; in lev_set_distance()
5011 lengths2 = lx; in lev_set_distance()
5021 size_t len2 = lengths2[i]; in lev_set_distance()
5110 lengths1 = lengths2; in lev_u_set_distance()
[all …]
/dports/biology/canu/canu-2.2/src/utility/src/tests/
H A Dfasta-fastq.C42 uint32 lengths2[] = { variable
149 t2 = checkLineLength("fasta-fastq.2.test", lengths2); in main()
/dports/graphics/openjph/OpenJPH-0.7.3/src/core/coding/
H A Dojph_block_decoder.h52 int missing_msbs, int num_passes, int lengths1, int lengths2,
H A Dojph_block_decoder.cpp685 int lengths1, int lengths2, in ojph_decode_codeblock() argument
700 if (num_passes > 1 && lengths2 == 0) in ojph_decode_codeblock()
738 frwd_init<0>(&sigprop, coded_data + lengths1, lengths2); in ojph_decode_codeblock()
741 rev_init_mrp(&magref, coded_data, lengths1, lengths2); in ojph_decode_codeblock()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/.venv/lib/python3.9/site-packages/Levenshtein/
H A D_levenshtein.c4764 lengths2++; in lev_edit_seq_distance()
4789 lengths1 = lengths2; in lev_edit_seq_distance()
4790 lengths2 = lx; in lev_edit_seq_distance()
4884 lengths2++; in lev_u_edit_seq_distance()
4909 lengths1 = lengths2; in lev_u_edit_seq_distance()
4910 lengths2 = lx; in lev_u_edit_seq_distance()
5010 lengths1 = lengths2; in lev_set_distance()
5011 lengths2 = lx; in lev_set_distance()
5021 size_t len2 = lengths2[i]; in lev_set_distance()
5110 lengths1 = lengths2; in lev_u_set_distance()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/phylip/src/
H A Dcons.h34 extern double *lengths, *lengths2;
H A Dcons.cpp22 double *lengths, *lengths2; variable
1023 lengths2 = (double *)Malloc(new_maxgrp*sizeof(double)); in rehash()
1031 lengths2[i] = 0.0; in rehash()
1062 lengths2[new_index] = lengths[old_index]; in rehash()
1090 lengths = lengths2; in rehash()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_consdiff.c115 int *lengths1, *lengths2; in test_consdiff_lcs_lengths() local
130 lengths2 = lcs_lengths(sls1, sls2, -1); in test_consdiff_lcs_lengths()
132 tt_mem_op(e_lengths2, OP_EQ, lengths2, sizeof(int) * 6); in test_consdiff_lcs_lengths()
136 tor_free(lengths2); in test_consdiff_lcs_lengths()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_consdiff.c115 int *lengths1, *lengths2; in test_consdiff_lcs_lengths() local
130 lengths2 = lcs_lengths(sls1, sls2, -1); in test_consdiff_lcs_lengths()
132 tt_mem_op(e_lengths2, OP_EQ, lengths2, sizeof(int) * 6); in test_consdiff_lcs_lengths()
136 tor_free(lengths2); in test_consdiff_lcs_lengths()
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Ddiff3.c1050 compare_line_list (list1, lengths1, list2, lengths2, nl) in compare_line_list() argument
1052 size_t const lengths1[], lengths2[];
1060 *lgths2 = lengths2;
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage2.c401 Linkmatrix_1d_new (int length1, int *lengths2, int totallength) { in Linkmatrix_1d_new() argument
409 if (lengths2[i-1] < 0) { in Linkmatrix_1d_new()
412 links[i] = &(links[i-1][lengths2[i-1]]); in Linkmatrix_1d_new()
427 Linkmatrix_2d_new (int length1, int *lengths2) { in Linkmatrix_2d_new() argument
433 if (lengths2[i] <= 0) { in Linkmatrix_2d_new()
3090 intmatrix_1d_new (int length1, int *lengths2, int totallength) { in intmatrix_1d_new() argument
3097 if (lengths2[i-1] <= 0) { in intmatrix_1d_new()
3100 matrix[i] = &(matrix[i-1][lengths2[i-1]]); in intmatrix_1d_new()
3115 intmatrix_2d_new (int length1, int *lengths2) { in intmatrix_2d_new() argument
3121 if (lengths2[i] <= 0) { in intmatrix_2d_new()
[all …]
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff3.c974 char * const list2[], size_t const lengths2[], in compare_line_list() argument
980 size_t const *lgths2 = lengths2; in compare_line_list()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcMatrix.cpp1807 const int * starts,const int * lengths1, const int * lengths2)
1810 compact(numberBlocks,vector2,starts,lengths2);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/spider/
H A Dspd_db_oracle.cc13681 ulong *lengths2, *row_pos2; in copy_rows() local
13715 lengths2 = *last_lengths; in copy_rows()
13721 lengths2++ in copy_rows()
13727 *lengths2 = current_str->length() - *row_pos2 - SPIDER_SQL_COMMA_LEN; in copy_rows()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/spider/
H A Dspd_db_oracle.cc13681 ulong *lengths2, *row_pos2; in copy_rows() local
13715 lengths2 = *last_lengths; in copy_rows()
13721 lengths2++ in copy_rows()
13727 *lengths2 = current_str->length() - *row_pos2 - SPIDER_SQL_COMMA_LEN; in copy_rows()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/
H A Dspd_db_oracle.cc13555 ulong *lengths2, *row_pos2; in copy_rows() local
13589 lengths2 = *last_lengths; in copy_rows()
13595 lengths2++ in copy_rows()
13601 *lengths2 = current_str->length() - *row_pos2 - SPIDER_SQL_COMMA_LEN; in copy_rows()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/
H A Dspd_db_oracle.cc13555 ulong *lengths2, *row_pos2; in copy_rows() local
13589 lengths2 = *last_lengths; in copy_rows()
13595 lengths2++ in copy_rows()
13601 *lengths2 = current_str->length() - *row_pos2 - SPIDER_SQL_COMMA_LEN; in copy_rows()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/spider/
H A Dspd_db_oracle.cc13712 ulong *lengths2, *row_pos2; in copy_rows() local
13746 lengths2 = *last_lengths; in copy_rows()
13752 lengths2++ in copy_rows()
13758 *lengths2 = current_str->length() - *row_pos2 - SPIDER_SQL_COMMA_LEN; in copy_rows()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/spider/
H A Dspd_db_oracle.cc13712 ulong *lengths2, *row_pos2; in copy_rows() local
13746 lengths2 = *last_lengths; in copy_rows()
13752 lengths2++ in copy_rows()
13758 *lengths2 = current_str->length() - *row_pos2 - SPIDER_SQL_COMMA_LEN; in copy_rows()

12