Home | History | Annotate | Download | only in OrderingMethods

Lines Matching defs:thickness

139     IndexType thickness ; /* number of original columns represented by this */
522 Col [col].shared1.thickness = 1 ;
978 IndexType col_thickness ; /* "thickness" (no. of columns in a supercol) */
1029 /* increment order count by column thickness */
1030 pivot_col_thickness = Col [pivot_col].shared1.thickness ;
1058 Col [pivot_col].shared1.thickness = -pivot_col_thickness ;
1080 col_thickness = Col [col].shared1.thickness ;
1084 Col [col].shared1.thickness = -col_thickness ;
1094 Col [pivot_col].shared1.thickness = pivot_col_thickness ;
1133 /* pivot row itself. The column ("thickness") itself is also */
1164 col_thickness = -Col [col].shared1.thickness ;
1166 Col [col].shared1.thickness = col_thickness ;
1211 /* subtract column thickness from this row's set difference */
1282 pivot_row_degree -= Col [col].shared1.thickness ;
1286 /* increment order count by column thickness */
1287 k += Col [col].shared1.thickness ;
1375 /* columns thickness */
1376 max_score = n_col - k - Col [col].shared1.thickness ;
1379 cur_score -= Col [col].shared1.thickness ;
1659 Col [super_c].shared1.thickness += Col [c].shared1.thickness ;