Lines Matching refs:shared1
143 } shared1 ; member
174 } shared1 ; member
522 Col [col].shared1.thickness = 1 ; in init_rows_cols()
596 Row [0].shared1.p = Row [0].start ; in init_rows_cols()
601 Row [row].shared1.p = Row [row].start ; in init_rows_cols()
619 A [(Row [row].shared1.p)++] = col ; in init_rows_cols()
634 A [(Row [*cp++].shared1.p)++] = col ; in init_rows_cols()
644 Row [row].shared1.degree = Row [row].length ; in init_rows_cols()
778 Row [*cp++].shared1.degree-- ; in init_scoring()
789 deg = Row [r].shared1.degree ; in init_scoring()
836 score += Row [row].shared1.degree - 1 ; in init_scoring()
1030 pivot_col_thickness = Col [pivot_col].shared1.thickness ; in find_ordering()
1058 Col [pivot_col].shared1.thickness = -pivot_col_thickness ; in find_ordering()
1080 col_thickness = Col [col].shared1.thickness ; in find_ordering()
1084 Col [col].shared1.thickness = -col_thickness ; in find_ordering()
1094 Col [pivot_col].shared1.thickness = pivot_col_thickness ; in find_ordering()
1164 col_thickness = -Col [col].shared1.thickness ; in find_ordering()
1166 Col [col].shared1.thickness = col_thickness ; in find_ordering()
1208 COLAMD_ASSERT (Row [row].shared1.degree <= max_deg) ; in find_ordering()
1209 set_difference = Row [row].shared1.degree ; in find_ordering()
1282 pivot_row_degree -= Col [col].shared1.thickness ; in find_ordering()
1287 k += Col [col].shared1.thickness ; in find_ordering()
1376 max_score = n_col - k - Col [col].shared1.thickness ; in find_ordering()
1379 cur_score -= Col [col].shared1.thickness ; in find_ordering()
1417 Row [pivot_row].shared1.degree = pivot_row_degree ; in find_ordering()
1474 parent = Col [parent].shared1.parent ; in order_children()
1490 Col [c].shared1.parent = parent ; in order_children()
1493 c = Col [c].shared1.parent ; in order_children()
1659 Col [super_c].shared1.thickness += Col [c].shared1.thickness ; in detect_super_cols()
1660 Col [c].shared1.parent = super_c ; in detect_super_cols()