Searched refs:col (Results 176 - 200 of 926) sorted by relevance

1234567891011>>

/external/qemu/distrib/jpeg-6b/
H A Drdcolmap.c174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java282 int col = 0;
285 if (col == 0) {
295 } else if ((col & 1) == 0) {
301 col++;
302 if (col == bpl) {
304 col = 0;
309 if (col != 0) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstore.c1199 GLint row, col; local
1205 for (col = 0; col < srcWidth; col++) {
1206 dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] );
1211 for (col = 0; col < srcWidth; col++) {
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] );
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexstore.c1199 GLint row, col; local
1205 for (col = 0; col < srcWidth; col++) {
1206 dstUS[col] = PACK_COLOR_565( srcUB[0], srcUB[1], srcUB[2] );
1211 for (col = 0; col < srcWidth; col++) {
1212 dstUS[col] = PACK_COLOR_565_REV( srcUB[0], srcUB[1], srcUB[2] );
1331 int img, row, col; local
1358 int img, row, col; local
1384 GLint img, row, col; local
1483 GLint img, row, col; local
1556 int img, row, col; local
1717 GLint img, row, col; local
1781 GLint img, row, col; local
1886 GLint img, row, col; local
1960 GLint img, row, col; local
2032 GLint img, row, col; local
2085 GLint img, row, col; local
2146 GLint img, row, col; local
2277 GLint img, row, col; local
2463 GLint img, row, col; local
2517 GLint img, row, col; local
2573 GLint img, row, col; local
2630 GLint img, row, col; local
2676 GLint img, row, col; local
2735 GLint img, row, col; local
3752 GLint img, row, col; local
3800 GLint img, row, col; local
3911 GLint img, row, col; local
3977 GLint img, row, col; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconinter.c131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
158 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
169 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
171 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
173 x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
185 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >>
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconinter.c131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
158 x->subpixel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
169 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
171 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
173 x->subpixel_predict8x4(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride);
185 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >>
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h209 * get a value from the matrix. The row,col parameters work as follows:
214 inline SkMScalar get(int row, int col) const {
216 SkASSERT((unsigned)col <= 3);
217 return fMat[col][row];
221 * set a value in the matrix. The row,col parameters work as follows:
226 inline void set(int row, int col, SkMScalar value) { argument
228 SkASSERT((unsigned)col <= 3);
229 fMat[col][row] = value;
233 inline double getDouble(int row, int col) const {
234 return SkMScalarToDouble(this->get(row, col));
236 setDouble(int row, int col, double value) argument
242 setFloat(int row, int col, float value) argument
[all...]
/external/skia/include/utils/
H A DSkMatrix44.h205 * get a value from the matrix. The row,col parameters work as follows:
210 inline SkMScalar get(int row, int col) const {
212 SkASSERT((unsigned)col <= 3);
213 return fMat[col][row];
217 * set a value in the matrix. The row,col parameters work as follows:
222 inline void set(int row, int col, SkMScalar value) { argument
224 SkASSERT((unsigned)col <= 3);
225 fMat[col][row] = value;
229 inline double getDouble(int row, int col) const {
230 return SkMScalarToDouble(this->get(row, col));
232 setDouble(int row, int col, double value) argument
238 setFloat(int row, int col, float value) argument
[all...]
/external/libvterm/src/
H A Dpen.c36 static void lookup_colour_ansi(long index, VTermColor *col) argument
39 *col = ansi_colors[index];
43 static void lookup_colour_palette(long index, VTermColor *col) argument
47 lookup_colour_ansi(index, col);
53 col->blue = ramp6[index % 6];
54 col->green = ramp6[index/6 % 6];
55 col->red = ramp6[index/6/6 % 6];
61 col->red = ramp24[index];
62 col->green = ramp24[index];
63 col
67 lookup_colour(int palette, const long args[], int argcount, VTermColor *col, int *index) argument
127 set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) argument
178 vterm_state_get_palette_color(const VTermState *state, int index, VTermColor *col) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c269 UCollator *col, *ruled; local
292 col = ucol_open("en_US", &status);
298 ucol_getVersion(col, versionArray);
312 ucol_getUCAVersion(col, versionUCAArray);
321 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
326 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
331 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
336 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed");
341 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
346 doAssert( (ucol_getStrength(col)
552 UCollator *col; local
645 UCollator * col; local
797 UCollator * col = ucol_open("en_US", &err); local
1056 UCollator *col; local
1201 UCollator *col; local
1256 UCollator *col; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c272 UCollator *col, *ruled; local
295 col = ucol_open("en_US", &status);
301 ucol_getVersion(col, versionArray);
315 ucol_getUCAVersion(col, versionUCAArray);
324 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
329 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
334 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed");
339 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-bird comparison failed");
344 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello comparison failed");
349 doAssert( (ucol_getStrength(col)
550 UCollator *col; local
643 UCollator * col; local
795 UCollator * col = ucol_open("en_US", &err); local
1054 UCollator *col; local
1199 UCollator *col; local
1254 UCollator *col; local
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_pred_filters_neon_intr.c669 /* named it in the way (nt - 1 - col) --> const_nt_1_col(const denotes g_ihevc_planar_factor) */
676 WORD32 row, col = 0; local
741 for(col = nt; col > 0; col -= 8)
815 for(col = nt; col > 0; col -= 4)
906 WORD32 row = 0, col = 0, col_count; local
936 uint64x1_t acc_dc = vdup_n_u64(col);
1193 WORD32 row, col; local
1424 WORD32 row, col; local
1728 WORD32 row, col; local
1892 WORD32 row, col, idx; local
2105 WORD32 row, col; local
2317 WORD32 row, col, k; local
2579 WORD32 row, col, k; local
2799 WORD32 row, col; local
[all...]
H A Dihevc_weighted_pred_neon_intr.c115 WORD32 row, col; local
143 for(col = wd; col > 0; col -= 4)
248 WORD32 row, col; local
290 for(col = 2 * wd; col > 0; col -= 4)
411 WORD32 row, col; local
444 for(col
580 WORD32 row, col; local
742 WORD32 row, col; local
891 WORD32 row, col; local
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h98 inline Scalar coeff(Index row, Index col) const
100 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
101 return coeff(IsColVector ? row : col);
109 inline Scalar& coeffRef(Index row, Index col) argument
111 eigen_assert(IsColVector ? (col==0 && row>=0 && row<m_size) : (row==0 && col>=0 && col<m_size));
112 return coeff(IsColVector ? row : col);
155 insert(Index row, Index col) argument
369 inline Index col() const { return IsColVector ? 0 : index(); } function in class:Eigen::SparseVector::InnerIterator
401 inline Index col() const { return IsColVector ? 0 : index(); } function in class:Eigen::SparseVector::ReverseInnerIterator
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactorySpiTest.java92 Collection col = certFactorySpi
94 assertNull("Not null Collection", col);
160 Collection col = certFactorySpi
162 assertNull("Result must be null", col);
176 col = certFactorySpi.engineGenerateCRLs(dis);
177 assertNull("Result must be null", col);
230 Collection col = certFactorySpi
232 assertNull("Result must be null", col);
246 col = certFactorySpi.engineGenerateCRLs(dis);
247 assertNull("Result must be null", col);
[all...]
/external/eigen/Eigen/src/Core/
H A DDiagonalProduct.h61 EIGEN_STRONG_INLINE const Scalar coeff(Index row, Index col) const
63 return m_diagonal.diagonal().coeff(ProductOrder == OnTheLeft ? row : col) * m_matrix.coeff(row, col);
75 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const
80 const Index indexInDiagonalVector = ProductOrder == OnTheLeft ? row : col;
81 return packet_impl<LoadMode>(row,col,indexInDiagonalVector,typename internal::conditional<
97 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::true_type) const argument
99 return internal::pmul(m_matrix.template packet<LoadMode>(row, col),
104 EIGEN_STRONG_INLINE PacketScalar packet_impl(Index row, Index col, Index id, internal::false_type) const argument
110 return internal::pmul(m_matrix.template packet<LoadMode>(row, col),
[all...]
H A DTriangularMatrix.h54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); }
55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } argument
57 /** \see MatrixBase::copyCoeff(row,col)
60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) argument
62 derived().coeffRef(row, col) = other.coeff(row, col);
65 inline Scalar operator()(Index row, Index col) const
67 check_coordinates(row, col);
70 operator ()(Index row, Index col) argument
231 coeffRef(Index row, Index col) argument
436 col = (UnrollCount-1) / Derived1::RowsAtCompileTime, enumerator in enum:Eigen::internal::triangular_assignment_selector::__anon20711
[all...]
/external/eigen/test/
H A Dproduct.h125 res.col(i) = m1 * m2.transpose().col(i);
136 VERIFY_IS_APPROX(res.col(r).noalias() = square.adjoint() * square.col(r), (square.adjoint() * square.col(r)).eval());
137 VERIFY_IS_APPROX(res.col(r).noalias() = square * square.col(r), (square * square.col(r)).eval());
140 Scalar x = square2.row(c) * square2.col(c2);
141 VERIFY_IS_APPROX(x, square2.row(c).transpose().cwiseProduct(square2.col(c
[all...]
H A Dumeyama.cpp38 for (int col = 0; col < size; ++col)
40 typename MatrixType::ColXpr colVec = Q.col(col);
41 for (int prevCol = 0; prevCol < col; ++prevCol)
43 typename MatrixType::ColXpr prevColVec = Q.col(prevCol);
46 Q.col(col) = colVec.normalized();
85 Q.col(
[all...]
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h439 MatrixXr q1 (m_naiveU.col(firstCol + k).segment(firstCol, k + 1));
443 m_naiveU.col(i + 1).segment(firstCol, k + 1) << m_naiveU.col(i).segment(firstCol, k + 1);
446 m_naiveU.col(firstCol).segment( firstCol, k + 1) << (q1 * c0);
448 m_naiveU.col(lastCol + 1).segment(firstCol, k + 1) << (q1 * ( - s0));
450 m_naiveU.col(firstCol).segment(firstCol + k + 1, n - k) <<
451 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *s0;
453 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *= c0;
475 m_computed.col(firstCol + shift).segment(firstCol + shift + 1, k) << alphaK * l.transpose().real();
476 m_computed.col(firstCo
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
H A Dbootstrap.min.css8 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col
[all...]
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h351 for (int j = 0; j < n; j++) max2Norm = (max)(max2Norm, m_pmat.col(j).norm());
362 for (Index col = 0; col < n; ++col)
365 m_R.startVec(col);
366 mark(nonzeroCol) = col;
376 for (typename MatrixType::InnerIterator itp(m_pmat, col); itp || !found_diag; ++itp)
393 for (; mark(st) != col; st = m_etree(st))
396 mark(st) = col; // and mark this row as visited
409 if(curIdx > nonzeroCol && mark(curIdx) != col )
[all...]
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h160 for (Index col = 0; col < cols(); col++) {
161 if (other.coeff(row, col) != Scalar(0))
162 derived().insert(row, col) = other.coeff(row, col);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp49 vector<char *> col; local
50 SplitToVector(line, "\n\t ", &col, true);
51 if (col.size() == 0) // empty line
53 if (col.size() != 2) {
58 const char *symbol = col[0];
59 const char *value = col[1];
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DStructureHLSL.cpp307 for (int col = 0; col < cols; col++)
311 constructor += TString((row == col) ? "x0" : "0.0");
313 if (row < rows - 1 || col < cols - 1)
322 for (int col = 0; col < cols; col++)
326 if (row < parameter.getRows() && col < parameter.getCols())
328 constructor += TString("x0") + "[" + str(col)
[all...]

Completed in 4754 milliseconds

1234567891011>>