Searched refs:mtrx_nd_res_min (Results 1 – 1 of 1) sorted by relevance
1574 MatrixNode *mtrx_nd_res_min = mtrx_nd_pool_ + matrix_[res_row].mtrx_nd_pos; in extend_mtrx_nd() local1577 if (pos > 0 && score - PRUMING_SCORE > mtrx_nd_res_min->score) in extend_mtrx_nd()1582 MatrixNode *mtrx_nd_res = mtrx_nd_res_min + mtrx_nd_num; in extend_mtrx_nd()1585 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()