Home
last modified time | relevance | path

Searched refs:CellInfo (Results 1 – 22 of 22) sorted by relevance

/external/ceres-solver/internal/ceres/
Dblock_random_access_matrix.h86 struct CellInfo { struct
87 CellInfo() in CellInfo() argument
91 explicit CellInfo(double* ptr) in CellInfo() argument
112 virtual CellInfo* GetCell(int row_block_id,
Dblock_random_access_dense_matrix.h66 virtual CellInfo* GetCell(int row_block_id,
90 scoped_array<CellInfo> cell_infos_;
Dblock_random_access_diagonal_matrix.h62 virtual CellInfo* GetCell(int row_block_id,
84 vector<CellInfo*> layout_;
Dblock_random_access_sparse_matrix.h67 virtual CellInfo* GetCell(int row_block_id,
97 typedef HashMap<long int, CellInfo* > LayoutType;
Dblock_random_access_dense_matrix.cc53 cell_infos_.reset(new CellInfo[num_blocks * num_blocks]); in BlockRandomAccessDenseMatrix()
66 CellInfo* BlockRandomAccessDenseMatrix::GetCell(const int row_block_id, in GetCell()
Dblock_random_access_diagonal_matrix.cc74 layout_.push_back(new CellInfo(values + pos)); in BlockRandomAccessDiagonalMatrix()
91 CellInfo* BlockRandomAccessDiagonalMatrix::GetCell(int row_block_id, in GetCell()
Dblock_random_access_dense_matrix_test.cc57 CellInfo* cell = in TEST()
87 CellInfo* cell = m.GetCell( in TEST()
Dblock_random_access_sparse_matrix.cc92 new CellInfo(values + pos); in BlockRandomAccessSparseMatrix()
128 CellInfo* BlockRandomAccessSparseMatrix::GetCell(int row_block_id, in GetCell()
Dschur_eliminator_impl.h192 CellInfo* cell_info = lhs->GetCell(block_id, block_id, in Eliminate()
534 CellInfo* cell_info = lhs->GetCell(block1, block2, in ChunkOuterProduct()
608 CellInfo* cell_info = lhs->GetCell(block1, block1, in NoEBlockRowOuterProduct()
627 CellInfo* cell_info = lhs->GetCell(block1, block2, in NoEBlockRowOuterProduct()
661 CellInfo* cell_info = lhs->GetCell(block1, block1, in EBlockRowOuterProduct()
680 CellInfo* cell_info = lhs->GetCell(block1, block2, in EBlockRowOuterProduct()
Dblock_random_access_diagonal_matrix_test.cc64 CellInfo* cell = m.GetCell(row_block_id, col_block_id, in TEST()
Dblock_random_access_sparse_matrix_test.cc75 CellInfo* cell = m.GetCell(row_block_id, col_block_id, in TEST()
Dvisibility_based_preconditioner.cc412 CellInfo* cell_info = m_->GetCell(block1, block2, in ScaleOffDiagonalCells()
/external/chromium_org/third_party/sqlite/src/src/
DbtreeInt.h447 typedef struct CellInfo CellInfo; typedef
448 struct CellInfo { struct
491 CellInfo info; /* A parse of the cell we are pointing at */
Dbtree.c889 CellInfo *pInfo /* Fill in this structure */ in btreeParseCellPtr()
957 CellInfo *pInfo /* Fill in this structure */ in btreeParseCell()
977 CellInfo debuginfo; in cellSizePtr()
1036 CellInfo info; in ptrmapPutOvflPtr()
2736 CellInfo info; in modifyPagePointer()
3598 CellInfo info; in assertCellInfo()
5159 CellInfo info; in clearCell()
5247 CellInfo info; in fillInCell()
5702 CellInfo info;
6243 CellInfo info; in balance_nonroot()
[all …]
/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.h119 struct CellInfo { uint32 hash; Addr address; }; struct
120 typedef std::vector<CellInfo> CellList;
Dindex_table_v3_unittest.cc283 disk_cache::CellInfo info = { hash, addr }; in TEST()
344 disk_cache::CellInfo info = { hash, addr }; in TEST()
485 disk_cache::CellInfo info = { hash, addr }; in TEST()
600 disk_cache::CellInfo info = { hash, addr }; in TEST()
634 disk_cache::CellInfo info = { hash, addr }; in TEST()
654 disk_cache::CellInfo info = { hash, addr }; in TEST()
Dindex_table_v3.cc18 using disk_cache::CellInfo;
248 CellInfo cell_info = { cell.hash(), cell.GetAddress() }; in UpdateIterator()
/external/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll13 …32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.CellInfo, i8, i8, i8*, i64…
19 %struct.CellInfo = type { i8*, i64, i32, i32, i16, i16, i16, i16 }
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll11 …32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.CellInfo, i8, i8, i8*, i64…
17 %struct.CellInfo = type { i8*, i64, i32, i32, i16, i16, i16, i16 }
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c46649 typedef struct CellInfo CellInfo;
46650 struct CellInfo {
46693 CellInfo info; /* A parse of the cell we are pointing at */
48008 CellInfo *pInfo /* Fill in this structure */
48076 CellInfo *pInfo /* Fill in this structure */
48096 CellInfo debuginfo;
48155 CellInfo info;
49855 CellInfo info;
50717 CellInfo info;
52278 CellInfo info;
[all …]
/external/sqlite/dist/
Dsqlite3.c51086 typedef struct CellInfo CellInfo;
51087 struct CellInfo {
51129 CellInfo info; /* A parse of the cell we are pointing at */
52513 CellInfo *pInfo /* Fill in this structure */
52582 CellInfo *pInfo /* Fill in this structure */
52602 CellInfo debuginfo;
52661 CellInfo info;
54468 CellInfo info;
55304 CellInfo info;
57020 CellInfo info;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c51066 typedef struct CellInfo CellInfo;
51067 struct CellInfo {
51109 CellInfo info; /* A parse of the cell we are pointing at */
52493 CellInfo *pInfo /* Fill in this structure */
52562 CellInfo *pInfo /* Fill in this structure */
52582 CellInfo debuginfo;
52641 CellInfo info;
54448 CellInfo info;
55284 CellInfo info;
57000 CellInfo info;
[all …]