Searched refs:mtrx_nd_res (Results 1 – 1 of 1) sorted by relevance
1582 MatrixNode *mtrx_nd_res = mtrx_nd_res_min + mtrx_nd_num; in extend_mtrx_nd() local1585 while (mtrx_nd_res > mtrx_nd_res_min && score < (mtrx_nd_res - 1)->score) { in extend_mtrx_nd()1586 if (static_cast<size_t>(mtrx_nd_res - mtrx_nd_res_min) < kMaxNodeARow) in extend_mtrx_nd()1587 *mtrx_nd_res = *(mtrx_nd_res - 1); in extend_mtrx_nd()1588 mtrx_nd_res--; in extend_mtrx_nd()1593 mtrx_nd_res->id = lpi_items[pos].id; in extend_mtrx_nd()1594 mtrx_nd_res->score = score; in extend_mtrx_nd()1595 mtrx_nd_res->from = mtrx_nd; in extend_mtrx_nd()1596 mtrx_nd_res->dmi_fr = dmi_fr; in extend_mtrx_nd()1597 mtrx_nd_res->step = res_row; in extend_mtrx_nd()