HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 326 - 350 of 887) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Shader.h 36 : type(type), name(name), size(size), array(array), reg(-1), col(-1)
46 int col; // First register element, assigned during link member in struct:gl::Varying
  /external/eigen/Eigen/src/Householder/
Householder.h 160 tmp += this->col(0);
161 this->col(0) -= tau * tmp;
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseBinaryOp.h 145 EIGEN_STRONG_INLINE Index col() const { return Lhs::IsRowMajor ? index() : m_lhsIter.col(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
201 EIGEN_STRONG_INLINE Index col() const { return m_lhsIter.col(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
241 EIGEN_STRONG_INLINE Index col() const { return m_lhsIter.col(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
281 EIGEN_STRONG_INLINE Index col() const { return m_rhsIter.col(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
  /external/eigen/test/
bandmatrix.cpp 46 m.col(i).setConstant(static_cast<RealScalar>(i+1));
47 dm1.col(i).setConstant(static_cast<RealScalar>(i+1));
determinant.cpp 39 m2.col(i).swap(m2.col(j));
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 102 jac.col(j) = (val2-val1)/h;
110 jac.col(j) = (val2-val1)/(2*h);
  /external/libvpx/libvpx/vp8/common/
debugmodes.c 119 fprintf(mvs, "%5d:%-5d", mi[mb_index].mbmi.mv.as_mv.row / 2, mi[mb_index].mbmi.mv.as_mv.col / 2);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
  /external/openfst/src/include/fst/
util.h 292 vector<char *> col; local
293 SplitToVector(line, "\n\t ", &col, true);
295 if (col.size() == 0 || col[0][0] == '\0' || col[0][0] == '#')
297 if (col.size() != 2) {
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 592 for (unsigned int col = 0; col < cols; col++) {
596 frames[row][col] = new GraphicBuffer(w, h, format, texUsage);
597 if ((rv = frames[row][col]->initCheck()) != NO_ERROR) {
604 hwcTestFillColor(frames[row][col].get(), color, alpha);
607 frames[row][col].get(), frames[row][col]->handle,
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 76 int col = event.getColumn(); local
101 event.left = left + col * (colWidth + mCellMargin);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 373 for col in range(ncols):
376 i = row + nrows*col
393 for col in range(ncols):
394 i = row + nrows*col
402 for col in range(len(texts)):
403 texts[col] = texts[col].ljust(colwidths[col])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 373 for col in range(ncols):
376 i = row + nrows*col
393 for col in range(ncols):
394 i = row + nrows*col
402 for col in range(len(texts)):
403 texts[col] = texts[col].ljust(colwidths[col])
  /system/core/sh/
jobs.c 387 int col; local
445 col = strlen(s);
447 fmtstr(s + col, 16, "%ld ", (long)ps->pid);
448 col += strlen(s + col);
451 scopy("Running", s + col);
455 fmtstr(s + col, 16, "Done(%d)", st);
457 fmtstr(s + col, 16, "Done");
467 scopyn(sys_siglist[st], s + col, 32);
469 fmtstr(s + col, 16, "Signal %d", st)
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 331 matV.col(j) = m_eivec.col(j).template cast<ComplexScalar>();
332 matV.col(j).normalize();
342 matV.col(j).normalize();
343 matV.col(j+1).normalize();
448 Scalar r = m_matT.row(i).segment(l,n-l+1).dot(m_matT.col(n).segment(l, n-l+1));
481 m_matT.col(n).tail(size-i) /= t;
506 Scalar ra = m_matT.row(i).segment(l, n-l+1).dot(m_matT.col(n-1).segment(l, n-l+1));
507 Scalar sa = m_matT.row(i).segment(l, n-l+1).dot(m_matT.col(n).segment(l, n-l+1));
572 m_tmp.noalias() = m_eivec.leftCols(j+1) * m_matT.col(j).segment(0, j+1)
    [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 967 Collator *col = NULL; local
969 col = Collator::createInstance(l, status);
971 if (col == NULL || U_FAILURE(status))
974 delete col;
981 col->getCollationKey("Nombre De Objeto", key, status);
988 delete col;
1161 RuleBasedCollator *col = (RuleBasedCollator *) en_us->clone() local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_inter_prediction.c 222 /*set col to bits 31:16 */
368 u32 row, col; local
379 col = mbNum - row * currImage->width;
381 col *= 16;
393 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
401 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
404 h264bsdPredictSamples(data, pMb->mv+8, &refImage, col, row, 0, 8,
412 h264bsdPredictSamples(data, pMb->mv, &refImage, col, row, 0, 0,
415 h264bsdPredictSamples(data, pMb->mv+4, &refImage, col, row, 8, 0,
433 col, row, x, y, 8, 8)
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 140 .layout-content-col {
143 .layout-content-col:first-child {
146 .layout-content-col.span-1 {
149 .layout-content-col.span-2 {
152 .layout-content-col.span-3 {
155 .layout-content-col.span-4 {
158 .layout-content-col.span-5 {
161 .layout-content-col.span-6 {
164 .layout-content-col.span-7 {
167 .layout-content-col.span-8
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
120 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
140 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
164 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
183 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /build/tools/droiddoc/templates-ds/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
120 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
140 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
164 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
183 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 8 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
23 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
42 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
60 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
80 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
100 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
120 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
140 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
164 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
188 <div class="col-3" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 59 bestmv->as_mv.col <<= 3;
77 int xoffset = this_mv.as_mv.col & 7;
80 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
402 best_ref_mv->as_mv.col) >> 1)]++;
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
539 if( abs(mv_l.as_mv.row) < 8 && abs(mv_l.as_mv.col) < 8)
547 if( abs(mv_al.as_mv.row) < 8 && abs(mv_al.as_mv.col) < 8)
555 if( abs(mv_a.as_mv.row) < 8 && abs(mv_a.as_mv.col) < 8
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestUtils.java 213 for (int col = 0; col < w; col++) {
214 data[offset++] = rowData[col * pixelStride];
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory3Test.java 110 Collection col = null; local
111 col = certFs[i].generateCertificates(new ByteArrayInputStream(
113 Iterator it = col.iterator();
114 assertEquals("Incorrect Collection size", col.size(), 1);
  /external/ceres-solver/internal/ceres/
dogleg_strategy_test.cc 213 EXPECT_NEAR(basis.col(0).norm(), 1.0, kTolerance);
214 EXPECT_NEAR(basis.col(1).norm(), 1.0, kTolerance);
215 EXPECT_NEAR(basis.col(0).dot(basis.col(1)), 0.0, kTolerance);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 158 * \param col which element (column) of the span we'll operate on
163 const SWspan *span, GLuint col)
165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col];
192 machine->Attribs[FRAG_ATTRIB_FACE][col][0] = 1.0F - span->facing;
195 machine->CurElement = col;

Completed in 674 milliseconds

<<11121314151617181920>>