HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 901 - 925 of 1242) sorted by null

<<31323334353637383940>>

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 255 gnorm = (std::max)(gnorm, abs( fjac.col(j).head(j+1).dot(qtf.head(j+1)/fnorm) / wa2[permutation.indices()[j]]));
457 wa2[j] = fjac.col(j).head(j).stableNorm();
470 for(Index ii=0; ii< fjac.cols(); ii++) fjac.col(ii).segment(ii+1, fjac.rows()-ii-1) *= fjac(ii,ii); // rescale vectors
505 gnorm = (std::max)(gnorm, abs( fjac.col(j).head(j+1).dot(qtf.head(j+1)/fnorm) / wa2[permutation.indices()[j]]));
  /external/libhevc/decoder/arm/
ihevcd_itrans_recon_dc_chroma.s 79 @ r9 has the col value
ihevcd_itrans_recon_dc_luma.s 80 @ r9 has the col value
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 43 int col, int row,
53 int col, int row,
63 int col, int row,
73 int col, int row,
u_format_s3tc.h 47 int col, int row,
  /external/mesa3d/src/mesa/swrast/
s_context.h 121 GLint col, GLint row, GLint img,
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 137 def getColumnText(list, index, col):
139 item = list.GetItem(index, col)
142 def getColumnValue(list, index, col):
144 item = list.GetItem(index, col)
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 266 int row = 0, col = 0; field in class:OldCharset_AbstractTest.CodesGenerator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 143 FLOAT& operator () (UINT row, UINT col);
144 FLOAT operator () (UINT row, UINT col) const;
229 D3DXCOLOR(DWORD col);
231 D3DXCOLOR(const D3DCOLORVALUE& col);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _data
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 82 lineno, col = map(int, mark.split("."))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 129 def _data_key(table, col, rowid):
130 return table + _data + col + _data + rowid
132 def _search_col_data_key(table, col):
133 return table + _data + col + _data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 82 lineno, col = map(int, mark.split("."))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 775 int col; // only used with multi-threaded decoding member in struct:TileBuffer
825 buf->col = c;
914 const int col = pbi->inv_tile_order local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp     [all...]
es3fShaderMatrixTests.cpp     [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 583 for col in range(0, numCols):
585 scalars.append(1.0 if col == row else 0.0)
600 for col in range(0, min(self.numCols, numCols)):
602 res.set(col, row, self.get(col, row))
  /external/chromium_org/third_party/libxml/src/
parser.c 4132 int col = ctxt->input->col; local
    [all...]
  /external/libxml2/
parser.c 4418 int col = ctxt->input->col; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtfmtsym.cpp 264 int32_t row, col; local
276 for (col=0; col<fZoneStringsColCount; ++col) {
278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
    [all...]
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 438 function col(a) {
446 tr.appendChild(col(a));
447 tr.appendChild(col(b));
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 264 int32_t row, col; local
276 for (col=0; col<fZoneStringsColCount; ++col) {
278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 548 u32 row, col; local
563 col = mbNum - row * width;
566 ptr = image->data + row * 16 * width + col * 16;
570 * sample above-left if col is zero. However, usage of pels in prediction
580 if (col)
588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8;
600 if (col)
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 25 ?>class="col-13" id="doc-col"<?cs /if ?> >
267 <div class="pax col-13 online" style="margin:0;">
402 </div><!-- end col-13 for lower-half content -->

Completed in 671 milliseconds

<<31323334353637383940>>