Lines Matching refs:super_c
1563 IndexType super_c ; /* column index of the column to absorb into */ in detect_super_cols() local
1604 for (super_c = first_col ; super_c != COLAMD_EMPTY ; in detect_super_cols()
1605 super_c = Col [super_c].shared4.hash_next) in detect_super_cols()
1607 COLAMD_ASSERT (COL_IS_ALIVE (super_c)) ; in detect_super_cols()
1608 COLAMD_ASSERT (Col [super_c].shared3.hash == hash) ; in detect_super_cols()
1609 length = Col [super_c].length ; in detect_super_cols()
1612 prev_c = super_c ; in detect_super_cols()
1616 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols()
1619 COLAMD_ASSERT (c != super_c) ; in detect_super_cols()
1625 Col [c].shared2.score != Col [super_c].shared2.score) in detect_super_cols()
1632 cp1 = &A [Col [super_c].start] ; in detect_super_cols()
1657 COLAMD_ASSERT (Col [c].shared2.score == Col [super_c].shared2.score) ; in detect_super_cols()
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()