HomeSort by relevance Sort by last modified time
    Searched full:row (Results 51 - 75 of 4359) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ceres-solver/internal/ceres/
linear_least_squares_problems.cc 198 // Row 1
209 // Row 2
220 // Row 3
231 // Row 4
242 // Row 5
253 // Row 6
306 // Row 1
312 CompressedRow& row = bs->rows.back(); local
313 row.block.size = 1;
314 row.block.position = 0
325 CompressedRow& row = bs->rows.back(); local
338 CompressedRow& row = bs->rows.back(); local
351 CompressedRow& row = bs->rows.back(); local
364 CompressedRow& row = bs->rows.back(); local
378 CompressedRow& row = bs->rows.back(); local
444 CompressedRow& row = bs->rows.back(); local
454 CompressedRow& row = bs->rows.back(); local
464 CompressedRow& row = bs->rows.back(); local
474 CompressedRow& row = bs->rows.back(); local
484 CompressedRow& row = bs->rows.back(); local
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 127 for (Index row = 0; row < rows; row++) {
128 const double pivot = m_lu.coeffDiag(row);
131 const Index& col = row;
138 for (Index rrow = row + 1; rrow < m_lu.rows(); rrow++) {
139 typename MatrixType::InnerUpperIterator uItPivot(m_lu, row);
143 uItPivot += (rrow - row - 1);
157 for (Index rrow = row + 1; rrow < m_lu.rows(); rrow++) {
158 typename MatrixType::InnerUpperIterator uItPivot(m_lu, row);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.h 15 class Row;
19 // Each row has exactly one ColumnSet, ColumnSets can be shared between rows.
31 // The id is later used when starting a new row.
39 // Adds a padding row. Padding rows typically don't have any views, but are
41 // |size| specifies the height of the row.
44 // Starts a new row with the specified column set.
47 // This is a convenience function that starts a new row,
56 // TODO(groby): This currently *must* be called after a StartRow for the row
69 // Returns the column set of the last non-padding row.
72 // Get the height of a given row
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
Minor.h 62 Index row, Index col)
63 : m_matrix(matrix), m_row(row), m_col(col)
65 eigen_assert(row >= 0 && row < matrix.rows()
74 inline Scalar& coeffRef(Index row, Index col)
76 return m_matrix.const_cast_derived().coeffRef(row + (row >= m_row), col + (col >= m_col));
79 inline const Scalar coeff(Index row, Index col) const
81 return m_matrix.coeff(row + (row >= m_row), col + (col >= m_col))
    [all...]
  /external/eigen/doc/snippets/
PartialRedux_prod.cpp 3 cout << "Here is the product of each row:" << endl << m.rowwise().prod() << endl;
PartialRedux_squaredNorm.cpp 3 cout << "Here is the square norm of each row:" << endl << m.rowwise().squaredNorm() << endl;
PartialRedux_sum.cpp 3 cout << "Here is the sum of each row:" << endl << m.rowwise().sum() << endl;
Tutorial_commainit_01b.cpp 2 m.row(0) << 1, 2, 3;
  /external/eigen/failtest/
block_nonconst_ctor_on_const_xpr_2.cpp 12 // row/column constructor
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 19 int16_t row; member in struct:__anon23997
29 int32_t row; member in struct:__anon23998
36 mv->row = clamp(mv->row, min_row, max_row);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.ui 21 <item row="0" column="0" >
28 <item row="0" column="1" >
31 <item row="1" column="0" >
38 <item row="1" column="1" >
41 <item row="2" column="0" colspan="2" >
51 <item row="0" column="0" colspan="5" >
60 <item row="0" column="0" >
67 <item row="1" column="0" >
74 <item row="2" column="0" >
81 <item row="3" column="0"
    [all...]
  /external/chromium_org/third_party/icu/source/common/
propsvec.c 32 int32_t prevRow; /* search optimization: remember last row seen */
43 uint32_t *v, *row; local
69 /* set the all-Unicode row and the special-value rows */
70 row=pv->v;
71 uprv_memset(row, 0, pv->rows*columns*4);
72 row[0]=0;
73 row[1]=0x110000;
74 row+=columns;
76 row[0]=cp;
77 row[1]=cp+1
93 uint32_t *row; local
278 uint32_t *row; local
292 uint32_t *row; local
334 uint32_t *row; local
    [all...]
  /external/icu4c/common/
propsvec.c 33 int32_t prevRow; /* search optimization: remember last row seen */
44 uint32_t *v, *row; local
70 /* set the all-Unicode row and the special-value rows */
71 row=pv->v;
72 uprv_memset(row, 0, pv->rows*columns*4);
73 row[0]=0;
74 row[1]=0x110000;
75 row+=columns;
77 row[0]=cp;
78 row[1]=cp+1
94 uint32_t *row; local
279 uint32_t *row; local
293 uint32_t *row; local
335 uint32_t *row; local
    [all...]
  /external/eigen/doc/examples/
Tutorial_BlockOperations_colrow.cpp 13 cout << "2nd Row: " << m.row(1) << endl;
  /packages/inputmethods/LatinIME/java/res/xml/
rows_armenian_phonetic.xml 28 <Row
33 </Row>
34 <Row
39 </Row>
40 <Row
47 </Row>
48 <Row
61 </Row>
rows_pcqwerty.xml 26 <Row
42 </Row>
43 <Row
48 </Row>
49 <Row
59 </Row>
60 <Row
73 </Row>
rows_phone.xml 28 <Row>
41 </Row>
42 <Row>
53 </Row>
54 <Row>
64 </Row>
65 <Row>
79 </Row>
rows_symbols.xml 28 <Row
33 </Row>
34 <Row
40 </Row>
41 <Row
54 </Row>
55 <Row
66 </Row>
rows_symbols_shift.xml 28 <Row
33 </Row>
34 <Row
40 </Row>
41 <Row
54 </Row>
55 <Row
66 </Row>
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
rows_armenian_phonetic.xml 26 <Row
34 </Row>
35 <Row
42 </Row>
43 <Row
53 </Row>
54 <Row
67 </Row>
rows_khmer.xml 26 <Row
34 </Row>
35 <Row
40 </Row>
41 <Row
49 </Row>
50 <Row
69 </Row>
rows_lao.xml 26 <Row
34 </Row>
35 <Row
40 </Row>
41 <Row
49 </Row>
50 <Row
69 </Row>
rows_pcqwerty.xml 26 <Row
45 </Row>
46 <Row
54 </Row>
55 <Row
65 </Row>
66 <Row
78 </Row>
rows_symbols.xml 28 <Row
36 </Row>
37 <Row
46 </Row>
47 <Row
62 </Row>
63 <Row
73 </Row>
rows_symbols_shift.xml 28 <Row
36 </Row>
37 <Row
46 </Row>
47 <Row
64 </Row>
65 <Row
75 </Row>

Completed in 1127 milliseconds

1 23 4 5 6 7 8 91011>>