Searched refs:jj (Results 1 - 25 of 123) sorted by relevance

12345

/external/srec/srec/clib/
H A Dmatrix_i.c47 int ii, jj, *index, err_code; local
61 for (jj = 0; jj < dim; jj++)
62 input[ii][jj] = mat[ii][jj];
66 for (jj = 0; jj < dim; jj++)
70 col[jj]
104 int ii, imax = 0, jj, kk; local
178 int ii, ix = -1, ip, jj; local
[all...]
H A Dmatx_ops.h28 int ii, jj; local
38 for (jj = 0; jj < dimc; jj++)
39 sum += matrix[ii][jj] * vector[jj];
H A Dimeld_tr.c45 int ii, jj; local
55 for (jj = 0; jj < prep->dim; jj++)
56 vec[ii] += prep->matrix[ii][jj] * fram[jj];
84 int ii, jj; local
97 for (jj= 0; jj < prep->dim; jj
[all...]
H A Dmatx_ops.c76 int ii, jj, shift; local
88 for (jj = 0; jj < dimen; jj++)
89 sum_coef += fabs(matrix[ii][jj]);
110 for (jj = 0; jj < dimen; jj++)
112 xfp = ((double)scale_coef) * matrix[ii][jj];
119 fixmat[ii][jj]
[all...]
H A Dimeld_rd.c95 int ii, jj; local
150 for (jj = 0; jj < matdim; jj++)
151 prep->imelda[ii][jj] = (covdata)(scale * onerow[jj]);
176 for (jj = 0; jj < matdim; jj++)
177 prep->inverse[ii][jj]
[all...]
H A Dspecnorm.c94 int ii, jj, count, cumval; local
114 for (jj = ii; jj <= (spec->high_entry - spec->low_entry); jj++)
116 count += spec->hist[jj];
117 accum += spec->hist[jj] * (jj - ii);
128 int ii, jj, count, span, totcount; local
138 for (ii = 0, jj = spec->high_entry - spec->low_entry;
139 ii <= span; ii++, jj
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dget_hanning_window.c58 int jj; local
71 for (jj = 0; jj < size; jj++)
/external/webrtc/src/common_audio/signal_processing/
H A Dget_hanning_window.c58 int jj; local
71 for (jj = 0; jj < size; jj++)
/external/srec/tools/grxmlcompile/
H A Dsub_supp.cpp53 int ii, jj, hired, retd; local
77 jj= hired << 1;
78 while (jj <= numArc) {
79 if (jj < numArc && ARC_COMPARE (sortList[jj], sortList[jj+1]) <= 0 )
80 jj++;
81 if (ARC_COMPARE (holdArc, sortList[jj]) < 0) {
82 sortList[ii]= sortList[jj];
83 ii= jj;
133 int ii, jj, hired, retd; local
468 int ii, jj, hired, retd; local
[all...]
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp28 void assign(int ii, int jj) { argument
29 grid[ii][jj] = (ii+1) * (jj+1);
34 for (int jj = 0; jj < 2; jj++)
35 assign(ii, jj);
/external/srec/srec/ca/
H A Dcatrans.c136 int ii, jj; local
150 for (jj = 0; jj <= hTransform->dim; jj++)
152 hTransform->mllr_acc.between[ii][jj] = 0;
153 hTransform->mllr_acc.within[ii][jj] = 0;
161 for (jj = 0; jj < hTransform->dim; jj++)
163 hTransform->imelda_acc.between[ii][jj]
178 int ii, jj; local
253 int ii, jj; local
[all...]
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBinaryCodec.java178 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
181 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
183 if (ascii[jj - bits] == '1') {
205 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
208 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
210 if (ascii[jj - bits] == '1') {
234 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
237 for (int ii = 0, jj
[all...]
/external/clang/test/SemaCXX/
H A Ddefault1.cpp52 void jj (int f = 4);
54 void jj (int f); // expected-note{{'jj' declared here}}
55 jj(); // expected-error{{too few arguments to function call, single argument 'f' was not specified}}
H A Dinit-priority-attr.cpp8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; };
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DHRTFDatabase.cpp73 for (unsigned jj = 1; jj < InterpolationFactor; ++jj) {
74 float x = static_cast<float>(jj) / static_cast<float>(InterpolationFactor);
75 m_elevations[i + jj] = HRTFElevation::createByInterpolatingSlices(m_elevations[i].get(), m_elevations[j].get(), x, sampleRate);
76 ASSERT(m_elevations[i + jj].get());
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMcovar.h28 Index i, j, k, l, ii, jj; local
62 jj = ipvt[j];
68 if (ii > jj)
69 r(ii,jj) = r(i,j);
70 if (ii < jj)
71 r(jj,ii) = r(i,j);
73 wa[jj] = r(j,j);
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dcovar.h15 Index i, j, k, l, ii, jj; local
49 jj = ipvt[j];
55 if (ii > jj)
56 r(ii,jj) = r(i,j);
57 if (ii < jj)
58 r(jj,ii) = r(i,j);
60 wa[jj] = r(j,j);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_panel_dfs.h44 bool update_segrep(Index krep, Index jj) argument
48 m_marker[krep] = jj;
62 void SparseLUImpl<Scalar,Index>::dfs_kernel(const Index jj, IndexVector& perm_r, argument
72 // For each unmarked krow of jj
73 marker(krow) = jj;
76 // krow is in L : place it in structure of L(*, jj)
115 if (chmark != jj )
117 marker(kchild) = jj;
152 } // end if chmark !=jj
160 if(traits.update_segrep(krep,jj))
[all...]
H A DSparseLU_panel_bmod.h61 Index ksub,jj,nextl_col; local
88 for (jj = jcol; jj < jcol + w; jj++)
90 nextl_col = (jj-jcol) * m;
109 for (jj = jcol; jj < jcol + w; jj++)
111 nextl_col = (jj-jcol) * m;
156 for (jj
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c160 uint ii = i + x, jj = j + y; local
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
163 uint dst_offset = jj * dst_stride + ii;
180 uint ii = i + x, jj = j + y; local
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
183 uint dst_offset = jj * dst_stride + ii;
200 uint ii = i + x, jj = j + y; local
201 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w);
208 ii, jj);
250 uint ii = i + x, jj local
270 uint ii = i + x, jj = j + y; local
289 uint ii = i + x, jj = j + y; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c160 uint ii = i + x, jj = j + y; local
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
163 uint dst_offset = jj * dst_stride + ii;
180 uint ii = i + x, jj = j + y; local
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
183 uint dst_offset = jj * dst_stride + ii;
200 uint ii = i + x, jj = j + y; local
201 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w);
208 ii, jj);
250 uint ii = i + x, jj local
270 uint ii = i + x, jj = j + y; local
289 uint ii = i + x, jj = j + y; local
[all...]
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp375 int jj; local
383 for( jj = -j; jj <= HorRadius; jj++ )
385 float Ker = KerX[jj];
387 WII[address].xx += II[address + jj].xx * Ker;
388 WII[address].xy += II[address + jj].xy * Ker;
389 WII[address].yy += II[address + jj].yy * Ker;
390 WII[address].xt += II[address + jj].xt * Ker;
391 WII[address].yt += II[address + jj]
398 int jj; local
428 int jj; local
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DUnfoldShortCircuitAST.cpp73 for (size_t jj = ii + 1; jj < replacements.size(); ++jj)
75 NodeUpdateEntry& entry2 = replacements[jj];
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h1082 for (int jj = 0; jj < 1; ++jj) {
1083 data[jj] = static_cast<GLfloat>(jj);
1109 for (int jj = 0; jj < 1; ++jj) {
1110 data[jj] = static_cast<GLint>(jj);
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_test_utils.cc118 for (int jj = 0; jj < 4; ++jj) {
119 vertices[ii * 4 + jj] = color[jj];
140 for (int jj = 0; jj < 4; ++jj) {
141 uint8 actual = pixels[offset + jj];
142 uint8 expected = color[jj];
[all...]

Completed in 567 milliseconds

12345