Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 25 of 4410) sorted by relevance

12345678910>>...177

/dports/audio/libconvolve/libconvolve-0.0.8/
H A Dconvolution_process.c52 for (index2 = 0; index2 < conv->chunk_length; ++index2) { in convolution_process()
54 conv->fft_real[index2] = in_data[index][index2]; in convolution_process()
66 for (index2 = 0; index2 < conv->chunk_length + 1; ++index2) { in convolution_process()
78 for (index2 = 0; index2 < conv->chunk_length + 1; ++index2) { in convolution_process()
95 for (index2 = 0; index2 < conv->chunk_length + 1; ++index2) { in convolution_process()
97 conv->fft_complex[index2][0] = 0; in convolution_process()
98 conv->fft_complex[index2][1] = 0; in convolution_process()
102 for (index2 = 0; index2 < conv->number_of_responses; ++index2) { in convolution_process()
171 for (index2 = 0; index2 < conv->chunk_length; ++index2) { in convolution_process()
173 out_data[index][index2] = gain * (conv->fft_real[index2] / conv->normalization_factor); in convolution_process()
[all …]
H A Dauto_remove_silence.c23 int index, index2; in auto_remove_silence() local
41 for (index2 = 0; index2 < response->channels; ++index2) { in auto_remove_silence()
42 if ((fabsf(response->channel_data[index2][index]) > threshold) && (thresh_index == 0)) in auto_remove_silence()
59 for (index2 = 0; index2 < response->channels; ++index2) { in auto_remove_silence()
60 …response->channel_data[index2][start_index + index] = response->channel_data[index2][start_index +… in auto_remove_silence()
69 for (index2 = 0; index2 < response->channels; ++index2) { in auto_remove_silence()
70 if ((fabsf(response->channel_data[index2][index]) > threshold) && (thresh_index == 0)) in auto_remove_silence()
86 for (index2 = 0; index2 < response->channels; ++index2) { in auto_remove_silence()
87 …response->channel_data[index2][start_index - index] = response->channel_data[index2][start_index -… in auto_remove_silence()
H A Dconvolution_init.c41 int index, index2, index3, index4; in convolution_init() local
107 for (index2 = 0; index2 < conv->number_of_response_channels; ++index2) { in convolution_init()
122 for (index2 = 0; index2 < conv->number_of_response_channels; ++index2) { in convolution_init()
188 …for (index2 = 0; index2 < (conv->chunk_length + 1) * conv->fft_responses[index/conv->number_of_res… in convolution_init()
190 conv->input_chunk_ringbuffers[index][index2][0] = 0; in convolution_init()
191 conv->input_chunk_ringbuffers[index][index2][1] = 0; in convolution_init()
208 for (index2 = 0; in convolution_init()
210 ++index2) { in convolution_init()
212 conv->input_chunk_ringbuffers[index][index2][0] = 0; in convolution_init()
239 for (index2 = 0; index2 < conv->chunk_length; ++index2) { in convolution_init()
[all …]
H A Dload_response.c31 unsigned int index, index2; in load_response() local
58 for (index2 = 0; index2 < sf_info.channels; ++index2) { in load_response()
59 free(channel_data[index2]); in load_response()
66 for (index2 = 0; index2 < sf_info.channels; ++index2) { in load_response()
67 channel_data[index2][index] = frame[index2]; in load_response()
96 for (index2 = 0; index2 < sf_info.frames; ++index2) { in load_response()
97 response->channel_data[index][index2] = channel_data[index][index2]; in load_response()
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dpairff.py86 if index1 != index2:
119 … result += (sg*self.directions[index1, index2]*ve + se*vg)*self.scaling[index1, index2]
132 if index1 == index2:
169 result[index1, :, index2, :] = self.hessian_component(index1, index2)
279 result += np.dot(self.dipoles[index2], self.directions[index1, index2])/d**2
427 A = self.As[index1, index2]
428 B = self.Bs[index1, index2]
434 A = self.As[index1, index2]
435 B = self.Bs[index1, index2]
441 A = self.As[index1, index2]
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dresultsforc.c92 index2=nodempc[3*index2+2]; in resultsforc()
93 if(index2==0) continue; in resultsforc()
98 index2=nodempc[3*index2+2]-1; in resultsforc()
99 index2=nodempc[3*index2+2]-1; in resultsforc()
100 index2=nodempc[3*index2+2]-1; in resultsforc()
101 index2=nodempc[3*index2+2]; in resultsforc()
117 index2=nodempc[3*index2+2]; in resultsforc()
123 index2=nodempc[3*index2+2]-1; in resultsforc()
124 index2=nodempc[3*index2+2]-1; in resultsforc()
125 index2=nodempc[3*index2+2]-1; in resultsforc()
[all …]
H A Dcascade.c208 if(index2==0) break; in cascade()
215 *mpcfree=index2; in cascade()
217 if(index2==0) break; in cascade()
220 index2old=index2; in cascade()
221 index2=nodempc[3*index2-1]; in cascade()
222 if(index2==0) break; in cascade()
303 if(index2==0) break; in cascade()
310 *mpcfree=index2; in cascade()
312 if(index2==0) break; in cascade()
315 index2old=index2; in cascade()
[all …]
H A Ddecascade_mortar.c115 index2=nodempc[3*index1-1]; in decascade_mortar()
116 if(index2==0) break; in decascade_mortar()
120 coefmpc[index1-1]+=coefmpc[index2-1]; in decascade_mortar()
121 nodempc[3*index2old-1]=nodempc[3*index2-1]; in decascade_mortar()
122 nodempc[3*index2-1]=*mpcfree; in decascade_mortar()
123 *mpcfree=index2; in decascade_mortar()
124 index2=nodempc[3*index2old-1]; in decascade_mortar()
125 if(index2==0) break; in decascade_mortar()
128 index2old=index2; in decascade_mortar()
129 index2=nodempc[3*index2-1]; in decascade_mortar()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/dix/
H A Dprivates.c78 AllocateClientPrivate(index2, amount) in AllocateClientPrivate() argument
79 int index2; in AllocateClientPrivate()
84 if (index2 >= clientPrivateLen)
91 while (clientPrivateLen <= index2)
101 clientPrivateSizes[index2] = amount;
125 int index2; in AllocateScreenPrivateIndex() local
130 index2 = screenPrivateCount++; in AllocateScreenPrivateIndex()
143 return index2; in AllocateScreenPrivateIndex()
168 int index2;
218 int index2;
[all …]
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm11600.pm158 return if $index2 < 0;
164 $index1 = index ($line, '$', $index2 + 1);
168 my $param = substr ($line, $index2 + 1, $index1 - $index2 - 1);
174 return if $index2 < 0;
184 my $param3 = substr ($line, $index2 + 1, $index1 - $index2 - 1);
190 return if $index2 < 0;
202 my $crc = substr ($line, $index2 + 1, $index1 - $index2 - 1);
210 return if $index2 < 0;
220 my $param5 = substr ($line, $index2 + 1, $index1 - $index2 - 1);
226 return if $index2 < 0;
[all …]
H A Dm27000.pm105 my $index2 = index ($salt, ":", $index1 + 2);
108 my $len = length (substr ($salt, $index2 + 1));
115 $index2 += 32;
151 my $index2 = index ($line, ":", $index1 + 2);
153 return if $index2 < 0;
155 $index2 = index ($line, ":", $index2 + 1);
157 return if $index2 < 0;
159 my $salt = substr ($line, 0, $index2 - 32);
161 $index2 = index ($line, ":", $index2 + 1);
163 return if $index2 < 0;
[all …]
H A Dm01800.pm45 my $index2 = index ($hash, '$', 1);
49 if ($index1 < $index2)
51 $index2 = $index1;
55 $index2++;
60 if (substr ($hash, $index2, 7) eq "rounds=")
62 my $old_index = $index2;
64 $index2 = index ($hash, '$', $index2 + 1);
66 return if $index2 < 1;
68 $iter = substr ($hash, $old_index + 7, $index2 - $old_index - 7);
70 $index2++;
[all …]
H A Dm05500.pm106 my $index2 = index ($salt, ":", $index1 + 2);
109 my $len = length (substr ($salt, $index2 + 1));
116 $index2 += 32;
151 my $index2 = index ($line, ":", $index1 + 2);
153 return if $index2 < 1;
155 $index2 = index ($line, ":", $index2 + 1);
157 return if $index2 < 1;
159 my $salt = substr ($line, 0, $index2 - 32);
161 $index2 = index ($line, ":", $index2 + 1);
163 return if $index2 < 1;
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dmipsstrops.lisp31 (index2 start2 (1+ index2)))
33 (declare (fixnum index1 index2))
38 (index2 start2 (1+ index2)))
39 ((= index2 end2) index1)
40 (declare (fixnum index1 index2))
45 (index2 start2 (1+ index2)))
47 (declare (fixnum index1 index2))
61 (index2 (1- end2) (1- index2)))
68 (index2 (1- end2) (1- index2)))
69 ((< index2 start2) index1)
[all …]
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/bcftools/
H A Dindex.c37 index2->offset = (uint64_t*)realloc(index2->offset, index2->m * 8); in insert_offset2()
38 memset(index2->offset + old_m, 0, 8 * (index2->m - old_m)); in insert_offset2()
44 if (index2->offset[i] == 0) index2->offset[i] = offset; in insert_offset2()
46 if (index2->n < end + 1) index2->n = end + 1; in insert_offset2()
109 bcf_lidx_t *index2 = idx->index2 + i; in bcf_idx_save() local
119 bgzf_write(fp, index2->offset, 8 * index2->n); in bcf_idx_save()
122 } else bgzf_write(fp, index2->offset, 8 * index2->n); in bcf_idx_save()
146 bcf_lidx_t *index2 = idx->index2 + i; in bcf_idx_load_core() local
150 index2->m = index2->n; in bcf_idx_load_core()
151 index2->offset = (uint64_t*)calloc(index2->m, 8); in bcf_idx_load_core()
[all …]
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/bcftools/
H A Dindex.c36 index2->offset = (uint64_t*)realloc(index2->offset, index2->m * 8); in insert_offset2()
37 memset(index2->offset + old_m, 0, 8 * (index2->m - old_m)); in insert_offset2()
43 if (index2->offset[i] == 0) index2->offset[i] = offset; in insert_offset2()
45 if (index2->n < end + 1) index2->n = end + 1; in insert_offset2()
108 bcf_lidx_t *index2 = idx->index2 + i; in bcf_idx_save() local
118 bgzf_write(fp, index2->offset, 8 * index2->n); in bcf_idx_save()
121 } else bgzf_write(fp, index2->offset, 8 * index2->n); in bcf_idx_save()
145 bcf_lidx_t *index2 = idx->index2 + i; in bcf_idx_load_core() local
149 index2->m = index2->n; in bcf_idx_load_core()
150 index2->offset = (uint64_t*)calloc(index2->m, 8); in bcf_idx_load_core()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvargrid.cpp530 LA[index2] = fact * ffx * (A[index2 - xp] + A[index2 - xm] - 2.0 * A[index2]); in atimes()
535 LA[index2] = ffx * (A[index2 - xp] + A[index2 - xm] - 2.0 * A[index2]); in atimes()
540 LA[index2] = fact * ffx * (A[index2 - xp] + A[index2 - xm] - 2.0 * A[index2]); in atimes()
553 LA[index2] = ffx * (A[index2 + xm] - A[index2]); in atimes()
585 LA[index2] += fact * ffy * (A[index2 - yp] + A[index2 - ym] - 2.0 * A[index2]); in atimes()
590 LA[index2] += ffy * (A[index2 - yp] + A[index2 - ym] - 2.0 * A[index2]); in atimes()
595 LA[index2] += fact * ffy * (A[index2 - yp] + A[index2 - ym] - 2.0 * A[index2]); in atimes()
608 LA[index2] += ffy * (A[index2 + ym] - A[index2]); in atimes()
674 LA[index2] = fact * ffx * (A[index2 - xp] + A[index2 - xm] - 2.0 * A[index2]); in atimes()
686 LA[index2] = fact * ffx * (A[index2 - xp] + A[index2 - xm] - 2.0 * A[index2]); in atimes()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkAggregateTypesGTest.cxx164 index2.data()[2] = 6; in doTest()
165 index2.back() = 6; //Non const ref in doTest()
167 index2.Fill(7); in doTest()
168 EXPECT_EQ( index2.back() , 7); in doTest()
169 EXPECT_EQ( index2.back() , 7); in doTest()
172 index2.swap(index1); in doTest()
174 swap(index1, index2); in doTest()
189 index2.Fill(6); in doTest()
192 index2 = index1; in doTest()
194 EXPECT_EQ( index2 <= index1, true); in doTest()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/zfp/
H A DZFPCodec.h48 index2(0, 0), /* 0 : 0 */
50 index2(1, 0), /* 1 : 1 */
51 index2(0, 1), /* 2 : 1 */
53 index2(1, 1), /* 3 : 2 */
55 index2(2, 0), /* 4 : 2 */
56 index2(0, 2), /* 5 : 2 */
58 index2(2, 1), /* 6 : 3 */
59 index2(1, 2), /* 7 : 3 */
61 index2(3, 0), /* 8 : 3 */
62 index2(0, 3), /* 9 : 3 */
[all …]
/dports/lang/maude/maude-2.7.1/src/AU_Persistent/
H A DAU_StackSort.cc57 index = (index == Sort::SORT_UNKNOWN) ? index2 : in fwdComputeBaseSort()
58 symbol->traverse(symbol->traverse(0, index2), index); in fwdComputeBaseSort()
62 int index2 = i->args[j]->getSortIndex(); in fwdComputeBaseSort() local
75 index = (index == Sort::SORT_UNKNOWN) ? index2 : in fwdComputeBaseSort()
76 symbol->traverse(symbol->traverse(0, index2), index); in fwdComputeBaseSort()
82 int index2 = d->getSortIndex(); in fwdComputeBaseSort() local
123 index = (index == Sort::SORT_UNKNOWN) ? index2 : in revComputeBaseSort()
128 int index2 = i->args[j]->getSortIndex(); in revComputeBaseSort() local
141 index = (index == Sort::SORT_UNKNOWN) ? index2 : in revComputeBaseSort()
142 symbol->traverse(symbol->traverse(0, index), index2); in revComputeBaseSort()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Darray.d1444 index2 = index2 % bitpack; /* bit-offset in array2 */ in bit_copy()
2350 index2++; in elt_copy_T_Bit()
2366 index2++; in elt_copy_2Bit_Bit()
2380 index2++; in elt_copy_4Bit_Bit()
2392 index2++; in elt_copy_8Bit_Bit()
2404 index2++; in elt_copy_16Bit_Bit()
2420 index2++; in elt_copy_32Bit_Bit()
2432 index2++; in elt_copy_T_2Bit()
3041 if (index1 < index2 && index2 < index1+count) { in elt_move_Bit()
3072 if (index1 < index2 && index2 < index1+count) { in elt_move_2Bit()
[all …]
/dports/audio/picard/picard-release-2.6.2/picard/util/
H A D_astrcmp.c63 int *matrix, index1, index2; in strlcat()
83 for (index2 = 0; index2 <= len2; index2++) in strlcat()
84 MATRIX(0, index2) = index2; in strlcat()
96 for (index2 = 1; index2 <= len2; index2++) in strlcat()
98 Py_UCS4 s2_current = s2[index2 - 1]; in strlcat()
109 int above = MATRIX(index1 - 1, index2); in strlcat()
110 int left = MATRIX(index1, index2 - 1); in strlcat()
111 int diagonal = MATRIX(index1 - 1, index2 - 1); in strlcat()
120 if (index1 > 2 && index2 > 2) in strlcat()
125 if (s1_current != s2[index2 - 2]) in strlcat()
[all …]
/dports/math/faiss/faiss-1.7.1/tests/
H A Dtest_fast_scan.py73 index2.train(xt)
74 index2.add(xb)
98 index2.implem = 2
277 return index2
285 index2.qbs = qbs
287 return index2
315 index2.qbs = qbs
317 return index2
332 index2.qbs = qbs
334 return index2
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/execute/
H A Dlocal-memory.cl50 int index2;
52 index2 = index + 1;
53 index2 = index2 == 16 ? 0 : index2;
55 out[index] = local_mem[index2];
62 int index2;
64 index2 = index + 1;
65 index2 = index2 == 4 ? 0 : index2;
67 out[global_id] = local_mem[index2];
77 int index2 = 3 - index;
79 out[index] = local_mem0[index2];
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dtest-mail-index.c11 struct mail_index *index, *index2; in test_mail_index_rotate() local
19 index2 = test_mail_index_open(); in test_mail_index_rotate()
39 test_mail_index_deinit(&index2); in test_mail_index_rotate()
55 mail_index_write(index2, TRUE, "test"); in test_mail_index_new_extension_rotate_write()
59 hdr_ext_id = mail_index_ext_register(index2, "test", in test_mail_index_new_extension_rotate_write()
63 view2 = mail_index_view_open(index2); in test_mail_index_new_extension_rotate_write()
89 struct mail_index *index, *index2; in test_mail_index_new_extension() local
96 index2 = test_mail_index_open(); in test_mail_index_new_extension()
116 test_assert(mail_index_refresh(index2) == 0); in test_mail_index_new_extension()
121 view2 = mail_index_view_open(index2); in test_mail_index_new_extension()
[all …]

12345678910>>...177