Home
last modified time | relevance | path

Searched refs:row_pos (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/
Dcompressed_row_jacobian_writer.cc116 int row_pos = 0; in CreateJacobian() local
146 rows[row_pos + j + 1] = rows[row_pos + j] + num_derivatives; in CreateJacobian()
161 const int column_block_begin = rows[row_pos + r] + col_pos; in CreateJacobian()
169 row_pos += num_residuals; in CreateJacobian()
Dcompressed_col_sparse_matrix_utils_test.cc93 int row_pos = 0; in FillBlock() local
95 row_pos += row_blocks[i]; in FillBlock()
106 rows[offset] = row_pos + r; in FillBlock()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp555 RowIter row_pos = std::lower_bound(first_row, last_row, row, in lookupAddress() local
557 if (row_pos == last_row) { in lookupAddress()
560 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress()
561 if (row_pos->Address > address) { in lookupAddress()
562 if (row_pos == first_row) in lookupAddress()
607 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange() local
612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange()
613 if (row_pos != first_row) in lookupAddressRange()
625 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange() local
629 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1; in lookupAddressRange()