Lines Matching refs:COST
63 typedef long int COST; typedef
65 #define MAXCOST TYPE_MAXIMUM (COST)
68 #define EQUIV(n) SQR ((COST) (n))
146 COST best_cost; /* cost of best paragraph starting here */
163 static COST base_cost (WORD *this);
164 static COST line_cost (WORD *next, int len);
800 COST best_break; in flush_paragraph()
863 COST wcost, best; in fmt_paragraph()
919 static COST
922 COST cost; in base_cost()
952 static COST
956 COST cost; in line_cost()