Home
last modified time | relevance | path

Searched refs:residual_offset (Results 1 – 8 of 8) sorted by relevance

/external/ceres-solver/internal/ceres/
Ddynamic_compressed_row_jacobian_writer.cc64 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()
Ddense_jacobian_writer.h70 int residual_offset, in Write() argument
97 residual_offset, in Write()
Ddynamic_compressed_row_jacobian_writer.h72 int residual_offset,
Dcompressed_row_jacobian_writer.cc179 int residual_offset, in Write() argument
215 jacobian_values + jacobian_rows[residual_offset + r] + col_pos; in Write()
Dcompressed_row_jacobian_writer.h98 int residual_offset,
/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h181 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
Ddebuginfo.c3194 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 …]
Dtytypes.c746 XArray* /*HChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset, in ML_()
924 *residual_offset = offset; in ML_()