Lines Matching refs:super_c
1570 Index super_c ; /* column index of the column to absorb into */ in detect_super_cols() local
1611 for (super_c = first_col ; super_c != COLAMD_EMPTY ; in detect_super_cols()
1612 super_c = Col [super_c].shared4.hash_next) in detect_super_cols()
1614 COLAMD_ASSERT (COL_IS_ALIVE (super_c)) ; in detect_super_cols()
1615 COLAMD_ASSERT (Col [super_c].shared3.hash == hash) ; in detect_super_cols()
1616 length = Col [super_c].length ; in detect_super_cols()
1619 prev_c = super_c ; in detect_super_cols()
1623 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols()
1626 COLAMD_ASSERT (c != super_c) ; in detect_super_cols()
1632 Col [c].shared2.score != Col [super_c].shared2.score) in detect_super_cols()
1639 cp1 = &A [Col [super_c].start] ; in detect_super_cols()
1664 COLAMD_ASSERT (Col [c].shared2.score == Col [super_c].shared2.score) ; in detect_super_cols()
1666 Col [super_c].shared1.thickness += Col [c].shared1.thickness ; in detect_super_cols()
1667 Col [c].shared1.parent = super_c ; in detect_super_cols()