Home
last modified time | relevance | path

Searched refs:total_cost (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvemd.cpp169 double total_cost = 0; in cvCalcEMD2() local
313 total_cost += (double)val * state.cost[i][j]; in cvCalcEMD2()
319 emd = (float) (total_cost / state.weight); in cvCalcEMD2()
/external/valgrind/callgrind/
Dmain.c1778 total = CLG_(total_cost); in branchsim_printstat()
1906 HChar *mcost = CLG_(mappingcost_as_string)(CLG_(dumpmap), CLG_(total_cost)); in finish()
1912 total = CLG_(total_cost); in finish()
2015 CLG_(init_cost_lz)( CLG_(sets).full, &CLG_(total_cost) ); in CLG_()
Dglobal.h793 extern FullCost CLG_(total_cost);
Ddump.c48 FullCost CLG_(total_cost) = 0;
1351 &CLG_(total_cost), dump_total_cost); in close_dumpfile()
Dsim.c1490 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat()