Lines Matching defs:cost
136 /** Calculate an estimated cost in number of instructions155 unsigned cost = 1;161 cost *= 3;171 return cost;185 cost *= 20;189 cost *= 100;191 return cost;199 return cost * 100;202 return cost * 5;205 return cost;