Searched refs:residual_offset (Results 1 – 8 of 8) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | dynamic_compressed_row_jacobian_writer.cc | 64 int residual_offset, in Write() argument 81 jacobian->ClearRows(residual_offset, num_residuals); in Write() 99 residual_offset + r, parameter_block->delta_offset() + c, v); in Write()
|
D | dense_jacobian_writer.h | 70 int residual_offset, in Write() argument 97 residual_offset, in Write()
|
D | dynamic_compressed_row_jacobian_writer.h | 72 int residual_offset,
|
D | compressed_row_jacobian_writer.cc | 179 int residual_offset, in Write() argument 215 jacobian_values + jacobian_rows[residual_offset + r] + col_pos; in Write()
|
D | compressed_row_jacobian_writer.h | 98 int residual_offset,
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_tytypes.h | 181 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
|
D | debuginfo.c | 3194 PtrdiffT residual_offset, in format_message() argument 3202 const HChar* ro_plural = residual_offset == 1 ? "" : "s"; in format_message() 3308 data_addr, residual_offset, ro_plural, var->name, in format_message() 3318 data_addr, residual_offset, ro_plural, var->name, in format_message() 3332 data_addr, residual_offset, ro_plural, var->name, in format_message() 3349 data_addr, residual_offset, ro_plural, var->name, in format_message() 3416 data_addr, residual_offset, ro_plural, var->name, in format_message() 3426 data_addr, residual_offset, ro_plural, var->name, in format_message() 3440 data_addr, residual_offset, ro_plural, var->name, in format_message() 3457 data_addr, residual_offset, ro_plural, var->name, in format_message() [all …]
|
D | tytypes.c | 746 XArray* /*HChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset, in ML_() 924 *residual_offset = offset; in ML_()
|