HomeSort by relevance Sort by last modified time
    Searched refs:cost_val (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp 27 unsigned *cost_val; member in struct:COST
38 cost_val = new unsigned[10];
49 if (cost_val)
50 delete [] cost_val;
  /external/webp/src/enc/
backward_references.c 512 const double cost_val = local
514 if (cost[i + k] > cost_val) {
515 cost[i + k] = cost_val;
549 double cost_val = prev_cost; local
552 cost_val += GetCacheCost(cost_model, ix) * mul0;
554 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;
556 if (cost[i] > cost_val) {
557 cost[i] = cost_val;

Completed in 193 milliseconds