Home
last modified time | relevance | path

Searched refs:cost_val (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Darray-operator-delete-call.cpp26 unsigned *cost_val; member
37 cost_val = new unsigned[10]; in COST()
48 if (cost_val) in ~COST()
49 delete [] cost_val; in ~COST()
/external/clang/test/CodeGenCXX/
Darray-operator-delete-call.cpp26 unsigned *cost_val; member
37 cost_val = new unsigned[10]; in COST()
48 if (cost_val) in ~COST()
49 delete [] cost_val; in ~COST()
/external/webp/src/enc/
Dbackward_references_cost_enc.c125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel() local
131 cost_val += GetCacheCost(cost_model, ix) * mul0; in AddSingleLiteralWithCostModel()
135 cost_val += GetLiteralCost(cost_model, color) * mul1; in AddSingleLiteralWithCostModel()
137 if (cost[idx] > cost_val) { in AddSingleLiteralWithCostModel()
138 cost[idx] = (float)cost_val; in AddSingleLiteralWithCostModel()
297 const double cost_val = manager->cost_cache_[i]; in CostManagerInit() local
298 if (cost_val != cur->cost_) { in CostManagerInit()
302 cur->cost_ = cost_val; in CostManagerInit()