HomeSort by relevance Sort by last modified time
    Searched refs:jj (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
get_hanning_window.c 58 int jj; local
71 for (jj = 0; jj < size; jj++)
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 28 void assign(int ii, int jj) {
29 grid[ii][jj] = (ii+1) * (jj+1);
34 for (int jj = 0; jj < 2; jj++)
35 assign(ii, jj);
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 178 * 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 = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8)
    [all...]
  /external/clang/test/SemaCXX/
default1.cpp 52 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}}
init-priority-attr.cpp 8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; };
  /art/test/005-annotations/src/android/test/anno/
AnnoArrayField.java 16 long[] jj() default {};
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 28 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/
covar.h 15 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/
SparseLU_panel_dfs.h 44 bool update_segrep(Index krep, Index jj)
48 m_marker[krep] = jj;
62 void SparseLUImpl<Scalar,Index>::dfs_kernel(const Index jj, IndexVector& perm_r,
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...]
SparseLU_panel_bmod.h 61 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 = jcol; jj < jcol + w; jj++
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.c 160 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 = j + y 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/
lp_tile_image.c 160 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 = j + y local
270 uint ii = i + x, jj = j + y; local
289 uint ii = i + x, jj = j + y; local
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 375 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].yt * Ker
398 int jj; local
428 int jj; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabase.cpp 73 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/chromium_org/third_party/angle/src/compiler/translator/
UnfoldShortCircuitAST.cpp 73 for (size_t jj = ii + 1; jj < replacements.size(); ++jj)
75 NodeUpdateEntry& entry2 = replacements[jj];
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 1082 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...]
vertex_array_object_manager_unittest.cc 88 for (size_t jj = 0; jj < 4u; ++jj) {
89 manager_->SetAttribEnable(jj, true);
110 for (size_t jj = 0; jj < 4; ++jj) {
113 jj, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, &param));
114 EXPECT_EQ(expected[ii][jj], param)
115 << "id: " << ids[ii] << ", attrib: " << jj; local
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 118 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...]
  /external/chromium_org/courgette/third_party/
bsdiff_create.cc 55 int i,j,k,x,tmp,jj,kk; local
77 jj=0;kk=0;
79 if(V[I[i]+h]<x) jj++;
82 jj+=start;kk+=jj;
85 while(i<jj) {
89 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
97 while(jj+j<kk) {
98 if(V[I[jj+j]+h]==x)
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 22 JSONStringer jj; local
121 jj = new JSONStringer();
122 s = jj
156 jj = new JSONStringer();
157 jj.array();
158 jj.value(1);
159 jj.array();
160 jj.value(null);
161 jj.array();
162 jj.object()
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_malloc.test 54 set jj 0
56 expr srand($jj)
57 incr jj
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_pipeline.h 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
  /external/mesa3d/src/mesa/tnl/
t_pipeline.h 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 65 for {set jj 1} {$jj <= $nCoord} {incr jj} {
66 set newval [format "%.${iPrec}f" [lindex $node $ii $jj]]
67 lset node $ii $jj $newval
  /external/eigen/bench/
sparse_setter.cpp 364 for(I jj = row_start; jj < row_end; jj++){
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj]));
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){
371 Aj[jj] = temp[n].first;
372 Ax[jj] = temp[n].second
387 I jj = row_end; local
    [all...]

Completed in 1294 milliseconds

1 2 3 4 5