OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leftcost
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/shape/src/
sc_dis.cpp
735
float
leftcost
= 0;
local
740
leftcost
+=float(minval);
742
leftcost
/= trueCostMatrix.rows;
753
minMatchCost = std::max(
leftcost
,rightcost);
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
500
const unsigned
LeftCost
= 2;
508
Cur[I].Cost = I *
LeftCost
;
528
Next[Index].Cost +=
LeftCost
;
Completed in 186 milliseconds