Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 22 of 22) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_sparse_matrix.cc67 const vector<Cell>& cells = block_structure_->rows[i].cells; in BlockSparseMatrix() local
121 const vector<Cell>& cells = block_structure_->rows[i].cells; in RightMultiply() local
142 const vector<Cell>& cells = block_structure_->rows[i].cells; in LeftMultiply() local
160 const vector<Cell>& cells = block_structure_->rows[i].cells; in SquaredColumnNorm() local
177 const vector<Cell>& cells = block_structure_->rows[i].cells; in ScaleColumns() local
199 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToDenseMatrix() local
222 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTripletSparseMatrix() local
267 const vector<Cell>& cells = block_structure_->rows[i].cells; in ToTextFile() local
Dpartitioned_matrix_view.cc63 const vector<Cell>& cells = bs->rows[r].cells; in PartitionedMatrixView() local
128 const vector<Cell>& cells = bs->rows[r].cells; in RightMultiplyF() local
180 const vector<Cell>& cells = bs->rows[r].cells; in LeftMultiplyF() local
296 const vector<Cell>& cells = bs->rows[r].cells; in UpdateBlockDiagonalFtF() local
Dvisibility.cc56 const vector<Cell>& cells = block_structure.rows[i].cells; in ComputeVisibility() local
Dblock_structure.h76 vector<Cell> cells; member
Dblock_jacobi_preconditioner.cc78 const vector<Cell>& cells = bs->rows[r].cells; in Update() local
Dmatrix.proto55 repeated CellProto cells = 1; field
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java90 List<Cell<R, C, V>> cells, in forCells()
121 Iterable<Cell<R, C, V>> cells) { in forCells()
130 forCellsInternal(Iterable<Cell<R, C, V>> cells, in forCellsInternal()
DImmutableTable.java149 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
/external/valgrind/main/memcheck/tests/
Dleak-pool.c101 struct cell **cells = static_roots ? cells_static : cells_local; in main() local
/external/webkit/Source/WebCore/accessibility/
DAccessibilityTable.cpp422 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells) in cells() argument
/external/webkit/Source/WebCore/html/
DHTMLTableRowElement.cpp157 PassRefPtr<HTMLCollection> HTMLTableRowElement::cells() in cells() function in WebCore::HTMLTableRowElement
/external/iproute2/tc/
Dtc_core.c81 int linksize, cells; in tc_align_to_atm() local
/external/libvorbis/vq/
Dvqgen.c98 FILE *cells; in vqgen_cellmetric() local
350 FILE *cells; in vqgen_iterate() local
/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h57 Vector<RenderTableCell*, 1> cells; member
DRenderTableSection.cpp1139 Vector<RenderTableCell*> cells; in setCellLogicalWidths() local
/external/opencv/cvaux/src/
Dcvdpstereo.cpp109 _CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(dispH,(imgH+1)/2)); in icvFindStereoCorrespondenceByBirchfieldDP() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DConfigTab.java296 Iterator cells = this.toolTips.keySet().iterator(); in disposeTable() local
/external/qemu/
Dconsole.c171 TextCell *cells; member
550 TextCell *cells, *c, *c1; in text_console_resize() local
/external/v8/src/
Dmark-compact.cc1982 MarkBit::CellType* cells = p->markbits()->cells(); in DiscoverGreyObjectsOnPage() local
2911 MarkBit::CellType* cells = p->markbits()->cells(); in EvacuateLiveObjectsFromPage() local
3075 MarkBit::CellType* cells = p->markbits()->cells(); in SweepPrecisely() local
3728 MarkBit::CellType* cells = p->markbits()->cells(); in SweepConservatively() local
Dspaces.h206 INLINE(MarkBit::CellType* cells()) { in INLINE()
/external/freetype/src/smooth/
Dftgrays.c342 PCell cells; member
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp528 I::V &cells = B ? x : y; in f() local