OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cost_val
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp
26
unsigned *
cost_val
;
member in struct:COST
37
cost_val
= new unsigned[10];
48
if (
cost_val
)
49
delete []
cost_val
;
/external/chromium_org/third_party/libwebp/enc/
backward_references.c
621
const double
cost_val
= distance_cost + GetLengthCost(cost_model, k);
local
622
if (cost[i + k] >
cost_val
) {
623
cost[i + k] = (float)
cost_val
;
657
double
cost_val
= prev_cost;
local
660
cost_val
+= GetCacheCost(cost_model, ix) * mul0;
663
cost_val
+= GetLiteralCost(cost_model, argb[i]) * mul1;
665
if (cost[i] >
cost_val
) {
666
cost[i] = (float)
cost_val
;
[
all
...]
Completed in 81 milliseconds