HomeSort by relevance Sort by last modified time
    Searched refs:IntPairToLong (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix.cc 91 layout_[IntPairToLong(it->first, it->second)] =
105 layout_[IntPairToLong(row_block_id, col_block_id)]->values - values;
135 layout_.find(IntPairToLong(row_block_id, col_block_id));
block_random_access_sparse_matrix.h 87 int64 IntPairToLong(int a, int b) {
block_random_access_sparse_matrix_test.cc 122 // IntPairToLong is private, thus this fixture is needed to access and
135 int64 value = m_->IntPairToLong(a, b);

Completed in 113 milliseconds